|
logical, public | gwf_chdg_multi_package = .true. |
|
character(len=16), dimension(*), parameter, public | gwf_chdg_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | gwfchdg_readarraygrid = InputParamDefinitionType ( 'GWF', 'CHDG', 'OPTIONS', 'READARRAYGRID', 'READARRAYGRID', 'KEYWORD', '', 'use array-based grid input', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchdg_auxiliary = InputParamDefinitionType ( 'GWF', 'CHDG', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', 'keyword to specify aux variables', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchdg_auxmultname = InputParamDefinitionType ( 'GWF', 'CHDG', 'OPTIONS', 'AUXMULTNAME', 'AUXMULTNAME', 'STRING', '', 'name of auxiliary variable for multiplier', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchdg_iprpak = InputParamDefinitionType ( 'GWF', 'CHDG', 'OPTIONS', 'PRINT_INPUT', 'IPRPAK', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchdg_iprflow = InputParamDefinitionType ( 'GWF', 'CHDG', 'OPTIONS', 'PRINT_FLOWS', 'IPRFLOW', 'KEYWORD', '', 'print CHD flows to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchdg_ipakcb = InputParamDefinitionType ( 'GWF', 'CHDG', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'save CHD flows to budget file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchdg_obs_filerecord = InputParamDefinitionType ( 'GWF', 'CHDG', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchdg_obs6 = InputParamDefinitionType ( 'GWF', 'CHDG', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchdg_filein = InputParamDefinitionType ( 'GWF', 'CHDG', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchdg_obs6_filename = InputParamDefinitionType ( 'GWF', 'CHDG', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchdg_export_nc = InputParamDefinitionType ( 'GWF', 'CHDG', 'OPTIONS', 'EXPORT_ARRAY_NETCDF', 'EXPORT_NC', 'KEYWORD', '', 'export array variables to netcdf output files.', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchdg_inewton = InputParamDefinitionType ( 'GWF', 'CHDG', 'OPTIONS', 'DEV_NO_NEWTON', 'INEWTON', 'KEYWORD', '', 'turn off Newton for unconfined cells', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchdg_maxbound = InputParamDefinitionType ( 'GWF', 'CHDG', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of constant head cells in any stress period', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchdg_head = InputParamDefinitionType ( 'GWF', 'CHDG', 'PERIOD', 'HEAD', 'HEAD', 'DOUBLE1D', 'NODES', 'head value assigned to constant head', .true., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfchdg_auxvar = InputParamDefinitionType ( 'GWF', 'CHDG', 'PERIOD', 'AUX', 'AUXVAR', 'DOUBLE2D', 'NAUX NODES', 'constant head auxiliary variable iaux', .false., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwf_chdg_param_definitions = [ gwfchdg_readarraygrid, gwfchdg_auxiliary, gwfchdg_auxmultname, gwfchdg_iprpak, gwfchdg_iprflow, gwfchdg_ipakcb, gwfchdg_obs_filerecord, gwfchdg_obs6, gwfchdg_filein, gwfchdg_obs6_filename, gwfchdg_export_nc, gwfchdg_inewton, gwfchdg_maxbound, gwfchdg_head, gwfchdg_auxvar ] |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwf_chdg_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | gwf_chdg_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .true., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .false., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .false., .true. ) ] |
|