Skip to content

Commit ee67475

Browse files
committed
move example data changes to separate branch
1 parent 657581a commit ee67475

File tree

14 files changed

+15579
-2
lines changed

14 files changed

+15579
-2
lines changed

.docs/Notebooks/mf6_complex_model_example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"examples",
5757
"data",
5858
"mf6",
59+
"create_tests",
5960
"test005_advgw_tidal",
6061
)
6162
assert os.path.isdir(data_pth)

autotest/regression/test_mf6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ def test005_create_tests_advgw_tidal(function_tmpdir, example_data_path):
13361336
# init paths
13371337
test_ex_name = "test005_advgw_tidal"
13381338
model_name = "AdvGW_tidal"
1339-
pth = example_data_path / "mf6" / test_ex_name
1339+
pth = example_data_path / "mf6" / "create_tests" / test_ex_name
13401340
expected_output_folder = pth / "expected_output"
13411341
expected_head_file = expected_output_folder / "AdvGW_tidal.hds"
13421342

autotest/test_binaryfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ def test_get_headfile_precision(example_data_path):
210210
precision = get_headfile_precision(
211211
example_data_path
212212
/ "mf6"
213+
/ "create_tests"
213214
/ "test005_advgw_tidal"
214215
/ "expected_output"
215216
/ "AdvGW_tidal.hds"

examples/data/mf2005_test/l1b2k_bath.nam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ LAK 16 l1b2k_bath.lak
1111
DIS 14 l1b2k_bath.dis
1212
FHB 21 l1b2k_bath.fhb
1313
#CHD 21 l1b2k_bath.chd
14-
DATA 22 l1b2k_bath.txt
14+
DATA 22 lak1b_bath.txt

examples/data/mf2k_test/str.ba6

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#EXAMPLE SIMULATION OF STREAM ROUTING PACKAGE -- STEADY STATE OCTOBER 21, 1987
2+
#-- STREAM STAGE IS CALCULATED
3+
NO OPTIONS
4+
CONSTANT 1 IBOUND layer 1
5+
999.00 HNOFLO
6+
INTERNAL 1.000000E+00 (10F13.0) 0 Initial Head layer 1
7+
4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02
8+
4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02
9+
4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02
10+
4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02
11+
4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02
12+
4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02 4.800000E+02

examples/data/mf2k_test/str.bc6

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
0 1.00E+30 0 0.00E+00 0 0 IBCFCB,HDRY,IWDFLG,WETFCT,IWETIT,IHDWET
2+
0
3+
CONSTANT 1.000000E+00 TRPY
4+
CONSTANT 8.000000E-02 TRAN layer 1

examples/data/mf2k_test/str.dis

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
1 6 6 1 1 0 NLAY,NROW,NCOL,NPER,ITMUNI,LENUNI
2+
0
3+
CONSTANT 1.000000E+03 DELR
4+
CONSTANT 1.000000E+03 DELC
5+
CONSTANT 6.000000E+02 TOP of system
6+
CONSTANT 0.000000E+00 Layer BOTM layer 1
7+
1.296E+06 3 1.500E+00 SS PERLEN,NSTP,TSMULT,Ss/tr

examples/data/mf2k_test/str.nam

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#
2+
# NOTE: Forward slashes (/) in pathnames may need to be converted
3+
# to back slashes (\) in some computing environments
4+
#
5+
LIST 7 str.lst
6+
BAS6 8 str.ba6
7+
SIP 13 str.sip
8+
OC 14 str.oc
9+
str 15 str.str
10+
BCF6 9 str.bc6
11+
DIS 10 str.dis

examples/data/mf2k_test/str.oc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
5 5 0 0
2+
0 0 0 0 T.S. 1 S.P. 1
3+
0 0 0 0
4+
0 0 0 0 T.S. 2 S.P. 1
5+
0 0 0 0
6+
0 1 1 1 T.S. 3 S.P. 1
7+
1 0 0 0

0 commit comments

Comments
 (0)