|
logical, public | swfchdinputmodule::swf_chd_multi_package = .true. |
|
character(len=16), dimension(*), parameter, public | swfchdinputmodule::swf_chd_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_auxiliary = InputParamDefinitionType ( 'SWF', 'CHD', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', 'keyword to specify aux variables', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_auxmultname = InputParamDefinitionType ( 'SWF', 'CHD', 'OPTIONS', 'AUXMULTNAME', 'AUXMULTNAME', 'STRING', '', 'name of auxiliary variable for multiplier', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_boundnames = InputParamDefinitionType ( 'SWF', 'CHD', 'OPTIONS', 'BOUNDNAMES', 'BOUNDNAMES', 'KEYWORD', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_print_input = InputParamDefinitionType ( 'SWF', 'CHD', 'OPTIONS', 'PRINT_INPUT', 'PRINT_INPUT', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_print_flows = InputParamDefinitionType ( 'SWF', 'CHD', 'OPTIONS', 'PRINT_FLOWS', 'PRINT_FLOWS', 'KEYWORD', '', 'print CHD flows to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_save_flows = InputParamDefinitionType ( 'SWF', 'CHD', 'OPTIONS', 'SAVE_FLOWS', 'SAVE_FLOWS', 'KEYWORD', '', 'save CHD flows to budget file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_ts_filerecord = InputParamDefinitionType ( 'SWF', 'CHD', 'OPTIONS', 'TS_FILERECORD', 'TS_FILERECORD', 'RECORD TS6 FILEIN TS6_FILENAME', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_ts6 = InputParamDefinitionType ( 'SWF', 'CHD', 'OPTIONS', 'TS6', 'TS6', 'KEYWORD', '', 'head keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_filein = InputParamDefinitionType ( 'SWF', 'CHD', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_ts6_filename = InputParamDefinitionType ( 'SWF', 'CHD', 'OPTIONS', 'TS6_FILENAME', 'TS6_FILENAME', 'STRING', '', 'file name of time series information', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_obs_filerecord = InputParamDefinitionType ( 'SWF', 'CHD', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_obs6 = InputParamDefinitionType ( 'SWF', 'CHD', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_obs6_filename = InputParamDefinitionType ( 'SWF', 'CHD', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_maxbound = InputParamDefinitionType ( 'SWF', 'CHD', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of constant heads', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_cellid = InputParamDefinitionType ( 'SWF', 'CHD', 'PERIOD', 'CELLID', 'CELLID', 'INTEGER1D', 'NCELLDIM', 'cell identifier', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_head = InputParamDefinitionType ( 'SWF', 'CHD', 'PERIOD', 'HEAD', 'HEAD', 'DOUBLE', '', 'head value assigned to constant head', .true., .true., .false., .false., .true. ) |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_aux = InputParamDefinitionType ( 'SWF', 'CHD', 'PERIOD', 'AUX', 'AUX', 'DOUBLE1D', 'NAUX', 'auxiliary variables', .false., .true., .false., .false., .true. ) |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_boundname = InputParamDefinitionType ( 'SWF', 'CHD', 'PERIOD', 'BOUNDNAME', 'BOUNDNAME', 'STRING', '', 'constant head boundary name', .false., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | swfchdinputmodule::swf_chd_param_definitions = [ swfchd_auxiliary, swfchd_auxmultname, swfchd_boundnames, swfchd_print_input, swfchd_print_flows, swfchd_save_flows, swfchd_ts_filerecord, swfchd_ts6, swfchd_filein, swfchd_ts6_filename, swfchd_obs_filerecord, swfchd_obs6, swfchd_obs6_filename, swfchd_maxbound, swfchd_cellid, swfchd_head, swfchd_aux, swfchd_boundname ] |
|
type(inputparamdefinitiontype), parameter | swfchdinputmodule::swfchd_spd = InputParamDefinitionType ( 'SWF', 'CHD', 'PERIOD', 'STRESS_PERIOD_DATA', 'SPD', 'RECARRAY CELLID HEAD AUX BOUNDNAME', 'MAXBOUND', '', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | swfchdinputmodule::swf_chd_aggregate_definitions = [ swfchd_spd ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | swfchdinputmodule::swf_chd_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .true., .true. ) ] |
|