modflowpy / flopy

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

feat(netcdf writing) #2134

Closed spaulins-usgs closed 6 months ago

spaulins-usgs commented 7 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 7 months ago

Codecov Report

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

Project coverage is 72.5%. Comparing base (9e87acd) to head (8d2c985). Report is 1 commits behind head on develop.

:exclamation: Current head 8d2c985 differs from pull request most recent head 0f13628. Consider uploading reports for the commit 0f13628 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #2134 +/- ## ========================================= - Coverage 73.1% 72.5% -0.6% ========================================= Files 260 260 Lines 59495 60128 +633 ========================================= + Hits 43494 43623 +129 - Misses 16001 16505 +504 ``` [see 37 files with indirect coverage changes](https://app.codecov.io/gh/modflowpy/flopy/pull/2134/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=modflowpy)