MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
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.
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_length_units = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_nogrb = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_xorigin = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_yorigin = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_angrot = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_export_ascii = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_nlay = InputParamDefinitionType ( 'GWE', 'DIS', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_nrow = InputParamDefinitionType ( 'GWE', 'DIS', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_ncol = InputParamDefinitionType ( 'GWE', 'DIS', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_delr = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'DELR', 'DELR', 'DOUBLE1D', 'NCOL', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_delc = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_top = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE2D', 'NCOL NROW', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_botm = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE3D', 'NCOL NROW NLAY', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_idomain = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER3D', 'NCOL NROW NLAY', .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_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. ) ]