-
Notifications
You must be signed in to change notification settings - Fork 320
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
could not run flopy3_MT3DMS_examples.ipynb #466
Comments
This is an intermittent issue that I haven't been able to figure out. For some reason, flopy is having a hard time reading the concentration file, but only some times. I can reproduce it locally sometimes. Strange. |
I've got this problem now too on the |
This issue has nothing to do with flopy or Python. It's with gfortran-compiled mt3dms; see MODFLOW-USGS/mt3d-usgs#46 for a possible fix. |
@mwtoews offered this pull request on the MT3D-USGS repo which has been adopted in the latest release of MT3D-USGS that is now up on the web. Hopefully the initialization of the velocity array in MT3D-USGS fixes this issue. Does that mean that a new MT3D-USGS executable needs to be stored somewhere for the flopy testing to use? |
We'll need to update the path to the distribution file. I'll take a look at it. |
Also attempt a fix for issue modflowpy#466 by initializing the V variable to zero in the mt3d adv package
* 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
While running autotest_notebooks.py on Python 3.7, a new issue is found. See traceback starting here:
https://travis-ci.org/modflowpy/flopy/jobs/499596952#L1137
The text was updated successfully, but these errors were encountered: