-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add(test_rhs_hcof_advanced): add additional test (#13)
* added test for getting and setting rhs, hcof, and advanced variable values * update project to use unix line separators * use np.testing.assert_allclose() instead of AssertionError
- Loading branch information
1 parent
61ccbb6
commit a8e241d
Showing
40 changed files
with
1,491 additions
and
1,444 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
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN dimensions | ||
MAXATS 2 | ||
END dimensions | ||
BEGIN perioddata | ||
1 5.00000000 1.00100000E-05 10.00000000 2.00000000 5.00000000 | ||
8 5.00000000 1.00100000E-05 10.00000000 2.00000000 5.00000000 | ||
END perioddata | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN dimensions | ||
MAXATS 2 | ||
END dimensions | ||
|
||
BEGIN perioddata | ||
1 5.00000000 1.00100000E-05 10.00000000 2.00000000 5.00000000 | ||
8 5.00000000 1.00100000E-05 10.00000000 2.00000000 5.00000000 | ||
END perioddata | ||
|
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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
END options | ||
BEGIN dimensions | ||
NLAY 1 | ||
NROW 1 | ||
NCOL 2 | ||
END dimensions | ||
BEGIN griddata | ||
delr | ||
CONSTANT 100.00000000 | ||
delc | ||
CONSTANT 1.00000000 | ||
top | ||
CONSTANT 100.00000000 | ||
botm | ||
CONSTANT 0.00000000 | ||
idomain | ||
INTERNAL FACTOR 1 | ||
1 1 | ||
END griddata | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
END options | ||
|
||
BEGIN dimensions | ||
NLAY 1 | ||
NROW 1 | ||
NCOL 2 | ||
END dimensions | ||
|
||
BEGIN griddata | ||
delr | ||
CONSTANT 100.00000000 | ||
delc | ||
CONSTANT 1.00000000 | ||
top | ||
CONSTANT 100.00000000 | ||
botm | ||
CONSTANT 0.00000000 | ||
idomain | ||
INTERNAL FACTOR 1 | ||
1 1 | ||
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
PRINT_INPUT | ||
PRINT_FLOWS | ||
END options | ||
BEGIN dimensions | ||
MAXBOUND 1 | ||
END dimensions | ||
BEGIN period 1 | ||
1 1 1 50.00000000 1.00000000 | ||
END period 1 | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
PRINT_INPUT | ||
PRINT_FLOWS | ||
END options | ||
|
||
BEGIN dimensions | ||
MAXBOUND 1 | ||
END dimensions | ||
|
||
BEGIN period 1 | ||
1 1 1 50.00000000 1.00000000 | ||
END period 1 | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN griddata | ||
strt | ||
CONSTANT 50.00000000 | ||
END griddata | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN griddata | ||
strt | ||
CONSTANT 50.00000000 | ||
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 |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
PRINT_OPTION summary | ||
END options | ||
BEGIN nonlinear | ||
OUTER_DVCLOSE 1.00000000E-06 | ||
OUTER_MAXIMUM 10 | ||
UNDER_RELAXATION dbd | ||
UNDER_RELAXATION_THETA 0.70000000 | ||
END nonlinear | ||
BEGIN linear | ||
INNER_MAXIMUM 2 | ||
INNER_DVCLOSE 1.00000000E-06 | ||
inner_rclose 1.00000000E-06 | ||
LINEAR_ACCELERATION cg | ||
RELAXATION_FACTOR 0.97000000 | ||
SCALING_METHOD none | ||
REORDERING_METHOD none | ||
END linear | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
PRINT_OPTION summary | ||
END options | ||
|
||
BEGIN nonlinear | ||
OUTER_DVCLOSE 1.00000000E-06 | ||
OUTER_MAXIMUM 10 | ||
UNDER_RELAXATION dbd | ||
UNDER_RELAXATION_THETA 0.70000000 | ||
END nonlinear | ||
|
||
BEGIN linear | ||
INNER_MAXIMUM 2 | ||
INNER_DVCLOSE 1.00000000E-06 | ||
inner_rclose 1.00000000E-06 | ||
LINEAR_ACCELERATION cg | ||
RELAXATION_FACTOR 0.97000000 | ||
SCALING_METHOD none | ||
REORDERING_METHOD none | ||
END linear | ||
|
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
END options | ||
BEGIN packages | ||
DIS6 gwf_ats01a.dis dis | ||
IC6 gwf_ats01a.ic ic | ||
NPF6 gwf_ats01a.npf npf | ||
STO6 gwf_ats01a.sto sto | ||
WEL6 gwf_ats01a.wel wel_0 | ||
GHB6 gwf_ats01a.ghb ghb_0 | ||
OC6 gwf_ats01a.oc oc | ||
OBS6 gwf_ats01a.obs head_obs | ||
END packages | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
END options | ||
|
||
BEGIN packages | ||
DIS6 gwf_ats01a.dis dis | ||
IC6 gwf_ats01a.ic ic | ||
NPF6 gwf_ats01a.npf npf | ||
STO6 gwf_ats01a.sto sto | ||
WEL6 gwf_ats01a.wel wel_0 | ||
GHB6 gwf_ats01a.ghb ghb_0 | ||
OC6 gwf_ats01a.oc oc | ||
OBS6 gwf_ats01a.obs head_obs | ||
END packages | ||
|
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
END options | ||
BEGIN griddata | ||
icelltype | ||
CONSTANT 1 | ||
k | ||
CONSTANT 1.00000000 | ||
END griddata | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
END options | ||
|
||
BEGIN griddata | ||
icelltype | ||
CONSTANT 1 | ||
k | ||
CONSTANT 1.00000000 | ||
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
DIGITS 20 | ||
END options | ||
BEGIN continuous FILEOUT gwf_ats01a.obs.csv | ||
obs1 head 1 1 1 | ||
obs2 head 1 1 2 | ||
END continuous FILEOUT gwf_ats01a.obs.csv | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
DIGITS 20 | ||
END options | ||
|
||
BEGIN continuous FILEOUT gwf_ats01a.obs.csv | ||
obs1 head 1 1 1 | ||
obs2 head 1 1 2 | ||
END continuous FILEOUT gwf_ats01a.obs.csv | ||
|
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
BUDGET FILEOUT gwf_ats01a.cbc | ||
BUDGETCSV FILEOUT gwf_ats01a.csv | ||
HEAD FILEOUT gwf_ats01a.hds | ||
HEAD PRINT_FORMAT COLUMNS 10 WIDTH 15 DIGITS 6 GENERAL | ||
END options | ||
BEGIN period 1 | ||
SAVE HEAD ALL | ||
PRINT HEAD ALL | ||
PRINT BUDGET ALL | ||
END period 1 | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
BUDGET FILEOUT gwf_ats01a.cbc | ||
BUDGETCSV FILEOUT gwf_ats01a.csv | ||
HEAD FILEOUT gwf_ats01a.hds | ||
HEAD PRINT_FORMAT COLUMNS 10 WIDTH 15 DIGITS 6 GENERAL | ||
END options | ||
|
||
BEGIN period 1 | ||
SAVE HEAD ALL | ||
PRINT HEAD ALL | ||
PRINT BUDGET ALL | ||
END period 1 | ||
|
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
END options | ||
BEGIN griddata | ||
iconvert | ||
CONSTANT 1 | ||
ss | ||
CONSTANT 0.00000000 | ||
sy | ||
CONSTANT 0.10000000 | ||
END griddata | ||
BEGIN period 1 | ||
TRANSIENT | ||
END period 1 | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
END options | ||
|
||
BEGIN griddata | ||
iconvert | ||
CONSTANT 1 | ||
ss | ||
CONSTANT 0.00000000 | ||
sy | ||
CONSTANT 0.10000000 | ||
END griddata | ||
|
||
BEGIN period 1 | ||
TRANSIENT | ||
END period 1 | ||
|
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
TIME_UNITS days | ||
ATS6 FILEIN gwf_ats01a.ats | ||
END options | ||
BEGIN dimensions | ||
NPER 1 | ||
END dimensions | ||
BEGIN perioddata | ||
10.00000000 1 1.00000000 | ||
END perioddata | ||
# File generated by Flopy version 3.3.6 on 12/21/2022 at 10:15:53. | ||
BEGIN options | ||
TIME_UNITS days | ||
ATS6 FILEIN gwf_ats01a.ats | ||
END options | ||
|
||
BEGIN dimensions | ||
NPER 1 | ||
END dimensions | ||
|
||
BEGIN perioddata | ||
10.00000000 1 1.00000000 | ||
END perioddata | ||
|
Oops, something went wrong.