-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from mjreno/test_input_pkg
Add modflow 6 input tests for ic, dis
- Loading branch information
Showing
13 changed files
with
511 additions
and
195 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
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,31 @@ | ||
# --------------------- gwf ic options --------------------- | ||
|
||
block options | ||
name export_array_ascii | ||
type keyword | ||
reader urword | ||
optional true | ||
mf6internal export_ascii | ||
longname export array variables to layered ascii files. | ||
description keyword that specifies input griddata arrays should be written to layered ascii output files. | ||
|
||
block options | ||
name export_array_netcdf | ||
type keyword | ||
reader urword | ||
optional true | ||
mf6internal export_nc | ||
longname export array variables to netcdf output files. | ||
description keyword that specifies input griddata arrays should be written to the model output netcdf file. | ||
|
||
# --------------------- gwf ic griddata --------------------- | ||
|
||
block griddata | ||
name strt | ||
type double precision | ||
shape (nodes) | ||
reader readarray | ||
layered true | ||
longname starting head | ||
description is the initial (starting) head---that is, head at the beginning of the GWF Model simulation. STRT must be specified for all simulations, including steady-state simulations. One value is read for every model cell. For simulations in which the first stress period is steady state, the values used for STRT generally do not affect the simulation (exceptions may occur if cells go dry and (or) rewet). The execution time, however, will be less if STRT includes hydraulic heads that are close to the steady-state solution. A head value lower than the cell bottom can be provided if a cell should start as dry. | ||
default_value 1.0 |
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
|
||
# gwf model | ||
gwf-dis.dfn | ||
gwf-ic.dfn | ||
|
||
# gwt model | ||
gwt-dis.dfn | ||
|
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
Oops, something went wrong.