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

Go to the source code of this file.

Data Types

type  swfstoinputmodule::swfstoparamfoundtype
 

Modules

module  swfstoinputmodule
 

Variables

logical, public swfstoinputmodule::swf_sto_multi_package = .false.
 
character(len=16), dimension(*), parameter, public swfstoinputmodule::swf_sto_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter swfstoinputmodule::swfsto_ipakcb = InputParamDefinitionType ( 'SWF', 'STO', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'keyword to save NPF flows', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfstoinputmodule::swfsto_export_ascii = InputParamDefinitionType ( 'SWF', 'STO', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfstoinputmodule::swfsto_steady_state = InputParamDefinitionType ( 'SWF', 'STO', 'PERIOD', 'STEADY-STATE', 'STEADY_STATE', 'KEYWORD', '', 'steady state indicator', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfstoinputmodule::swfsto_transient = InputParamDefinitionType ( 'SWF', 'STO', 'PERIOD', 'TRANSIENT', 'TRANSIENT', 'KEYWORD', '', 'transient indicator', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public swfstoinputmodule::swf_sto_param_definitions = [ swfsto_ipakcb, swfsto_export_ascii, swfsto_steady_state, swfsto_transient ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public swfstoinputmodule::swf_sto_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public swfstoinputmodule::swf_sto_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .false., .false., .true. ) ]