modflowpy / flopy

A Python package to create, run, and post-process MODFLOW-based models.
https://flopy.readthedocs.io
Other
507 stars 307 forks source link

feat(netcdf writing) #2147

Open spaulins-usgs opened 5 months ago

spaulins-usgs commented 5 months ago

Supports writing data to a MODFLOW-6 readable NetCDF file. Packages with NetCDF write support have a "# flopy netcdf" line in the header of their DFN file. PR includes a set of example projects with expected results and test script that compares flopy's output to the expected results.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.1%. Comparing base (9e87acd) to head (9a03a77). Report is 67 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #2147 +/- ## ========================================= - Coverage 73.1% 70.1% -3.0% ========================================= Files 260 260 Lines 59495 58756 -739 ========================================= - Hits 43494 41216 -2278 - Misses 16001 17540 +1539 ``` [see 116 files with indirect coverage changes](https://app.codecov.io/gh/modflowpy/flopy/pull/2147/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=modflowpy)