|
| logical, public | olfocinputmodule::olf_oc_multi_package = .false. |
| |
| character(len=16), dimension(*), parameter, public | olfocinputmodule::olf_oc_subpackages = [ ' ' ] |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_budfilerec = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'BUDGET_FILERECORD', 'BUDFILEREC', 'RECORD BUDGET FILEOUT BUDGETFILE', '', '', .false., .false., .false., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_budget = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'BUDGET', 'BUDGET', 'KEYWORD', '', 'budget keyword', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_fileout = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_budgetfile = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'BUDGETFILE', 'BUDGETFILE', 'STRING', '', 'file keyword', .true., .false., .true., .true., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_budcsvfilerec = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'BUDGETCSV_FILERECORD', 'BUDCSVFILEREC', 'RECORD BUDGETCSV FILEOUT BUDGETCSVFILE', '', '', .false., .false., .false., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_budgetcsv = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'BUDGETCSV', 'BUDGETCSV', 'KEYWORD', '', 'budget keyword', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_budgetcsvfile = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'BUDGETCSVFILE', 'BUDGETCSVFILE', 'STRING', '', 'file keyword', .true., .false., .true., .true., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_qoutfilerec = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'QOUTFLOW_FILERECORD', 'QOUTFILEREC', 'RECORD QOUTFLOW FILEOUT QOUTFLOWFILE', '', '', .false., .false., .false., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_qoutflow = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'QOUTFLOW', 'QOUTFLOW', 'KEYWORD', '', 'qoutflow keyword', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_qoutflowfile = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'QOUTFLOWFILE', 'QOUTFLOWFILE', 'STRING', '', 'file keyword', .true., .false., .true., .true., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_stagefilerec = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'STAGE_FILERECORD', 'STAGEFILEREC', 'RECORD STAGE FILEOUT STAGEFILE', '', '', .false., .false., .false., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_stage = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'STAGE', 'STAGE', 'KEYWORD', '', 'stage keyword', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_stagefile = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'STAGEFILE', 'STAGEFILE', 'STRING', '', 'file keyword', .true., .false., .true., .true., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_qoutprintrec = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'QOUTFLOWPRINTRECORD', 'QOUTPRINTREC', 'RECORD QOUTFLOW PRINT_FORMAT FORMATRECORD', '', '', .false., .false., .false., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_print_format = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'PRINT_FORMAT', 'PRINT_FORMAT', 'KEYWORD', '', 'keyword to indicate that a print format follows', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_formatrecord = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'FORMATRECORD', 'FORMATRECORD', 'RECORD COLUMNS WIDTH DIGITS FORMAT', '', '', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_columns = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'COLUMNS', 'COLUMNS', 'INTEGER', '', 'number of columns', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_width = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'WIDTH', 'WIDTH', 'INTEGER', '', 'width for each number', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_digits = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'DIGITS', 'DIGITS', 'INTEGER', '', 'number of digits', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_format = InputParamDefinitionType ( 'OLF', 'OC', 'OPTIONS', 'FORMAT', 'FORMAT', 'STRING', '', 'write format', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_saverecord = InputParamDefinitionType ( 'OLF', 'OC', 'PERIOD', 'SAVERECORD', 'SAVERECORD', 'RECORD SAVE RTYPE OCSETTING', '', '', .false., .false., .false., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_save = InputParamDefinitionType ( 'OLF', 'OC', 'PERIOD', 'SAVE', 'SAVE', 'KEYWORD', '', 'keyword to save', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_printrecord = InputParamDefinitionType ( 'OLF', 'OC', 'PERIOD', 'PRINTRECORD', 'PRINTRECORD', 'RECORD PRINT RTYPE OCSETTING', '', '', .false., .false., .false., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_print = InputParamDefinitionType ( 'OLF', 'OC', 'PERIOD', 'PRINT', 'PRINT', 'KEYWORD', '', 'keyword to save', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_rtype = InputParamDefinitionType ( 'OLF', 'OC', 'PERIOD', 'RTYPE', 'RTYPE', 'STRING', '', 'record type', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_ocsetting = InputParamDefinitionType ( 'OLF', 'OC', 'PERIOD', 'OCSETTING', 'OCSETTING', 'KEYSTRING ALL FIRST LAST FREQUENCY STEPS', '', '', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_all = InputParamDefinitionType ( 'OLF', 'OC', 'PERIOD', 'ALL', 'ALL', 'KEYWORD', '', '', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_first = InputParamDefinitionType ( 'OLF', 'OC', 'PERIOD', 'FIRST', 'FIRST', 'KEYWORD', '', '', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_last = InputParamDefinitionType ( 'OLF', 'OC', 'PERIOD', 'LAST', 'LAST', 'KEYWORD', '', '', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_frequency = InputParamDefinitionType ( 'OLF', 'OC', 'PERIOD', 'FREQUENCY', 'FREQUENCY', 'INTEGER', '', '', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | olfocinputmodule::olfoc_steps = InputParamDefinitionType ( 'OLF', 'OC', 'PERIOD', 'STEPS', 'STEPS', 'INTEGER1D', '<NSTP', '', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), dimension(*), parameter, public | olfocinputmodule::olf_oc_param_definitions = [ olfoc_budfilerec, olfoc_budget, olfoc_fileout, olfoc_budgetfile, olfoc_budcsvfilerec, olfoc_budgetcsv, olfoc_budgetcsvfile, olfoc_qoutfilerec, olfoc_qoutflow, olfoc_qoutflowfile, olfoc_stagefilerec, olfoc_stage, olfoc_stagefile, olfoc_qoutprintrec, olfoc_print_format, olfoc_formatrecord, olfoc_columns, olfoc_width, olfoc_digits, olfoc_format, olfoc_saverecord, olfoc_save, olfoc_printrecord, olfoc_print, olfoc_rtype, olfoc_ocsetting, olfoc_all, olfoc_first, olfoc_last, olfoc_frequency, olfoc_steps ] |
| |
| type(inputparamdefinitiontype), dimension(*), parameter, public | olfocinputmodule::olf_oc_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false., .false. ) ] |
| |
| type(inputblockdefinitiontype), dimension(*), parameter, public | olfocinputmodule::olf_oc_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .false., .false., .true. ) ] |
| |