Skip to content

Commit

Permalink
New jupyter notebook for MT3D-USGS (#415)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
emorway-usgs authored and langevin-usgs committed Oct 15, 2018
1 parent 2c35a84 commit 4b67303
Show file tree
Hide file tree
Showing 16 changed files with 6,884 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/notebook_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ The following jupyter Notebooks contain examples for using FloPy pre- and post-p

+ The ['Crank-Nicolson' example distributed with MT3D-USGS](../examples/Notebooks/flopy3_MT3D-USGS_example.ipynb), a simple MT3D-USGS model that uses the SFT Package.

+ A more in-depth MT3D-USGS example that uses 3 packages available with the first release of MT3D-USGS - SFT, LKT, and UZT - available in (../examples/Notebooks/flopy3_mt3d-usgs_example_with_sft_lkt_uzt.ipynb)

+ The [Henry Problem](../examples/Notebooks/flopy3_SEAWAT_henry_problem.ipynb), a simple saltwater intrusion model developed with FloPy and run using SEAWAT.

##### ***Examples from [Bakker, M., Post, V., Langevin, C. D., Hughes, J. D., White, J. T., Starn, J. J. and Fienen, M. N., 2016, Scripting MODFLOW Model Development Using Python and FloPy: Groundwater, v. 54, p. 733–739, doi:10.1111/gwat.12413.](http://dx.doi.org/10.1111/gwat.12413)***
Expand Down
Loading

0 comments on commit 4b67303

Please sign in to comment.