forked from MODFLOW-USGS/modflow-devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
118 changed files
with
42,212 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,3 +142,4 @@ app | |
# in case developer installs modflow executables in the project root | ||
bin | ||
|
||
**.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.