Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge develop into master #205

Merged
merged 2 commits into from
May 23, 2024
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: 0 additions & 2 deletions .doc/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ An overview of each MODFLOW 6 example problem.
_examples/ex-gwe-geotherm.rst
_examples/ex-gwe-danckwerts.rst
_examples/ex-prt-mp7-p01.rst
_examples/ex-prt-mp7-p02.rst
_examples/ex-prt-mp7-p03.rst
_examples/ex-prt-mp7-p04.rst
_examples/ex-gwe-prt.rst


2 changes: 0 additions & 2 deletions .doc/notebook_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ each of the MODFLOW 6 `examples <examples.html>`_.
_notebooks/ex-gwe-geotherm
_notebooks/ex-gwe-danckwerts
_notebooks/ex-prt-mp7-p01
_notebooks/ex-prt-mp7-p02
_notebooks/ex-prt-mp7-p03
_notebooks/ex-prt-mp7-p04
_notebooks/ex-gwe-prt


8 changes: 0 additions & 8 deletions doc/body.tex
Original file line number Diff line number Diff line change
Expand Up @@ -259,18 +259,10 @@
\insection
\input{sections/ex-prt-mp7-p01.tex}

\clearpage
\insection
%\input{sections/ex-prt-mp7-p02.tex}

\clearpage
\insection
\input{sections/ex-prt-mp7-p03.tex}

\clearpage
\insection
%\input{sections/ex-prt-mp7-p04.tex}

% Hybrid examples
\clearpage
\insection
Expand Down
38 changes: 0 additions & 38 deletions doc/sections/ex-prt-mp7-p02.tex

This file was deleted.

25 changes: 0 additions & 25 deletions doc/sections/ex-prt-mp7-p04.tex

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/ex-gwe-prt.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def plot_results(gwf_sim, gwe_sim, prt_sim, silent=True):
fig, axes = plt.subplots(
3,
1,
figsize=(7, 9),
figsize=(6, 7),
tight_layout=True,
gridspec_kw={"height_ratios": [3, 1, 1]},
)
Expand Down
Loading