Skip to content

Commit

Permalink
save all flows for prt example
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Dec 24, 2024
1 parent 20cd7ff commit f784fa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/examples/00_model_from_scratch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@
"ims = nlmod.sim.ims(sim, complexity=\"SIMPLE\")\n",
"gwf = nlmod.gwf.gwf(ds, sim)\n",
"dis = nlmod.gwf.dis(ds, gwf)\n",
"npf = nlmod.gwf.npf(ds, gwf)\n",
"npf = nlmod.gwf.npf(\n",
" ds, gwf, save_flows=True, save_specific_discharge=True, save_saturation=True\n",
")\n",
"ic = nlmod.gwf.ic(ds, gwf, starting_head=1.0)\n",
"oc = nlmod.gwf.oc(ds, gwf, save_head=True)"
]
Expand Down

0 comments on commit f784fa9

Please sign in to comment.