Changes between Version 189 and Version 190 of doc/app/initialization_parameters


Ignore:
Timestamp:
Nov 22, 2012 3:18:52 PM (12 years ago)
Author:
hoffmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/initialization_parameters

    v189 v190  
    4646{{{#!td
    4747Parameter to switch on the condensation scheme.\\\\
    48 For '''cloud_physics''' = ''.T.'', equations for the liquid water content and the liquid water potential temperature are solved instead of those for specific humidity and potential temperature. Note that a grid volume is assumed to be either completely saturated or completely unsaturated (0%-or-100%-scheme). A simple precipitation scheme can additionally be switched on with parameter [#precipitation precipitation]. Also cloud-top cooling by longwave radiation can be utilized (see [#radiation radiation]).\\\\
     48For '''cloud_physics''' = ''.T.'', equations for the total water content and the liquid water potential temperature are solved instead of those for specific humidity and potential temperature. Note that a grid volume is assumed to be either completely saturated or completely unsaturated (0%-or-100%-scheme). Precipitation can additionally be switched on with parameter [#precipitation precipitation]. The parameterization of cloud and precipitation physics can be steered with [#cloud_scheme cloud_scheme]. Also cloud-top cooling by longwave radiation can be utilized (see [#radiation radiation]).\\\\
    4949'''cloud_physics''' = ''.T.'' requires [#humidity humidity] = ''.T.''.\\\\
    5050Detailed information about the condensation scheme is given in the description of the [[cloud physics module]] (pdf-file).\\\\
     
    6565The following values are allowed:\\\\
    6666'' 'seifert_beheng' ''\\\\
    67       Cloud microphysics according to Seifert and Beheng (2006). \\\\
     67      Two-moment cloud microphysics according to Seifert and Beheng (2006).\\\\
    6868'' 'kessler' ''\\\\
    69       Cloud microphysics according to Kessler (1969).\\\\
     69      One-moment cloud microphysics according to Kessler (1969).\\\\
    7070Both schemes are based on a 0%-100%-scheme to diagnose the cloud water content and differ in the precipitation process. Therefore, it is not allowed to choose [#cloud_scheme cloud_scheme] = 'seifert_beheng' if precipitation is not allowed ([#precipitation precipitation] = .F.) in order to save computational resources.   
    7171}}}