feat(mf6): opt out of writing default values - #2712
Open
wpbonelli wants to merge 1 commit into
Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2712 +/- ##
===========================================
+ Coverage 55.5% 73.3% +17.8%
===========================================
Files 644 659 +15
Lines 124135 132238 +8103
===========================================
+ Hits 68947 97040 +28093
+ Misses 55188 35198 -19990
🚀 New features to boost your workflow:
|
wpbonelli
marked this pull request as ready for review
February 16, 2026 13:17
wpbonelli
marked this pull request as draft
February 17, 2026 19:36
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
wpbonelli
marked this pull request as ready for review
February 18, 2026 12:36
This comment was marked as outdated.
This comment was marked as outdated.
wpbonelli
requested review from
christianlangevin,
emorway-usgs,
jdhughes-dev and
jlarsen-usgs
February 19, 2026 14:44
9 tasks
This comment was marked as low quality.
This comment was marked as low quality.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a simulation configuration setting
write_defaults=True, toggling whether to include optional fields that have the default value when writing input files. Default toTrueso this is opt-in, non-breaking. Setting thisFalsecan make input files written by FloPy more likely to be compatible with older versions of MF6, at the price of uncertain behavior as defaults may change.Address #2710