-
Notifications
You must be signed in to change notification settings - Fork 342
fix(mtssm): Support NSS = -1 #748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
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
…for multiple lakes. This should account for that condition
…mber of significant digits was > 4.
…, including connections between them
…e section of the document
…versions of MT3D-USGS, but didn't make the final cut and was never removed from flopy until now. Fixes and closes issue #423
# Conflicts: # examples/Notebooks/flopy3_mt3d-usgs_example_with_sft_lkt_uzt.ipynb
…in UZT input file.
Uzt instantiation code was initially copied from SFT, and the two deleted lines are for SFT, not UZT
Instantiation of UZT class was generating IUZBND as a 3D array, should be 2D
When a single value and a user comment appears on uzgag line, wrong len() calculated
# Conflicts: # docs/version_changes.md
Need to handle additional condition
MT3D-USGS and MT3DMS source codes allow for -1, flopy should too (#743)
@emorway-usgs, do you have a simple test you can add so we see how this works? |
adopt approach that is in mfrch load routine when data is not present for a stress period (#743)
This PR is no longer needed. The fix for this issue was implemented in 51d8064 |
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.
MT3DMS and MT3D-USGS support NSS = -1, flopy should as well
addresses #743