|
logical, public | gwectpinputmodule::gwe_ctp_multi_package = .true. |
|
character(len=16), dimension(*), parameter, public | gwectpinputmodule::gwe_ctp_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_auxiliary = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', 'keyword to specify aux variables', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_auxmultname = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'AUXMULTNAME', 'AUXMULTNAME', 'STRING', '', 'name of auxiliary variable for multiplier', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_boundnames = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'BOUNDNAMES', 'BOUNDNAMES', 'KEYWORD', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_iprflow = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'PRINT_INPUT', 'IPRFLOW', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_ipakcb = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'PRINT_FLOWS', 'IPAKCB', 'KEYWORD', '', 'print calculated flows to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_iprpak = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'SAVE_FLOWS', 'IPRPAK', 'KEYWORD', '', 'save constant temperature flows to budget file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_ts_filerecord = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'TS_FILERECORD', 'TS_FILERECORD', 'RECORD TS6 FILEIN TS6_FILENAME', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_ts6 = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'TS6', 'TS6', 'KEYWORD', '', 'time series keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_filein = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_ts6_filename = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'TS6_FILENAME', 'TS6_FILENAME', 'STRING', '', 'file name of time series information', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_obs_filerecord = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_obs6 = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_obs6_filename = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_maxbound = InputParamDefinitionType ( 'GWE', 'CTP', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of constant temperatures', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_cellid = InputParamDefinitionType ( 'GWE', 'CTP', 'PERIOD', 'CELLID', 'CELLID', 'INTEGER1D', 'NCELLDIM', 'cell identifier', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_tspvar = InputParamDefinitionType ( 'GWE', 'CTP', 'PERIOD', 'TEMP', 'TSPVAR', 'DOUBLE', '', 'constant temperature value', .true., .true., .false., .false., .true. ) |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_auxvar = InputParamDefinitionType ( 'GWE', 'CTP', 'PERIOD', 'AUX', 'AUXVAR', 'DOUBLE1D', 'NAUX', 'auxiliary variables', .false., .true., .false., .false., .true. ) |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_boundname = InputParamDefinitionType ( 'GWE', 'CTP', 'PERIOD', 'BOUNDNAME', 'BOUNDNAME', 'STRING', '', 'constant temperature name', .false., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwectpinputmodule::gwe_ctp_param_definitions = [ gwectp_auxiliary, gwectp_auxmultname, gwectp_boundnames, gwectp_iprflow, gwectp_ipakcb, gwectp_iprpak, gwectp_ts_filerecord, gwectp_ts6, gwectp_filein, gwectp_ts6_filename, gwectp_obs_filerecord, gwectp_obs6, gwectp_obs6_filename, gwectp_maxbound, gwectp_cellid, gwectp_tspvar, gwectp_auxvar, gwectp_boundname ] |
|
type(inputparamdefinitiontype), parameter | gwectpinputmodule::gwectp_spd = InputParamDefinitionType ( 'GWE', 'CTP', 'PERIOD', 'STRESS_PERIOD_DATA', 'SPD', 'RECARRAY CELLID TEMP AUX BOUNDNAME', 'MAXBOUND', '', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwectpinputmodule::gwe_ctp_aggregate_definitions = [ gwectp_spd ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | gwectpinputmodule::gwe_ctp_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .true., .true. ) ] |
|