|
logical, public | chf_sto_multi_package = .false. |
|
character(len=16), dimension(*), parameter, public | chf_sto_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | chfsto_ipakcb = InputParamDefinitionType ( 'CHF', 'STO', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'keyword to save NPF flows', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | 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 | chfsto_steady_state = InputParamDefinitionType ( 'CHF', 'STO', 'PERIOD', 'STEADY-STATE', 'STEADY_STATE', 'KEYWORD', '', 'steady state indicator', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | chfsto_transient = InputParamDefinitionType ( 'CHF', 'STO', 'PERIOD', 'TRANSIENT', 'TRANSIENT', 'KEYWORD', '', 'transient indicator', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | chf_sto_param_definitions = [ chfsto_ipakcb, chfsto_export_ascii, chfsto_steady_state, chfsto_transient ] |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | chf_sto_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | chf_sto_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .false., .false., .true. ) ] |
|