Changes between Version 189 and Version 190 of doc/app/initialization_parameters
- Timestamp:
- Nov 22, 2012 3:18:52 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/initialization_parameters
v189 v190 46 46 {{{#!td 47 47 Parameter 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]).\\\\48 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 [#radiation radiation]).\\\\ 49 49 '''cloud_physics''' = ''.T.'' requires [#humidity humidity] = ''.T.''.\\\\ 50 50 Detailed information about the condensation scheme is given in the description of the [[cloud physics module]] (pdf-file).\\\\ … … 65 65 The following values are allowed:\\\\ 66 66 '' 'seifert_beheng' ''\\\\ 67 Cloud microphysics according to Seifert and Beheng (2006).\\\\67 Two-moment cloud microphysics according to Seifert and Beheng (2006).\\\\ 68 68 '' 'kessler' ''\\\\ 69 Cloud microphysics according to Kessler (1969).\\\\69 One-moment cloud microphysics according to Kessler (1969).\\\\ 70 70 Both 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. 71 71 }}}