Changes between Version 280 and Version 281 of doc/app/initialization_parameters


Ignore:
Timestamp:
Apr 7, 2016 1:05:31 PM (9 years ago)
Author:
hoffmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/initialization_parameters

    v280 v281  
    4545{{{#!td
    4646Parameter to switch on the condensation scheme.\\\\
    47 For '''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 [#cloud_top_radiation cloud_top_radiation]).\\\\
     47For '''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. 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 [#cloud_top_radiation cloud_top_radiation]).\\\\
    4848'''cloud_physics''' = ''.T.'' requires [#humidity humidity] = ''.T.''.\\\\
    49 Detailed information about the condensation scheme is given in the description of the [[cloud physics module]] (pdf-file).\\\\
    5049This condensation scheme is not allowed if cloud droplets are simulated explicitly (see [#cloud_droplets cloud_droplets]).
    5150}}}
     
    6463The following values are allowed:\\\\
    6564'' 'saturation_adjust' ''\\\\
    66       Simple saturation adjustment scheme (also known as 0%-or100% scheme), in which a grid volume is either saturated or subsaturated. Supersaturations are instantaneously condensed to liquid water. No precipitation is produced. If precipitation is important, use 'kessler or 'seifert_beheng'. \\\\
     65      Simple saturation adjustment scheme (also known as 0%-or100% scheme), in which a grid volume is either saturated or subsaturated. Detailed information about the condensation scheme is given in the description of the [[cloud physics module]] (pdf-file). Supersaturations are instantaneously condensed to liquid water. No precipitation is produced. If precipitation is important, use 'kessler or 'seifert_beheng'. \\\\
    6766'' 'kessler' ''\\\\
    6867      One-moment cloud microphysics according to Kessler (1969). It is also based on the saturation adjustment scheme to diagnose cloud water. However, it allows precipitation if the liquid cloud water exceeds a threshold value. This water is instantaneously removed from the model domain. Additionally,  liquid cloud water is allowed to sediment if [#cloud_water_sedimentation cloud_water_sedimentation] is set to true.
     
    386385'''Note:'''\\
    387386With '''passive_scalar''' switched on, the simultaneous use of humidity (see [#humidity humidity]) is impossible.
    388 }}}
    389 |----------------
    390 {{{#!td style="vertical-align:top"
    391 [=#precipitation '''precipitation''']
    392 }}}
    393 {{{#!td style="vertical-align:top"
    394 L
    395 }}}
    396 {{{#!td style="vertical-align:top"
    397 .F.
    398 }}}
    399 {{{#!td
    400 Parameter to switch on the precipitation scheme.\\\\
    401 For precipitation processes, PALM uses a simplified Kessler scheme. This scheme only considers the so-called autoconversion, that means the generation of rain water by coagulation of cloud drops among themselves. Precipitation begins and is immediately removed from the flow as soon as the liquid water content exceeds the critical value of 0.5 g/kg.\\\\
    402 The precipitation rate and amount can be output by assigning the runtime parameter [../d3par#data_output data_output]  = '' 'prr*' '' or '' 'pra*','' respectively. The time interval on which the precipitation amount is defined can be controlled via runtime parameter [../d3par#precipitation_amount_interval precipitation_amount_interval].
    403387}}}
    404388|----------------