Changes between Version 783 and Version 784 of doc/app/errmsg


Ignore:
Timestamp:
Jan 6, 2022 9:56:01 AM (3 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v783 v784  
    2828||[=#PA0003 PA0003]   ||dt_coupling is required to be set in atmosphere runtime parameters namelist   || This error appears if the temporal interval for the data exchange [../runtime_parameters#dt_coupling dt_coupling] is not explicitly set in case of runs with [../../app/examples/coupled coupled atmosphere-ocean]. ||
    2929||[=#PA0004 PA0004]   ||mismatch between atmosphere and ocean model: dt_coupling (atmosphere) = "..." dt_coupling (ocean) = "..." ocean value is set to atmosphere value || For coupled runs the temporal interval for the data exchange [../runtime_parameters#dt_coupling dt_coupling] must be explicitly set and must have the same value in both models ([../runtime_parameters#dt_coupling dt_coupling] has to be set in [../iofiles#PARIN PARIN] and [../iofiles#PARIN_O PARIN_O]). See also [../examples/coupled coupled runs]. ||
    30 ||[=#PA0005 PA0005]   ||dt_coupling <= 0.0 is not allowed || This error occurs if an invalid value for [../runtime_parameters#dt_coupling dt_coupling] is used in the parameter file. [../runtime_parameters#dt_coupling dt_coupling] must be > 0.0 and equal in both models ([../runtime_parameters#dt_coupling dt_coupling] has to be set in [../iofiles#PARIN PARIN] and [../iofiles#PARIN_O PARIN_O]). ||
     30||[=#PA0005 PA0005]   ||dt_coupling < 0.0 is not allowed || This error occurs if an invalid value for [../runtime_parameters#dt_coupling dt_coupling] is used in the parameter file. [../runtime_parameters#dt_coupling dt_coupling] must be >= 0.0 and equal in both models ([../runtime_parameters#dt_coupling dt_coupling] has to be set in [../iofiles#PARIN PARIN] and [../iofiles#PARIN_O PARIN_O]). ||
    3131||[=#PA0006 PA0006]   ||time averaging of a static quantity ("...") is not provided  ||Remove this quantity from the list of output quantities in runtime parameter [../runtime_parameters#data_output data_output], or just remove the {{{_av}}} from the respective string. Time averaging of static quantities is not provided, because these quantities do not change in time. ||
    3232||[=#PA0007 PA0007]   ||illegal nesting boundary conditions: ... ||Allowed values for [../nesting_parameters#nesting_bounds nesting_bounds] are '3d_nested', 'cyclic_along_x', 'cyclic_along_y', or 'vertical_only'. ||