|
logical, public | olfstoinputmodule::olf_sto_multi_package = .false. |
|
character(len=16), dimension(*), parameter, public | olfstoinputmodule::olf_sto_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | olfstoinputmodule::olfsto_ipakcb = InputParamDefinitionType ( 'OLF', 'STO', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'keyword to save NPF flows', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfstoinputmodule::olfsto_export_ascii = InputParamDefinitionType ( 'OLF', 'STO', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfstoinputmodule::olfsto_steady_state = InputParamDefinitionType ( 'OLF', 'STO', 'PERIOD', 'STEADY-STATE', 'STEADY_STATE', 'KEYWORD', '', 'steady state indicator', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfstoinputmodule::olfsto_transient = InputParamDefinitionType ( 'OLF', 'STO', 'PERIOD', 'TRANSIENT', 'TRANSIENT', 'KEYWORD', '', 'transient indicator', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | olfstoinputmodule::olf_sto_param_definitions = [ olfsto_ipakcb, olfsto_export_ascii, olfsto_steady_state, olfsto_transient ] |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | olfstoinputmodule::olf_sto_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | olfstoinputmodule::olf_sto_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .false., .false., .true. ) ] |
|