MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
prt-mipidm.f90 File Reference

Go to the source code of this file.

Data Types

type  prtmipinputmodule::prtmipparamfoundtype
 

Modules

module  prtmipinputmodule
 

Variables

logical, public prtmipinputmodule::prt_mip_multi_package = .false.
 
character(len=16), dimension(*), parameter, public prtmipinputmodule::prt_mip_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter prtmipinputmodule::prtmip_export_ascii = InputParamDefinitionType ( 'PRT', 'MIP', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter prtmipinputmodule::prtmip_porosity = InputParamDefinitionType ( 'PRT', 'MIP', 'GRIDDATA', 'POROSITY', 'POROSITY', 'DOUBLE1D', 'NODES', 'porosity', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter prtmipinputmodule::prtmip_retfactor = InputParamDefinitionType ( 'PRT', 'MIP', 'GRIDDATA', 'RETFACTOR', 'RETFACTOR', 'DOUBLE1D', 'NODES', 'retardation factor', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter prtmipinputmodule::prtmip_izone = InputParamDefinitionType ( 'PRT', 'MIP', 'GRIDDATA', 'IZONE', 'IZONE', 'INTEGER1D', 'NODES', 'zone number', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public prtmipinputmodule::prt_mip_param_definitions = [ prtmip_export_ascii, prtmip_porosity, prtmip_retfactor, prtmip_izone ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public prtmipinputmodule::prt_mip_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public prtmipinputmodule::prt_mip_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ]