|
logical, public | olfcdbinputmodule::olf_cdb_multi_package = .true. |
|
character(len=16), dimension(*), parameter, public | olfcdbinputmodule::olf_cdb_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | olfcdbinputmodule::olfcdb_auxiliary = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', 'keyword to specify aux variables', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcdbinputmodule::olfcdb_boundnames = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'BOUNDNAMES', 'BOUNDNAMES', 'KEYWORD', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcdbinputmodule::olfcdb_iprpak = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'PRINT_INPUT', 'IPRPAK', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcdbinputmodule::olfcdb_iprflow = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'PRINT_FLOWS', 'IPRFLOW', 'KEYWORD', '', 'print calculated flows to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcdbinputmodule::olfcdb_ipakcb = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'save flows to budget file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcdbinputmodule::olfcdb_filein = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcdbinputmodule::olfcdb_obs_filerecord = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcdbinputmodule::olfcdb_obs6 = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcdbinputmodule::olfcdb_obs6_filename = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcdbinputmodule::olfcdb_maxbound = InputParamDefinitionType ( 'OLF', 'CDB', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of critical depth boundaries', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcdbinputmodule::olfcdb_cellid = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'CELLID', 'CELLID', 'INTEGER1D', 'NCELLDIM', 'cell identifier', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcdbinputmodule::olfcdb_idcxs = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'IDCXS', 'IDCXS', 'INTEGER', '', 'cross section identifier', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcdbinputmodule::olfcdb_width = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'WIDTH', 'WIDTH', 'DOUBLE', '', 'width of the zero-depth gradient boundary', .true., .true., .false., .false., .true. ) |
|
type(inputparamdefinitiontype), parameter | olfcdbinputmodule::olfcdb_auxvar = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'AUX', 'AUXVAR', 'DOUBLE1D', 'NAUX', 'auxiliary variables', .false., .true., .false., .false., .true. ) |
|
type(inputparamdefinitiontype), parameter | olfcdbinputmodule::olfcdb_boundname = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'BOUNDNAME', 'BOUNDNAME', 'STRING', '', 'zero-depth-gradient boundary name', .false., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | olfcdbinputmodule::olf_cdb_param_definitions = [ olfcdb_auxiliary, olfcdb_boundnames, olfcdb_iprpak, olfcdb_iprflow, olfcdb_ipakcb, olfcdb_filein, olfcdb_obs_filerecord, olfcdb_obs6, olfcdb_obs6_filename, olfcdb_maxbound, olfcdb_cellid, olfcdb_idcxs, olfcdb_width, olfcdb_auxvar, olfcdb_boundname ] |
|
type(inputparamdefinitiontype), parameter | olfcdbinputmodule::olfcdb_spd = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'STRESS_PERIOD_DATA', 'SPD', 'RECARRAY CELLID IDCXS WIDTH AUX BOUNDNAME', 'MAXBOUND', '', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | olfcdbinputmodule::olf_cdb_aggregate_definitions = [ olfcdb_spd ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | olfcdbinputmodule::olf_cdb_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .true., .true. ) ] |
|