Changes between Version 290 and Version 291 of doc/app/errmsg
- Timestamp:
- Jun 6, 2017 1:56:15 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v290 v291 32 32 ||[=#PA0007 PA0007] ||coupling mode "...": dt_restart = ... is not equal to dt_restart_remote = ... || [../d3par#dt_restart dt_restart] has not been set properly (equal) in the atmosphere and ocean parameter file. See also [../examples/coupled coupled runs]. || 33 33 ||[=#PA0008 PA0008] ||coupling mode "...": simulation_time_since_reference = ... is not equal to simulation_time_since_reference_remote = ... || The simulated time is stored internally in the variable {{{simulation_time_since_reference}}}. In coupled mode both times must be equal. This error might occur when precursor runs are used with different startup times and the coupling is initiated inappropiately. See [../examples/coupled coupled runs] for a detailed description of the setup for precursor runs. || 34 ||[=#PA0009 PA0009] ||dx in atmosphere is not larger or equal than dx in ocean||Coupled runs allow to use different grid resolutions in atmosphere and ocean. It is, however, not possibleto use a finer grid resolution in the atmosphere than in the ocean. ||34 ||[=#PA0009 PA0009] ||dx in atmosphere is not larger or equal than dx in ocean||Coupled runs allow to use different grid resolutions in atmosphere and ocean. It is, however, not allowed to use a finer grid resolution in the atmosphere than in the ocean. || 35 35 ||[=#PA0010 PA0010] ||Domain size in x-direction is not equal in ocean and atmosphere|| Coupled runs are only possible, if the horizontal model domain size is equal in both, atmosphere and ocean. Check the settings for [../inipar#dx dx], [../inipar#dy dy], [../inipar#nx nx] and [../inipar#ny ny] to avoid this error. || 36 ||[=#PA0011 PA0011] ||dy in atmosphere is not larger or equal than dy in ocean||Coupled runs allow to use different grid resolutions in atmosphere and ocean. However, it isnot allowed to use a finer grid resolution in the atmosphere than in the ocean.||36 ||[=#PA0011 PA0011] ||dy in atmosphere is not larger or equal than dy in ocean||Coupled runs allow to use different grid resolutions in atmosphere and ocean. It is, however, not allowed to use a finer grid resolution in the atmosphere than in the ocean.|| 37 37 ||[=#PA0012 PA0012] ||Domain size in y-direction is not equal in ocean and atmosphere ||Coupled runs are only possible, if the horizontal model domain size is equal in both, atmosphere and ocean. Have a look at the settings for [../inipar#dx dx], [../inipar#dy dy], [../inipar#nx nx] and .[./inipar#ny ny] to avoid this error. || 38 38 ||[=#PA0013 PA0013] ||illegal value given for loop_optimization: "..." ||See parameter [../inipar#loop_optimization loop_optimization] for allowed values, and check your parameter file. ||