We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc5087 commit 2e01d2dCopy full SHA for 2e01d2d
1 file changed
docs/examples/notebooks/Extensions.py
@@ -5,7 +5,7 @@
5
# extension: .py
6
# format_name: light
7
# format_version: '1.5'
8
-# jupytext_version: 1.16.7
+# jupytext_version: 1.14.4
9
# kernelspec:
10
# display_name: Python 3 (ipykernel)
11
# language: python
@@ -275,6 +275,10 @@
275
# Let's close the existing modflowapi shared library object and look at an example of how this is all
276
# used in practice.
277
278
+mf6.prepare_solve(model.solution_id)
279
+mf6.solve(model.solution_id)
280
+mf6.finalize_solve(model.solution_id)
281
+mf6.finalize_time_step()
282
mf6.finalize()
283
284
# # Putting it all together and running a modflowapi simulation
0 commit comments