Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
build/
docs/examples/*.ipynb
docs/examples/quickstart/*
docs/examples/twri/*
venv/
.DS_Store
.ruff_cache
Expand Down
Empty file removed docs/examples/advanced_packages.py
Empty file.
Binary file removed docs/examples/image/qs.png
Binary file not shown.
Binary file removed docs/examples/image/qsprj.png
Binary file not shown.
Binary file modified docs/examples/image/quickstart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
111 changes: 0 additions & 111 deletions docs/examples/qsplot.py

This file was deleted.

3 changes: 2 additions & 1 deletion docs/examples/quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

name = "quickstart"
workspace = Path(__file__).parent / name
workspace.mkdir(exist_ok=True)
time = Time(perlen=[1.0], nstp=[1])
grid = StructuredGrid(
nlay=1,
Expand All @@ -25,7 +26,7 @@
gwf_name = "mymodel"
ims = Ims(parent=sim, models=[gwf_name]) # temporary hack
gwf = Gwf(parent=sim, name=gwf_name, save_flows=True, dis=grid)
npf = Npf(parent=gwf, save_specific_discharge=True)
npf = Npf(parent=gwf, print_flows=True, save_flows=True, save_specific_discharge=True)
chd = Chd(
parent=gwf,
head={0: {(0, 0, 0): 1.0, (0, 9, 9): 0.0}},
Expand Down
248 changes: 0 additions & 248 deletions docs/examples/quickstart/mfsim.lst

This file was deleted.

Loading
Loading