|
logical, public | swf_cdb_multi_package = .true. |
|
character(len=16), dimension(*), parameter, public | swf_cdb_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | swfcdb_auxiliary = InputParamDefinitionType ( 'SWF', 'CDB', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', 'keyword to specify aux variables', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfcdb_boundnames = InputParamDefinitionType ( 'SWF', 'CDB', 'OPTIONS', 'BOUNDNAMES', 'BOUNDNAMES', 'KEYWORD', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfcdb_iprpak = InputParamDefinitionType ( 'SWF', 'CDB', 'OPTIONS', 'PRINT_INPUT', 'IPRPAK', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfcdb_iprflow = InputParamDefinitionType ( 'SWF', 'CDB', 'OPTIONS', 'PRINT_FLOWS', 'IPRFLOW', 'KEYWORD', '', 'print calculated flows to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfcdb_ipakcb = InputParamDefinitionType ( 'SWF', 'CDB', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'save flows to budget file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfcdb_filein = InputParamDefinitionType ( 'SWF', 'CDB', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfcdb_obs_filerecord = InputParamDefinitionType ( 'SWF', 'CDB', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfcdb_obs6 = InputParamDefinitionType ( 'SWF', 'CDB', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfcdb_obs6_filename = InputParamDefinitionType ( 'SWF', 'CDB', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfcdb_maxbound = InputParamDefinitionType ( 'SWF', 'CDB', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of critical depth boundaries', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfcdb_cellid = InputParamDefinitionType ( 'SWF', 'CDB', 'PERIOD', 'CELLID', 'CELLID', 'INTEGER1D', 'NCELLDIM', 'cell identifier', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfcdb_idcxs = InputParamDefinitionType ( 'SWF', 'CDB', 'PERIOD', 'IDCXS', 'IDCXS', 'INTEGER', '', 'cross section identifier', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfcdb_width = InputParamDefinitionType ( 'SWF', 'CDB', 'PERIOD', 'WIDTH', 'WIDTH', 'DOUBLE', '', 'width of the zero-depth gradient boundary', .true., .true., .false., .false., .true. ) |
|
type(inputparamdefinitiontype), parameter | swfcdb_auxvar = InputParamDefinitionType ( 'SWF', 'CDB', 'PERIOD', 'AUX', 'AUXVAR', 'DOUBLE1D', 'NAUX', 'auxiliary variables', .false., .true., .false., .false., .true. ) |
|
type(inputparamdefinitiontype), parameter | swfcdb_boundname = InputParamDefinitionType ( 'SWF', 'CDB', 'PERIOD', 'BOUNDNAME', 'BOUNDNAME', 'STRING', '', 'zero-depth-gradient boundary name', .false., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | swf_cdb_param_definitions = [ swfcdb_auxiliary, swfcdb_boundnames, swfcdb_iprpak, swfcdb_iprflow, swfcdb_ipakcb, swfcdb_filein, swfcdb_obs_filerecord, swfcdb_obs6, swfcdb_obs6_filename, swfcdb_maxbound, swfcdb_cellid, swfcdb_idcxs, swfcdb_width, swfcdb_auxvar, swfcdb_boundname ] |
|
type(inputparamdefinitiontype), parameter | swfcdb_spd = InputParamDefinitionType ( 'SWF', 'CDB', 'PERIOD', 'STRESS_PERIOD_DATA', 'SPD', 'RECARRAY CELLID IDCXS WIDTH AUX BOUNDNAME', 'MAXBOUND', '', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | swf_cdb_aggregate_definitions = [ swfcdb_spd ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | swf_cdb_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .true., .true. ) ] |
|