MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
gwt-disidm.f90 File Reference

Go to the source code of this file.

Data Types

type  gwtdisinputmodule::gwtdisparamfoundtype
 

Modules

module  gwtdisinputmodule
 

Variables

logical, public gwtdisinputmodule::gwt_dis_multi_package = .false.
 
type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_length_units = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_nogrb = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_xorigin = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_yorigin = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_angrot = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_export_ascii = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_nlay = InputParamDefinitionType ( 'GWT', 'DIS', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_nrow = InputParamDefinitionType ( 'GWT', 'DIS', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_ncol = InputParamDefinitionType ( 'GWT', 'DIS', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_delr = InputParamDefinitionType ( 'GWT', 'DIS', 'GRIDDATA', 'DELR', 'DELR', 'DOUBLE1D', 'NCOL', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_delc = InputParamDefinitionType ( 'GWT', 'DIS', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_top = InputParamDefinitionType ( 'GWT', 'DIS', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE2D', 'NCOL NROW', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_botm = InputParamDefinitionType ( 'GWT', 'DIS', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE3D', 'NCOL NROW NLAY', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_idomain = InputParamDefinitionType ( 'GWT', 'DIS', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER3D', 'NCOL NROW NLAY', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwtdisinputmodule::gwt_dis_param_definitions = [ gwtdis_length_units, gwtdis_nogrb, gwtdis_xorigin, gwtdis_yorigin, gwtdis_angrot, gwtdis_export_ascii, gwtdis_nlay, gwtdis_nrow, gwtdis_ncol, gwtdis_delr, gwtdis_delc, gwtdis_top, gwtdis_botm, gwtdis_idomain ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwtdisinputmodule::gwt_dis_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwtdisinputmodule::gwt_dis_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ]