|
logical, public | chf_dfw_multi_package = .false. |
|
character(len=16), dimension(*), parameter, public | chf_dfw_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | chfdfw_icentral = InputParamDefinitionType ( 'CHF', 'DFW', 'OPTIONS', 'CENTRAL_IN_SPACE', 'ICENTRAL', 'KEYWORD', '', 'use central in space weighting', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | chfdfw_lengthconv = InputParamDefinitionType ( 'CHF', 'DFW', 'OPTIONS', 'LENGTH_CONVERSION', 'LENGTHCONV', 'DOUBLE', '', 'length conversion factor', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | chfdfw_timeconv = InputParamDefinitionType ( 'CHF', 'DFW', 'OPTIONS', 'TIME_CONVERSION', 'TIMECONV', 'DOUBLE', '', 'time conversion factor', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | chfdfw_ipakcb = InputParamDefinitionType ( 'CHF', 'DFW', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'keyword to save DFW flows', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | chfdfw_iprflow = InputParamDefinitionType ( 'CHF', 'DFW', 'OPTIONS', 'PRINT_FLOWS', 'IPRFLOW', 'KEYWORD', '', 'keyword to print DFW flows to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | chfdfw_isavvelocity = InputParamDefinitionType ( 'CHF', 'DFW', 'OPTIONS', 'SAVE_VELOCITY', 'ISAVVELOCITY', 'KEYWORD', '', 'keyword to save velocity', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | chfdfw_obs_filerecord = InputParamDefinitionType ( 'CHF', 'DFW', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | chfdfw_obs6 = InputParamDefinitionType ( 'CHF', 'DFW', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | chfdfw_filein = InputParamDefinitionType ( 'CHF', 'DFW', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | chfdfw_obs6_filename = InputParamDefinitionType ( 'CHF', 'DFW', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | chfdfw_export_ascii = InputParamDefinitionType ( 'CHF', 'DFW', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | chfdfw_iswrcond = InputParamDefinitionType ( 'CHF', 'DFW', 'OPTIONS', 'DEV_SWR_CONDUCTANCE', 'ISWRCOND', 'KEYWORD', '', 'use SWR conductance formulation', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | chfdfw_manningsn = InputParamDefinitionType ( 'CHF', 'DFW', 'GRIDDATA', 'MANNINGSN', 'MANNINGSN', 'DOUBLE1D', 'NODES', 'mannings roughness coefficient', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | chfdfw_idcxs = InputParamDefinitionType ( 'CHF', 'DFW', 'GRIDDATA', 'IDCXS', 'IDCXS', 'INTEGER1D', 'NODES', 'cross section number', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | chf_dfw_param_definitions = [ chfdfw_icentral, chfdfw_lengthconv, chfdfw_timeconv, chfdfw_ipakcb, chfdfw_iprflow, chfdfw_isavvelocity, chfdfw_obs_filerecord, chfdfw_obs6, chfdfw_filein, chfdfw_obs6_filename, chfdfw_export_ascii, chfdfw_iswrcond, chfdfw_manningsn, chfdfw_idcxs ] |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | chf_dfw_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | chf_dfw_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ] |
|