|
logical, public | gwf_chd_multi_package = .true. |
|
character(len=16), dimension(*), parameter, public | gwf_chd_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | gwfchd_auxiliary = InputParamDefinitionType ( 'GWF', 'CHD', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', 'keyword to specify aux variables', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_auxmultname = InputParamDefinitionType ( 'GWF', 'CHD', 'OPTIONS', 'AUXMULTNAME', 'AUXMULTNAME', 'STRING', '', 'name of auxiliary variable for multiplier', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_boundnames = InputParamDefinitionType ( 'GWF', 'CHD', 'OPTIONS', 'BOUNDNAMES', 'BOUNDNAMES', 'KEYWORD', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_iprpak = InputParamDefinitionType ( 'GWF', 'CHD', 'OPTIONS', 'PRINT_INPUT', 'IPRPAK', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_iprflow = InputParamDefinitionType ( 'GWF', 'CHD', 'OPTIONS', 'PRINT_FLOWS', 'IPRFLOW', 'KEYWORD', '', 'print CHD flows to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_ipakcb = InputParamDefinitionType ( 'GWF', 'CHD', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'save CHD flows to budget file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_ts_filerecord = InputParamDefinitionType ( 'GWF', 'CHD', 'OPTIONS', 'TS_FILERECORD', 'TS_FILERECORD', 'RECORD TS6 FILEIN TS6_FILENAME', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_ts6 = InputParamDefinitionType ( 'GWF', 'CHD', 'OPTIONS', 'TS6', 'TS6', 'KEYWORD', '', 'head keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_filein = InputParamDefinitionType ( 'GWF', 'CHD', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_ts6_filename = InputParamDefinitionType ( 'GWF', 'CHD', 'OPTIONS', 'TS6_FILENAME', 'TS6_FILENAME', 'STRING', '', 'file name of time series information', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_obs_filerecord = InputParamDefinitionType ( 'GWF', 'CHD', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_obs6 = InputParamDefinitionType ( 'GWF', 'CHD', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_obs6_filename = InputParamDefinitionType ( 'GWF', 'CHD', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_inewton = InputParamDefinitionType ( 'GWF', 'CHD', 'OPTIONS', 'DEV_NO_NEWTON', 'INEWTON', 'KEYWORD', '', 'turn off Newton for unconfined cells', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_maxbound = InputParamDefinitionType ( 'GWF', 'CHD', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of constant heads', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_cellid = InputParamDefinitionType ( 'GWF', 'CHD', 'PERIOD', 'CELLID', 'CELLID', 'INTEGER1D', 'NCELLDIM', 'cell identifier', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_head = InputParamDefinitionType ( 'GWF', 'CHD', 'PERIOD', 'HEAD', 'HEAD', 'DOUBLE', '', 'head value assigned to constant head', .true., .true., .false., .false., .true. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_auxvar = InputParamDefinitionType ( 'GWF', 'CHD', 'PERIOD', 'AUX', 'AUXVAR', 'DOUBLE1D', 'NAUX', 'auxiliary variables', .false., .true., .false., .false., .true. ) |
|
type(inputparamdefinitiontype), parameter | gwfchd_boundname = InputParamDefinitionType ( 'GWF', 'CHD', 'PERIOD', 'BOUNDNAME', 'BOUNDNAME', 'STRING', '', 'constant head boundary name', .false., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwf_chd_param_definitions = [ gwfchd_auxiliary, gwfchd_auxmultname, gwfchd_boundnames, gwfchd_iprpak, gwfchd_iprflow, gwfchd_ipakcb, gwfchd_ts_filerecord, gwfchd_ts6, gwfchd_filein, gwfchd_ts6_filename, gwfchd_obs_filerecord, gwfchd_obs6, gwfchd_obs6_filename, gwfchd_inewton, gwfchd_maxbound, gwfchd_cellid, gwfchd_head, gwfchd_auxvar, gwfchd_boundname ] |
|
type(inputparamdefinitiontype), parameter | gwfchd_spd = InputParamDefinitionType ( 'GWF', 'CHD', 'PERIOD', 'STRESS_PERIOD_DATA', 'SPD', 'RECARRAY CELLID HEAD AUX BOUNDNAME', 'MAXBOUND', '', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwf_chd_aggregate_definitions = [ gwfchd_spd ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | gwf_chd_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .true., .true. ) ] |
|