-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add disv based load and create tests
- Loading branch information
mjreno
authored and
mjreno
committed
Jan 14, 2025
1 parent
75b09d6
commit 46dc0ed
Showing
17 changed files
with
326 additions
and
71 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
13 changes: 13 additions & 0 deletions
13
examples/data/mf6/netcdf/test_gwf_disv01b/disv01b/disv01b.chd
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,13 @@ | ||
# File generated by Flopy version 3.10.0.dev1 on 01/14/2025 at 13:13:00. | ||
BEGIN options | ||
END options | ||
|
||
BEGIN dimensions | ||
MAXBOUND 2 | ||
END dimensions | ||
|
||
BEGIN period 1 | ||
1 1 1.00000000E+00 | ||
1 9 0.00000000E+00 | ||
END period 1 | ||
|
47 changes: 47 additions & 0 deletions
47
examples/data/mf6/netcdf/test_gwf_disv01b/disv01b/disv01b.disv
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,47 @@ | ||
# NOT generated by Flopy | ||
BEGIN options | ||
END options | ||
|
||
BEGIN dimensions | ||
NLAY 3 | ||
NCPL 9 | ||
NVERT 16 | ||
END dimensions | ||
|
||
BEGIN griddata | ||
top NETCDF | ||
botm NETCDF | ||
idomain NETCDF | ||
END griddata | ||
|
||
BEGIN vertices | ||
1 1.00000000E+08 1.00000030E+08 | ||
2 1.00000010E+08 1.00000030E+08 | ||
3 1.00000020E+08 1.00000030E+08 | ||
4 1.00000030E+08 1.00000030E+08 | ||
5 1.00000000E+08 1.00000020E+08 | ||
6 1.00000010E+08 1.00000020E+08 | ||
7 1.00000020E+08 1.00000020E+08 | ||
8 1.00000030E+08 1.00000020E+08 | ||
9 1.00000000E+08 1.00000010E+08 | ||
10 1.00000010E+08 1.00000010E+08 | ||
11 1.00000020E+08 1.00000010E+08 | ||
12 1.00000030E+08 1.00000010E+08 | ||
13 1.00000000E+08 1.00000000E+08 | ||
14 1.00000010E+08 1.00000000E+08 | ||
15 1.00000020E+08 1.00000000E+08 | ||
16 1.00000030E+08 1.00000000E+08 | ||
END vertices | ||
|
||
BEGIN cell2d | ||
1 1.00000005E+08 1.00000025E+08 4 1 2 6 5 | ||
2 1.00000015E+08 1.00000025E+08 4 2 3 7 6 | ||
3 1.00000025E+08 1.00000025E+08 4 3 4 8 7 | ||
4 1.00000005E+08 1.00000015E+08 4 5 6 10 9 | ||
5 1.00000015E+08 1.00000015E+08 4 6 7 11 10 | ||
6 1.00000025E+08 1.00000015E+08 4 7 8 12 11 | ||
7 1.00000005E+08 1.00000005E+08 4 9 10 14 13 | ||
8 1.00000015E+08 1.00000005E+08 4 10 11 15 14 | ||
9 1.00000025E+08 1.00000005E+08 4 11 12 16 15 | ||
END cell2d | ||
|
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,7 @@ | ||
# NOT generated by Flopy | ||
BEGIN options | ||
END options | ||
|
||
BEGIN griddata | ||
strt NETCDF | ||
END griddata |
5 changes: 5 additions & 0 deletions
5
examples/data/mf6/netcdf/test_gwf_disv01b/disv01b/disv01b.ims
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 @@ | ||
# File generated by Flopy version 3.10.0.dev1 on 01/14/2025 at 13:12:59. | ||
BEGIN options | ||
PRINT_OPTION summary | ||
END options | ||
|
Binary file not shown.
12 changes: 12 additions & 0 deletions
12
examples/data/mf6/netcdf/test_gwf_disv01b/disv01b/disv01b.nam
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,12 @@ | ||
# NOT generated by Flopy | ||
BEGIN options | ||
NETCDF FILEIN disv01b.in.nc | ||
END options | ||
|
||
BEGIN packages | ||
DISV6 disv01b.disv disv | ||
IC6 disv01b.ic ic | ||
NPF6 disv01b.npf npf | ||
CHD6 disv01b.chd chd_0 | ||
OC6 disv01b.oc oc | ||
END packages |
8 changes: 8 additions & 0 deletions
8
examples/data/mf6/netcdf/test_gwf_disv01b/disv01b/disv01b.npf
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,8 @@ | ||
# NOT generated by Flopy | ||
BEGIN options | ||
END options | ||
|
||
BEGIN griddata | ||
icelltype NETCDF | ||
k NETCDF | ||
END griddata |
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 @@ | ||
# File generated by Flopy version 3.10.0.dev1 on 01/14/2025 at 13:13:00. | ||
BEGIN options | ||
HEAD FILEOUT disv01b.hds | ||
END options | ||
|
||
BEGIN period 1 | ||
SAVE HEAD ALL | ||
END period 1 | ||
|
Oops, something went wrong.