Skip to content

Commit 4aedfab

Browse files
authored
Merge pull request #192 from aleaf/feat-new-modflow-setup-demo
Feat new modflow setup demo
2 parents 29e53aa + c113441 commit 4aedfab

12 files changed

Lines changed: 1352 additions & 269 deletions

docs/source/bonus_examples.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@
288288
source_path / 'part1_flopy/solutions/06-Project-voronoi.ipynb',
289289
source_path / 'part1_flopy/solutions/07-stream_capture_voronoi.ipynb',
290290
source_path / 'part1_flopy/08_Modflow-setup-demo.ipynb',
291+
source_path / 'part1_flopy/08b_Modflow-setup-lgr-demo.ipynb',
291292
source_path / 'part1_flopy/09-gwt-voronoi-demo.ipynb',
292293
source_path / 'part1_flopy/10a_prt_particle_tracking-demo.ipynb',
293294
source_path / 'part1_flopy/10b_modpath_particle_tracking-demo.ipynb',

docs/source/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ We encourage students to explore these materials for their own study or to reach
1717
:maxdepth: 2
1818
:caption: Bonus Examples
1919

20-
General Python <bonus_examples>
20+
General Python <part0_bonus_examples.rst>
21+
Flopy <part0_bonus_examples.rst>
2122

2223
.. toctree::
2324
:maxdepth: 1
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
General Python bonus examples
2+
=======================================
3+
4+
.. nbgallery::
5+
6+
notebooks/part0_python_intro/09_b_Geopandas_ABQ.ipynb
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Flopy bonus examples
2+
=======================================
3+
4+
.. nbgallery::
5+
6+
notebooks/part1_flopy/08b_Modflow-setup-lgr-demo.ipynb

notebooks/clear_all_notebooks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#'03_Loading_and_visualizing_models-solutions.ipynb',
1515
#'05-unstructured-grids.ipynb',
1616
#'07-stream_capture_voronoi.ipynb',
17-
#'08_Modflow-setup-demo.ipynb',
1817
#'09-gwt-voronoi-demo.ipynb',
1918
'10b_modpath_particle_tracking-demo.ipynb'
2019
]

notebooks/part1_flopy/03_Loading_and_visualizing_models.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -497,9 +497,6 @@
497497
"\n",
498498
"With MODFLOW 6 models, we can get the output from the model object, without having to reference the output files.\n",
499499
"\n",
500-
"<div class=\"alert alert-block alert-info\"> <b>NOTE</b> This approach only works if you ran the model using Flopy, as above. If the model was run separately at the command line, or in a previous Python session, the output needs to be read from the files (as below).</div>\n",
501-
"\n",
502-
"\n",
503500
"In Flopy, MODFLOW binary output is read using objects that represent the various file types."
504501
]
505502
},
@@ -1131,7 +1128,7 @@
11311128
],
11321129
"metadata": {
11331130
"kernelspec": {
1134-
"display_name": "Python 3 (ipykernel)",
1131+
"display_name": "pyclass",
11351132
"language": "python",
11361133
"name": "python3"
11371134
},

notebooks/part1_flopy/08_Modflow-setup-demo.ipynb

Lines changed: 512 additions & 236 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)