Changes between Version 115 and Version 116 of doc/app/errmsg


Ignore:
Timestamp:
Aug 10, 2012 2:15:33 PM (13 years ago)
Author:
fricke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v115 v116  
    146146||[=#PA0122 PA0122]   ||prandtl_number = ... < 0.0   ||  ||
    147147||[=#PA0123 PA0123]   ||prandtl_layer is not allowed with fixed value of km   ||  ||
    148 ||[=#PA0124 PA0124]   ||outflow_damping width out of range   || Jens ||
     148{{{#!tr
     149   {{{#!td
     150[=#PA0124 PA0124]
     151   }}}
     152   {{{#!td
     153pt_damping_width out of range
     154   }}}
     155   {{{#!td
     156In case of non-cyclic lateral boundary conditions, the parameter [../inipar#pt_damping_width pt_damping_width] should not be lesser than zero or greater than the model domain length in the respective direction. \\ In case of bc_lr /= 'cyclic', [../inipar#pt_damping_width pt_damping_width] must satisfy:
     157{{{#!Latex
     1580 <= pt\_damping\_width <= (nx+1) * dx \; ,
     159}}}
     160and in case of bc_ns /= 'cyclic':
     161{{{#!Latex
     1620 <= pt\_damping\_width <= (ny+1) * dy \; .
     163}}}
     164([../inipar#nx nx]+1), ([../inipar#ny ny]+1) are the total number of grid points and [../inipar#dx dx], [../inipar#dy dy] the grid lengths in the x-, y-direction, respectively.
     165   }}}
     166}}}
    149167||[=#PA0125 PA0125]   ||rif_min = ... must be less than rif_max = ...   ||  ||
    150168||[=#PA0126 PA0126]   ||disturbance_level_b = ... must be >= ... (zu(3))    ||  ||