|
| logical, public | chfocinputmodule::chf_oc_multi_package = .false. |
| |
| character(len=16), dimension(*), parameter, public | chfocinputmodule::chf_oc_subpackages = [ ' ' ] |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_budfilerec = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'BUDGET_FILERECORD', 'BUDFILEREC', 'RECORD BUDGET FILEOUT BUDGETFILE', '', '', .false., .false., .false., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_budget = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'BUDGET', 'BUDGET', 'KEYWORD', '', 'budget keyword', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_fileout = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_budgetfile = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'BUDGETFILE', 'BUDGETFILE', 'STRING', '', 'file keyword', .true., .false., .true., .true., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_budcsvfilerec = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'BUDGETCSV_FILERECORD', 'BUDCSVFILEREC', 'RECORD BUDGETCSV FILEOUT BUDGETCSVFILE', '', '', .false., .false., .false., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_budgetcsv = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'BUDGETCSV', 'BUDGETCSV', 'KEYWORD', '', 'budget keyword', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_budgetcsvfile = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'BUDGETCSVFILE', 'BUDGETCSVFILE', 'STRING', '', 'file keyword', .true., .false., .true., .true., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_qoutfilerec = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'QOUTFLOW_FILERECORD', 'QOUTFILEREC', 'RECORD QOUTFLOW FILEOUT QOUTFLOWFILE', '', '', .false., .false., .false., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_qoutflow = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'QOUTFLOW', 'QOUTFLOW', 'KEYWORD', '', 'qoutflow keyword', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_qoutflowfile = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'QOUTFLOWFILE', 'QOUTFLOWFILE', 'STRING', '', 'file keyword', .true., .false., .true., .true., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_stagefilerec = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'STAGE_FILERECORD', 'STAGEFILEREC', 'RECORD STAGE FILEOUT STAGEFILE', '', '', .false., .false., .false., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_stage = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'STAGE', 'STAGE', 'KEYWORD', '', 'stage keyword', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_stagefile = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'STAGEFILE', 'STAGEFILE', 'STRING', '', 'file keyword', .true., .false., .true., .true., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_qoutprintrec = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'QOUTFLOWPRINTRECORD', 'QOUTPRINTREC', 'RECORD QOUTFLOW PRINT_FORMAT FORMATRECORD', '', '', .false., .false., .false., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_print_format = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'PRINT_FORMAT', 'PRINT_FORMAT', 'KEYWORD', '', 'keyword to indicate that a print format follows', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_formatrecord = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'FORMATRECORD', 'FORMATRECORD', 'RECORD COLUMNS WIDTH DIGITS FORMAT', '', '', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_columns = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'COLUMNS', 'COLUMNS', 'INTEGER', '', 'number of columns', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_width = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'WIDTH', 'WIDTH', 'INTEGER', '', 'width for each number', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_digits = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'DIGITS', 'DIGITS', 'INTEGER', '', 'number of digits', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_format = InputParamDefinitionType ( 'CHF', 'OC', 'OPTIONS', 'FORMAT', 'FORMAT', 'STRING', '', 'write format', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_saverecord = InputParamDefinitionType ( 'CHF', 'OC', 'PERIOD', 'SAVERECORD', 'SAVERECORD', 'RECORD SAVE RTYPE OCSETTING', '', '', .false., .false., .false., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_save = InputParamDefinitionType ( 'CHF', 'OC', 'PERIOD', 'SAVE', 'SAVE', 'KEYWORD', '', 'keyword to save', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_printrecord = InputParamDefinitionType ( 'CHF', 'OC', 'PERIOD', 'PRINTRECORD', 'PRINTRECORD', 'RECORD PRINT RTYPE OCSETTING', '', '', .false., .false., .false., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_print = InputParamDefinitionType ( 'CHF', 'OC', 'PERIOD', 'PRINT', 'PRINT', 'KEYWORD', '', 'keyword to save', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_rtype = InputParamDefinitionType ( 'CHF', 'OC', 'PERIOD', 'RTYPE', 'RTYPE', 'STRING', '', 'record type', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_ocsetting = InputParamDefinitionType ( 'CHF', 'OC', 'PERIOD', 'OCSETTING', 'OCSETTING', 'KEYSTRING ALL FIRST LAST FREQUENCY STEPS', '', '', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_all = InputParamDefinitionType ( 'CHF', 'OC', 'PERIOD', 'ALL', 'ALL', 'KEYWORD', '', '', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_first = InputParamDefinitionType ( 'CHF', 'OC', 'PERIOD', 'FIRST', 'FIRST', 'KEYWORD', '', '', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_last = InputParamDefinitionType ( 'CHF', 'OC', 'PERIOD', 'LAST', 'LAST', 'KEYWORD', '', '', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_frequency = InputParamDefinitionType ( 'CHF', 'OC', 'PERIOD', 'FREQUENCY', 'FREQUENCY', 'INTEGER', '', '', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), parameter | chfocinputmodule::chfoc_steps = InputParamDefinitionType ( 'CHF', 'OC', 'PERIOD', 'STEPS', 'STEPS', 'INTEGER1D', '<NSTP', '', .true., .false., .true., .false., .false., .false. ) |
| |
| type(inputparamdefinitiontype), dimension(*), parameter, public | chfocinputmodule::chf_oc_param_definitions = [ chfoc_budfilerec, chfoc_budget, chfoc_fileout, chfoc_budgetfile, chfoc_budcsvfilerec, chfoc_budgetcsv, chfoc_budgetcsvfile, chfoc_qoutfilerec, chfoc_qoutflow, chfoc_qoutflowfile, chfoc_stagefilerec, chfoc_stage, chfoc_stagefile, chfoc_qoutprintrec, chfoc_print_format, chfoc_formatrecord, chfoc_columns, chfoc_width, chfoc_digits, chfoc_format, chfoc_saverecord, chfoc_save, chfoc_printrecord, chfoc_print, chfoc_rtype, chfoc_ocsetting, chfoc_all, chfoc_first, chfoc_last, chfoc_frequency, chfoc_steps ] |
| |
| type(inputparamdefinitiontype), dimension(*), parameter, public | chfocinputmodule::chf_oc_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false., .false. ) ] |
| |
| type(inputblockdefinitiontype), dimension(*), parameter, public | chfocinputmodule::chf_oc_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .false., .false., .true. ) ] |
| |