MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
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.
 
type(inputparamdefinitiontype), parameter prtmipinputmodule::prtmip_zero_method = InputParamDefinitionType ( 'PRT', 'MIP', 'OPTIONS', 'ZERO_METHOD', 'ZERO_METHOD', 'INTEGER', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter prtmipinputmodule::prtmip_export_ascii = InputParamDefinitionType ( 'PRT', 'MIP', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter prtmipinputmodule::prtmip_porosity = InputParamDefinitionType ( 'PRT', 'MIP', 'GRIDDATA', 'POROSITY', 'POROSITY', 'DOUBLE1D', 'NODES', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter prtmipinputmodule::prtmip_retfactor = InputParamDefinitionType ( 'PRT', 'MIP', 'GRIDDATA', 'RETFACTOR', 'RETFACTOR', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter prtmipinputmodule::prtmip_izone = InputParamDefinitionType ( 'PRT', 'MIP', 'GRIDDATA', 'IZONE', 'IZONE', 'INTEGER1D', 'NODES', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public prtmipinputmodule::prt_mip_param_definitions = [ prtmip_zero_method, 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. ) ]