MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
chf-stoidm.f90 File Reference

Go to the source code of this file.

Data Types

type  chfstoinputmodule::chfstoparamfoundtype
 

Modules

module  chfstoinputmodule
 

Variables

logical, public chfstoinputmodule::chf_sto_multi_package = .false.
 
character(len=16), dimension(*), parameter, public chfstoinputmodule::chf_sto_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter chfstoinputmodule::chfsto_ipakcb = InputParamDefinitionType ( 'CHF', 'STO', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'keyword to save NPF flows', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfstoinputmodule::chfsto_export_ascii = InputParamDefinitionType ( 'CHF', 'STO', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfstoinputmodule::chfsto_steady_state = InputParamDefinitionType ( 'CHF', 'STO', 'PERIOD', 'STEADY-STATE', 'STEADY_STATE', 'KEYWORD', '', 'steady state indicator', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfstoinputmodule::chfsto_transient = InputParamDefinitionType ( 'CHF', 'STO', 'PERIOD', 'TRANSIENT', 'TRANSIENT', 'KEYWORD', '', 'transient indicator', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public chfstoinputmodule::chf_sto_param_definitions = [ chfsto_ipakcb, chfsto_export_ascii, chfsto_steady_state, chfsto_transient ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public chfstoinputmodule::chf_sto_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public chfstoinputmodule::chf_sto_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .false., .false., .true. ) ]