Changes between Version 320 and Version 321 of doc/app/errmsg
- Timestamp:
- Jun 7, 2017 8:34:54 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v320 v321 68 68 ||[=#PA0043 PA0043] ||ABS( alpha_surface = ... ) must be< 90.0 ||Upright surfaces are not allowed in case of sloping surfaces. || 69 69 ||[=#PA0044 PA0044] ||dt = ... <= 0.0 || The parameter [../inipar#dt dt] (time step for the 3d-model) must not be set to a value <= 0.0. || 70 ||[=#PA0045 PA0045] ||cfl_factor = ... out of range 0.0 < cfl_factor <= 1.0 is required ||The Courant-Friedrichs-Levy factor used in the timestep condition must be within the given limits. ||70 ||[=#PA0045 PA0045] ||cfl_factor = ... out of range 0.0 < cfl_factor <= 1.0 is required ||The Courant-Friedrichs-Levy factor used in the timestep condition must be within the given limits. See also [../inipar#cfl_factor cfl_factor ]. || 71 71 ||[=#PA0046 PA0046] ||baroclinity (ug) not allowed simultaneously with galilei transformation ||The Galilei coordinate transformation (see [../inipar#galilei_transformation galilei_transformation]) is not allowed under baroclinic conditions (where the geostrophic wind varies with height). Modify either [../inipar#ug_surface ug_surface] or [../inipar#galilei_transformation galilei_transformation], or set [../inipar#use_ug_for_galilei_tr use_ug_for_galilei_tr] = ''.FALSE.'' appropriately in the parameter file. || 72 72 ||[=#PA0047 PA0047] ||baroclinity (vg) not allowed simultaneously with galilei transformation ||The Galilei coordinate transformation (see [../inipar#galilei_transformation galilei_transformation]) is not allowed under baroclinic conditions (where the geostrophic wind varies with height). Modify either [../inipar#vg_surface vg_surface], or [../inipar#galilei_transformation galilei_transformation] appropriately, or set [../inipar#use_ug_for_galilei_tr use_ug_for_galilei_tr] = ''.FALSE.'' in the parameter file. ||