Skip to content

Commit

Permalink
Merge pull request #205 from MODFLOW-USGS/develop
Browse files Browse the repository at this point in the history
Merge develop into master
  • Loading branch information
wpbonelli authored May 23, 2024
2 parents 63b2a60 + 5f506cc commit 1e1a54e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 76 deletions.
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

0 comments on commit 1e1a54e

Please sign in to comment.