GWE-NAM
Structure of Blocks
FOR EACH SIMULATION
BEGIN OPTIONS
[LIST <list>]
[PRINT_INPUT]
[PRINT_FLOWS]
[SAVE_FLOWS]
[DEPENDENT_VARIABLE_SCALING]
[NETCDF_MESH2D FILEOUT <ncmesh2dfile>]
[NETCDF_STRUCTURED FILEOUT <ncstructfile>]
[NETCDF FILEIN <netcdf_filename>]
END OPTIONS
BEGIN PACKAGES
<ftype> <fname> [<pname>]
<ftype> <fname> [<pname>]
...
END PACKAGES
Explanation of Variables
Block: OPTIONS
listis name of the listing file to create for this GWE model. If not specified, then the name of the list file will be the basename of the GWE model name file and the “.lst” extension. For example, if the GWE name file is called “my.model.nam” then the list file will be called “my.model.lst”.PRINT_INPUTkeyword to indicate that the list of all model stress package information will be written to the listing file immediately after it is read.PRINT_FLOWSkeyword to indicate that the list of all model package flow rates will be printed to the listing file for every stress period time step in which “BUDGET PRINT” is specified in Output Control. If there is no Output Control option and “PRINT_FLOWS” is specified, then flow rates are printed for the last time step of each stress period.SAVE_FLOWSkeyword to indicate that all model package flow terms will be written to the file specified with “BUDGET FILEOUT” in Output Control.DEPENDENT_VARIABLE_SCALINGflag to scale X and RHS to avoid very large positive or negative dependent variable valuesNETCDF_MESH2Dkeyword to specify that record corresponds to a layered mesh NetCDF file.NETCDF_STRUCTUREDkeyword to specify that record corresponds to a structured NetCDF file.FILEOUTkeyword to specify that an output filename is expected next.ncmesh2dfilename of the NetCDF ugrid layered mesh output file.ncstructfilename of the NetCDF structured output file.NETCDFkeyword to specify that record corresponds to a NetCDF input file.FILEINkeyword to specify that an input filename is expected next.netcdf_filenamedefines a NetCDF input file.
Block: PACKAGES
ftypeis the file type, which must be one of the following character values shown in table ref{table:ftype-gwe}. Ftype may be entered in any combination of uppercase and lowercase.fnameis the name of the file containing the package input. The path to the file should be included if the file is not located in the folder where the program was run.pnameis the user-defined name for the package. PNAME is restricted to 16 characters. No spaces are allowed in PNAME. PNAME character values are read and stored by the program for stress packages only. These names may be useful for labeling purposes when multiple stress packages of the same type are located within a single GWE Model. If PNAME is specified for a stress package, then PNAME will be used in the flow budget table in the listing file; it will also be used for the text entry in the cell-by-cell budget file. PNAME is case insensitive and is stored in all upper case letters.
Example Input File
# This block is optional
BEGIN OPTIONS
END OPTIONS
BEGIN PACKAGES
DIS6 heat_transport.dis
IC6 heat_transport.ic
EST6 heat_transport.est
ADV6 heat_transport.adv
CND6 heat_transport.cnd
SSM6 heat_transport.ssm
CTP6 heat_transport01.ctp LEFT
CTP6 heat_transport02.ctp RIGHT
OC6 heat_transport.oc
END PACKAGES