Changes between Version 349 and Version 350 of doc/app/errmsg


Ignore:
Timestamp:
Jun 7, 2017 1:56:47 PM (8 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v349 v350  
    133133||[=#PA0108 PA0108]   ||output of "..." requires cloud_physics = .TRUE.   || For the output of some quantities related to clouds and humidity [../inipar#cloud_physics cloud_physics] = ''.T.'' must be set. For example, the water vapor content qv (specific humidity) requires [../inipar#cloud_physics cloud_physics] = ''.T.''. Also, [../inipar#humidity humidity] = ''.T.'' must be set. If you want to simulate the humidity without condensation/evaporation processes, use only [../inipar#humidity humidity] = ''.T.'' and choose output quantity q for output of the specific humidity.  ||
    134134||[=#PA0109 PA0109]   ||output of "..." requires ocean = .TRUE.   || The quantities rho and sa are only calculated in case of [../inipar#ocean ocean] = ''.T.''. ||
    135 ||[=#PA0110 PA0110]   ||output of "..." requires passive_scalar = .TRUE.   || The output of the passive scalar s is only available if the prognostic equation for a passive scalar is solved by setting [../inipar#passive_scalar passive_scalar] = ''.T.''. ||
     135||[=#PA0110 PA0110]   ||output of "s" requires passive_scalar = .TRUE.   || The output of the passive scalar s is only available if the prognostic equation for a passive scalar is solved by setting [../inipar#passive_scalar passive_scalar] = ''.T.''. ||
    136136||[=#PA0111 PA0111]   ||illegal value for data_output: "..." only 2d-horizontal cross sections are allowed for this value   ||The listed quantities are pure two-dimensional xy-cross-sections. They are not available as 3d data or xz/yz cross-sections. Note that these quantities are always marked by an asterisk as last character.  ||
    137137||[=#PA0112 PA0112]   ||output of "..." requires cloud_scheme = kessler or seifert_beheng  ||The quantities pra* and prr* are only calculated if cloud_scheme = kessler or cloud_scheme = seifert_beheng.  ||