MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
gwe-disidm.f90 File Reference

Go to the source code of this file.

Data Types

type  gwedisinputmodule::gwedisparamfoundtype
 

Modules

module  gwedisinputmodule
 

Variables

logical, public gwedisinputmodule::gwe_dis_multi_package = .false.
 
character(len=16), dimension(*), parameter, public gwedisinputmodule::gwe_dis_subpackages = [ 'UTL-NCF ' ]
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_length_units = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_nogrb = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_xorigin = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position of the model grid origin', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_yorigin = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position of the model grid origin', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_angrot = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_export_ascii = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_export_nc = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'EXPORT_ARRAY_NETCDF', 'EXPORT_NC', 'KEYWORD', '', 'export array variables to netcdf output files.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_ncf_filerecord = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'NCF_FILERECORD', 'NCF_FILERECORD', 'RECORD NCF6 FILEIN NCF6_FILENAME', '', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_ncf6 = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'NCF6', 'NCF6', 'KEYWORD', '', 'ncf keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_filein = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_ncf6_filename = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'NCF6_FILENAME', 'NCF6_FILENAME', 'STRING', '', 'file name of NCF information', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_nlay = InputParamDefinitionType ( 'GWE', 'DIS', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', 'number of layers', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_nrow = InputParamDefinitionType ( 'GWE', 'DIS', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', 'number of rows', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_ncol = InputParamDefinitionType ( 'GWE', 'DIS', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_delr = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'DELR', 'DELR', 'DOUBLE1D', 'NCOL', 'spacing along a row', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_delc = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', 'spacing along a column', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_top = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE2D', 'NCOL NROW', 'cell top elevation', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_botm = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE3D', 'NCOL NROW NLAY', 'cell bottom elevation', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_idomain = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER3D', 'NCOL NROW NLAY', 'idomain existence array', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwedisinputmodule::gwe_dis_param_definitions = [ gwedis_length_units, gwedis_nogrb, gwedis_xorigin, gwedis_yorigin, gwedis_angrot, gwedis_export_ascii, gwedis_export_nc, gwedis_ncf_filerecord, gwedis_ncf6, gwedis_filein, gwedis_ncf6_filename, gwedis_nlay, gwedis_nrow, gwedis_ncol, gwedis_delr, gwedis_delc, gwedis_top, gwedis_botm, gwedis_idomain ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwedisinputmodule::gwe_dis_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwedisinputmodule::gwe_dis_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ]