|
logical, public | olfchdinputmodule::olf_chd_multi_package = .true. |
|
character(len=16), dimension(*), parameter, public | olfchdinputmodule::olf_chd_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_auxiliary = InputParamDefinitionType ( 'OLF', 'CHD', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', 'keyword to specify aux variables', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_auxmultname = InputParamDefinitionType ( 'OLF', 'CHD', 'OPTIONS', 'AUXMULTNAME', 'AUXMULTNAME', 'STRING', '', 'name of auxiliary variable for multiplier', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_boundnames = InputParamDefinitionType ( 'OLF', 'CHD', 'OPTIONS', 'BOUNDNAMES', 'BOUNDNAMES', 'KEYWORD', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_print_input = InputParamDefinitionType ( 'OLF', 'CHD', 'OPTIONS', 'PRINT_INPUT', 'PRINT_INPUT', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_print_flows = InputParamDefinitionType ( 'OLF', 'CHD', 'OPTIONS', 'PRINT_FLOWS', 'PRINT_FLOWS', 'KEYWORD', '', 'print CHD flows to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_save_flows = InputParamDefinitionType ( 'OLF', 'CHD', 'OPTIONS', 'SAVE_FLOWS', 'SAVE_FLOWS', 'KEYWORD', '', 'save CHD flows to budget file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_ts_filerecord = InputParamDefinitionType ( 'OLF', 'CHD', 'OPTIONS', 'TS_FILERECORD', 'TS_FILERECORD', 'RECORD TS6 FILEIN TS6_FILENAME', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_ts6 = InputParamDefinitionType ( 'OLF', 'CHD', 'OPTIONS', 'TS6', 'TS6', 'KEYWORD', '', 'head keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_filein = InputParamDefinitionType ( 'OLF', 'CHD', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_ts6_filename = InputParamDefinitionType ( 'OLF', 'CHD', 'OPTIONS', 'TS6_FILENAME', 'TS6_FILENAME', 'STRING', '', 'file name of time series information', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_obs_filerecord = InputParamDefinitionType ( 'OLF', 'CHD', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_obs6 = InputParamDefinitionType ( 'OLF', 'CHD', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_obs6_filename = InputParamDefinitionType ( 'OLF', 'CHD', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_maxbound = InputParamDefinitionType ( 'OLF', 'CHD', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of constant heads', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_cellid = InputParamDefinitionType ( 'OLF', 'CHD', 'PERIOD', 'CELLID', 'CELLID', 'INTEGER1D', 'NCELLDIM', 'cell identifier', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_head = InputParamDefinitionType ( 'OLF', 'CHD', 'PERIOD', 'HEAD', 'HEAD', 'DOUBLE', '', 'head value assigned to constant head', .true., .true., .false., .false., .true. ) |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_aux = InputParamDefinitionType ( 'OLF', 'CHD', 'PERIOD', 'AUX', 'AUX', 'DOUBLE1D', 'NAUX', 'auxiliary variables', .false., .true., .false., .false., .true. ) |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_boundname = InputParamDefinitionType ( 'OLF', 'CHD', 'PERIOD', 'BOUNDNAME', 'BOUNDNAME', 'STRING', '', 'constant head boundary name', .false., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | olfchdinputmodule::olf_chd_param_definitions = [ olfchd_auxiliary, olfchd_auxmultname, olfchd_boundnames, olfchd_print_input, olfchd_print_flows, olfchd_save_flows, olfchd_ts_filerecord, olfchd_ts6, olfchd_filein, olfchd_ts6_filename, olfchd_obs_filerecord, olfchd_obs6, olfchd_obs6_filename, olfchd_maxbound, olfchd_cellid, olfchd_head, olfchd_aux, olfchd_boundname ] |
|
type(inputparamdefinitiontype), parameter | olfchdinputmodule::olfchd_spd = InputParamDefinitionType ( 'OLF', 'CHD', 'PERIOD', 'STRESS_PERIOD_DATA', 'SPD', 'RECARRAY CELLID HEAD AUX BOUNDNAME', 'MAXBOUND', '', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | olfchdinputmodule::olf_chd_aggregate_definitions = [ olfchd_spd ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | olfchdinputmodule::olf_chd_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .true., .true. ) ] |
|