fix(build_exes): update to mt3dusgs1.0.01 and mf6.0.4#482
Merged
christianlangevin merged 3 commits intoMar 14, 2019
Conversation
Also attempt a fix for issue modflowpy#466 by initializing the V variable to zero in the mt3d adv package
Deactivated a UZF test that now fails with mt3d1.0.01, which now uses UZT2 instead of UZT.
christianlangevin
pushed a commit
that referenced
this pull request
Mar 18, 2019
* Explicit cast to np.array isn't preserved * Fixes issue in LAK package _init_ routines when only a single lake is active * Previous alteration worked for one lake, but didn't handle one stage for multiple lakes. This should account for that condition * Fix mis-statement * LMT: Lacking support for keyword 'ALL' following Package_Flows keyword * Add precision for variable thkmin * PERLEN variable getting trucated by use of "G" (general form) when number of significant digits was > 4. * Switching printing of PERLEN in BTN from 10.6G to 10G * Fix for issue #402 including a new test for checking mtlkt.py * Remove apostrophe from comment (interferes with Travis build) * Rename test, another recent commit had the same name * Remove argument from call to test * Adding new example notebook for MT3D-USGS that uses SFT, LKT, and UZT, including connections between them * Fixed a typo, added link for docs/notebook_examples.md in a reasonable section of the document * An errant capital letter in the new notebook, switched to lowercase * Removing variable MXUZCON from mtuzt.py. Variable was in pre-release versions of MT3D-USGS, but didn't make the final cut and was never removed from flopy until now. Fixes and closes issue #423 * Indexes needed adjusting after removing un-used variable from Item 2 in UZT input file. * Fixing another index issue brought about by the removal of MXUZCON * test(t012_test.py): Account for UZT -> UZT2 input file changes With the release of MT3D-USGS 1.0.1, required UZT input was reduced #466 and #482 * test(t012_test.py): Adapt flopy src to new UZT2 input requirements These changes required witth the release of MT3D-USGS 1.0.1 #466 and #482 * docs(releasenotes): update releasenotes with UZT2 fix
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.
Also attempt a fix for issue #466 by initializing the V variable to zero in the mt3d adv package