Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Feb 1, 2024
1 parent 613ad01 commit 4309bc7
Show file tree
Hide file tree
Showing 174 changed files with 42,247 additions and 5 deletions.
27 changes: 27 additions & 0 deletions autotest/test_models.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import modflow_devtools.models as examples
from modflow_devtools.markers import requires_github


@requires_github
def test_mf2005_freyberg():
examples.mf2005_freyberg()


@requires_github
def test_mf6_freyberg():
examples.mf6_freyberg()


@requires_github
def test_mf6_uzf_3lay():
examples.mf6_uzf_3lay()


@requires_github
def test_mf6_tidal():
examples.mf6_tidal()


@requires_github
def test_mfusg_freyberg():
examples.mfusg_freyberg()
Binary file added data/ex-gwf-advtidal.zip
Binary file not shown.
5 changes: 5 additions & 0 deletions data/ex-gwf-advtidal/recharge1.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
0.0, 0.0015
1.0, 0.0010
11.0, 0.0015
21.0, 0.0025
31.0, 0.0015
5 changes: 5 additions & 0 deletions data/ex-gwf-advtidal/recharge2.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
0.0, 0.0016
1.0, 0.0018
11.0, 0.0019
21.0, 0.0016
31.0, 0.0018
5 changes: 5 additions & 0 deletions data/ex-gwf-advtidal/recharge3.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
0.0, 0.0017
1.0, 0.0020
11.0, 0.0017
21.0, 0.0018
31.0, 0.0020
9 changes: 9 additions & 0 deletions data/ex-gwf-advtidal/riverstage.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
0.0, 40.0, 41.0
1.0, 41.0, 41.5
2.0, 43.0, 42.0
3.0, 45.0, 42.8
4.0, 44.0, 43.0
6.0, 43.0, 43.1
9.0, 42.0, 42.4
11.0, 41.0, 41.5
31.0, 40.0, 41.0
Loading

0 comments on commit 4309bc7

Please sign in to comment.