MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
gwe-disvidm.f90 File Reference

Go to the source code of this file.

Data Types

type  gwedisvinputmodule::gwedisvparamfoundtype
 

Modules

module  gwedisvinputmodule
 

Variables

logical, public gwedisvinputmodule::gwe_disv_multi_package = .false.
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_length_units = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_nogrb = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_xorigin = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_yorigin = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_angrot = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_export_ascii = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_nlay = InputParamDefinitionType ( 'GWE', 'DISV', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_ncpl = InputParamDefinitionType ( 'GWE', 'DISV', 'DIMENSIONS', 'NCPL', 'NCPL', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_nvert = InputParamDefinitionType ( 'GWE', 'DISV', 'DIMENSIONS', 'NVERT', 'NVERT', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_top = InputParamDefinitionType ( 'GWE', 'DISV', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE1D', 'NCPL', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_botm = InputParamDefinitionType ( 'GWE', 'DISV', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE2D', 'NCPL NLAY', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_idomain = InputParamDefinitionType ( 'GWE', 'DISV', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER2D', 'NCPL NLAY', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_iv = InputParamDefinitionType ( 'GWE', 'DISV', 'VERTICES', 'IV', 'IV', 'INTEGER', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_xv = InputParamDefinitionType ( 'GWE', 'DISV', 'VERTICES', 'XV', 'XV', 'DOUBLE', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_yv = InputParamDefinitionType ( 'GWE', 'DISV', 'VERTICES', 'YV', 'YV', 'DOUBLE', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_icell2d = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'ICELL2D', 'ICELL2D', 'INTEGER', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_xc = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'XC', 'XC', 'DOUBLE', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_yc = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'YC', 'YC', 'DOUBLE', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_ncvert = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'NCVERT', 'NCVERT', 'INTEGER', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_icvert = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'ICVERT', 'ICVERT', 'INTEGER1D', 'NCVERT', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwedisvinputmodule::gwe_disv_param_definitions = [ gwedisv_length_units, gwedisv_nogrb, gwedisv_xorigin, gwedisv_yorigin, gwedisv_angrot, gwedisv_export_ascii, gwedisv_nlay, gwedisv_ncpl, gwedisv_nvert, gwedisv_top, gwedisv_botm, gwedisv_idomain, gwedisv_iv, gwedisv_xv, gwedisv_yv, gwedisv_icell2d, gwedisv_xc, gwedisv_yc, gwedisv_ncvert, gwedisv_icvert ]
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_vertices = InputParamDefinitionType ( 'GWE', 'DISV', 'VERTICES', 'VERTICES', 'VERTICES', 'RECARRAY IV XV YV', 'NVERT', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_cell2d = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'CELL2D', 'CELL2D', 'RECARRAY ICELL2D XC YC NCVERT ICVERT', 'NCPL', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwedisvinputmodule::gwe_disv_aggregate_definitions = [ gwedisv_vertices, gwedisv_cell2d ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwedisvinputmodule::gwe_disv_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ), InputBlockDefinitionType( 'VERTICES', .true., .true., .false. ), InputBlockDefinitionType( 'CELL2D', .true., .true., .false. ) ]