Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jan 31, 2024
1 parent fd21500 commit 0afb1f1
Show file tree
Hide file tree
Showing 118 changed files with 42,212 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,4 @@ app
# in case developer installs modflow executables in the project root
bin

**.DS_Store
9 changes: 9 additions & 0 deletions autotest/test_models.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import modflow_devtools.models as examples


def test_freyberg():
model = examples.freyberg()


def test_freyberg_mf6():
sim = examples.freyberg_mf6()
Binary file added data/.DS_Store
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 0afb1f1

Please sign in to comment.