Changes between Version 533 and Version 534 of doc/app/errmsg
- Timestamp:
- May 24, 2018 12:24:12 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v533 v534 364 364 ||[=#PA0320 PA0320] ||section_xz must be <= ny + 1 = ... || You specified a y position through the grid index that is larger than the horizontal model domain. Adjust [../d3par#section_xz section_xz]. || 365 365 ||[=#PA0321 PA0321] ||section_yz must be <= nx + 1 = ... || You specified a x position through the grid index that is larger than the horizontal model domain. Adjust [../d3par#section_yz section_yz]. || 366 ||[=#PA0322 PA0322] ||output of w*q*(0) requires humidity=.TRUE. || Variables connected with humidity, e.g. like the resolved-scale turbulent water flux w*q*, can only be output if the moist version of PALM is used, i.e. if [../inipar#humidity humidity] = '''.TRUE.''' ||366 ||[=#PA0322 PA0322] ||output of qsws* requires humidity=.TRUE. || Variables connected with humidity, e.g. the surface latent heatflux qsws*, can only be output if the moist version of PALM is used, i.e. if [../inipar#humidity humidity] = '''.TRUE.''' || 367 367 ||[=#PA0323 PA0323] ||output of averaged quantity "..." requires to set a non-zero averaging interval || If 2d or 3d data shall be output as a time average over a certain time interval, the parameter [../d3par#averaging_interval averaging_interval] must be set to a non-zero value. The default is [../d3par#averaging_interval averaging_interval] = 0.0, i.e. by default no averaging is applied to the output variables. || 368 368 ||[=#PA0324 PA0324] ||Applying large scale vertical motion is not allowed for ocean runs ||Large scale subsidence is only reasonable and implemented for atmospheric runs. The setting of [../inipar#subs_vertical_gradient subs_vertical_gradient] and [../inipar#subs_vertical_gradient_level subs_vertical_gradient_level] is not possible in [../inipar#ocean ocean]-runs. ||