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

Go to the source code of this file.

Data Types

type  prtdisinputmodule::prtdisparamfoundtype
 

Modules

module  prtdisinputmodule
 

Variables

logical, public prtdisinputmodule::prt_dis_multi_package = .false.
 
type(inputparamdefinitiontype), parameter prtdisinputmodule::prtdis_length_units = InputParamDefinitionType ( 'PRT', 'DIS', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter prtdisinputmodule::prtdis_nogrb = InputParamDefinitionType ( 'PRT', 'DIS', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter prtdisinputmodule::prtdis_xorigin = InputParamDefinitionType ( 'PRT', 'DIS', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter prtdisinputmodule::prtdis_yorigin = InputParamDefinitionType ( 'PRT', 'DIS', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter prtdisinputmodule::prtdis_angrot = InputParamDefinitionType ( 'PRT', 'DIS', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter prtdisinputmodule::prtdis_export_ascii = InputParamDefinitionType ( 'PRT', 'DIS', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter prtdisinputmodule::prtdis_nlay = InputParamDefinitionType ( 'PRT', 'DIS', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter prtdisinputmodule::prtdis_nrow = InputParamDefinitionType ( 'PRT', 'DIS', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter prtdisinputmodule::prtdis_ncol = InputParamDefinitionType ( 'PRT', 'DIS', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter prtdisinputmodule::prtdis_delr = InputParamDefinitionType ( 'PRT', 'DIS', 'GRIDDATA', 'DELR', 'DELR', 'DOUBLE1D', 'NCOL', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter prtdisinputmodule::prtdis_delc = InputParamDefinitionType ( 'PRT', 'DIS', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter prtdisinputmodule::prtdis_top = InputParamDefinitionType ( 'PRT', 'DIS', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE2D', 'NCOL NROW', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter prtdisinputmodule::prtdis_botm = InputParamDefinitionType ( 'PRT', 'DIS', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE3D', 'NCOL NROW NLAY', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter prtdisinputmodule::prtdis_idomain = InputParamDefinitionType ( 'PRT', 'DIS', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER3D', 'NCOL NROW NLAY', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public prtdisinputmodule::prt_dis_param_definitions = [ prtdis_length_units, prtdis_nogrb, prtdis_xorigin, prtdis_yorigin, prtdis_angrot, prtdis_export_ascii, prtdis_nlay, prtdis_nrow, prtdis_ncol, prtdis_delr, prtdis_delc, prtdis_top, prtdis_botm, prtdis_idomain ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public prtdisinputmodule::prt_dis_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public prtdisinputmodule::prt_dis_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ]