MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
exg-chfgwfidm.f90 File Reference

Go to the source code of this file.

Data Types

type  exgchfgwfinputmodule::exgchfgwfparamfoundtype
 

Modules

module  exgchfgwfinputmodule
 

Variables

logical, public exgchfgwfinputmodule::exg_chfgwf_multi_package = .true.
 
character(len=16), dimension(*), parameter, public exgchfgwfinputmodule::exg_chfgwf_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter exgchfgwfinputmodule::exgchfgwf_ipr_input = InputParamDefinitionType ( 'EXG', 'CHFGWF', 'OPTIONS', 'PRINT_INPUT', 'IPR_INPUT', 'KEYWORD', '', 'keyword to print input to list file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter exgchfgwfinputmodule::exgchfgwf_ipr_flow = InputParamDefinitionType ( 'EXG', 'CHFGWF', 'OPTIONS', 'PRINT_FLOWS', 'IPR_FLOW', 'KEYWORD', '', 'keyword to print chfgwf flows to list file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter exgchfgwfinputmodule::exgchfgwf_ifixedcond = InputParamDefinitionType ( 'EXG', 'CHFGWF', 'OPTIONS', 'FIXED_CONDUCTANCE', 'IFIXEDCOND', 'KEYWORD', '', 'keyword to indicate conductance is fixed', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter exgchfgwfinputmodule::exgchfgwf_obs_filerecord = InputParamDefinitionType ( 'EXG', 'CHFGWF', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter exgchfgwfinputmodule::exgchfgwf_obs6 = InputParamDefinitionType ( 'EXG', 'CHFGWF', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter exgchfgwfinputmodule::exgchfgwf_filein = InputParamDefinitionType ( 'EXG', 'CHFGWF', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter exgchfgwfinputmodule::exgchfgwf_obs6_filename = InputParamDefinitionType ( 'EXG', 'CHFGWF', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter exgchfgwfinputmodule::exgchfgwf_nexg = InputParamDefinitionType ( 'EXG', 'CHFGWF', 'DIMENSIONS', 'NEXG', 'NEXG', 'INTEGER', '', 'number of exchanges', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter exgchfgwfinputmodule::exgchfgwf_cellidm1 = InputParamDefinitionType ( 'EXG', 'CHFGWF', 'EXCHANGEDATA', 'CELLIDM1', 'CELLIDM1', 'INTEGER1D', 'NCELLDIM', 'cellid of cell in surface water model', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter exgchfgwfinputmodule::exgchfgwf_cellidm2 = InputParamDefinitionType ( 'EXG', 'CHFGWF', 'EXCHANGEDATA', 'CELLIDM2', 'CELLIDM2', 'INTEGER1D', 'NCELLDIM', 'cellid of cell in groundwater model', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter exgchfgwfinputmodule::exgchfgwf_bedleak = InputParamDefinitionType ( 'EXG', 'CHFGWF', 'EXCHANGEDATA', 'BEDLEAK', 'BEDLEAK', 'DOUBLE', '', 'bed leakance', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter exgchfgwfinputmodule::exgchfgwf_cfact = InputParamDefinitionType ( 'EXG', 'CHFGWF', 'EXCHANGEDATA', 'CFACT', 'CFACT', 'DOUBLE', '', 'factor used for conductance calculation', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public exgchfgwfinputmodule::exg_chfgwf_param_definitions = [ exgchfgwf_ipr_input, exgchfgwf_ipr_flow, exgchfgwf_ifixedcond, exgchfgwf_obs_filerecord, exgchfgwf_obs6, exgchfgwf_filein, exgchfgwf_obs6_filename, exgchfgwf_nexg, exgchfgwf_cellidm1, exgchfgwf_cellidm2, exgchfgwf_bedleak, exgchfgwf_cfact ]
 
type(inputparamdefinitiontype), parameter exgchfgwfinputmodule::exgchfgwf_exchangedata = InputParamDefinitionType ( 'EXG', 'CHFGWF', 'EXCHANGEDATA', 'EXCHANGEDATA', 'EXCHANGEDATA', 'RECARRAY CELLIDM1 CELLIDM2 BEDLEAK CFACT', 'NEXG', 'exchange data', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public exgchfgwfinputmodule::exg_chfgwf_aggregate_definitions = [ exgchfgwf_exchangedata ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public exgchfgwfinputmodule::exg_chfgwf_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'EXCHANGEDATA', .true., .true., .false. ) ]