Changes between Version 1 and Version 2 of doc/app/bulk_cloud_parameters


Ignore:
Timestamp:
Sep 24, 2018 4:11:55 PM (6 years ago)
Author:
schwenkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/bulk_cloud_parameters

    v1 v2  
    11[=#cphys '''Cloud physics:]\\
    22||='''Parameter Name'''  =||='''[../fortrantypes FORTRAN]\\[../fortrantypes Type]'''  =||='''Default\\Value'''  =||='''Explanation'''  =||
     3|----------------
     4{{{#!td style="vertical-align:top"
     5[=#cloud_physics '''cloud_physics''']
     6}}}
     7{{{#!td style="vertical-align:top"
     8L
     9}}}
     10{{{#!td style="vertical-align:top"
     11.F.
     12}}}
     13{{{#!td
     14Parameter to switch on the condensation scheme.\\\\
     15For '''cloud_physics''' = ''.T.'', equations for the total water mixing ratio and the liquid water potential temperature are solved instead of those for water vapor mixing ratio 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]).\\\\
     16'''cloud_physics''' = ''.T.'' requires [#humidity humidity] = ''.T.''.\\\\
     17This condensation scheme is not allowed if cloud droplets are simulated explicitly (see [#cloud_droplets cloud_droplets]).
     18}}}
     19|----------------
     20{{{#!td style="vertical-align:top"
     21[=#cloud_scheme '''cloud_scheme''']
     22}}}
     23{{{#!td style="vertical-align:top"
     24C*20
     25}}}
     26{{{#!td style="vertical-align:top"
     27'' 'saturation_adjust' ''
     28}}}
     29{{{#!td
     30Parameter to choose microphysics for bulk cloud physics (which requires [#cloud_physics cloud_physics] = .TRUE.).\\\\
     31The following values are allowed:\\\\
     32'' 'saturation_adjust' ''\\\\
     33      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'. \\\\
     34'' 'kessler' ''\\\\
     35      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.
     36'' 'seifert_beheng' '' \\\\
     37      Two-moment cloud microphysics according to Seifert and Beheng (2006). It is also based on the saturation adjustment scheme to diagnose cloud water. The cloud drop number concentration is set via [#nc_const nc_const]. Rain water and hence precipitation is treated with two additional prognostic equations for rain water mixing ratio and rain drop concentration, including autoconversion, accretion, selfcollection, breakup, evaporation, and sedimentation. Ventilation effect on evaporation is steered by [#ventilation_effect ventilation_effect] and set to true per default. Sedimentation can be controlled via [#c_sedimentation c_sedimentation], [#limiter_sedimentation limiter_sedimentation]. Turbulence effects on accretion and autoconversion are steered via [#collision_turbulence collision_turbulence]. Additionally,  liquid cloud water is allowed to sediment too if [#cloud_water_sedimentation cloud_water_sedimentation] is set to true.\\\\
     38'' 'morrison' '' \\\\
     39      Two-moment cloud microphysics according to Seifert and Beheng (2006), Khairoutdinov and Kogan (2000), Khvorostynaov and Curry (2006) and Morrison and Grabowski (2007). The 'morrison'-scheme can be understood as an extension of the implemented 'seifert_beheng'-scheme. In comparison to the 'seifert_beheng'-scheme there are three main differences. First, instead of saturation adjustment the diffusional growth is parametrized while calculating condensation/evaporation rates. Second, the activation is considered with a simple Twomey activation-scheme. For this also Koehler-theory can take into account with the parameter [#curvature_solution_effects_bulk curvature_solution_effects_bulk] = T. The background aerosol concentration, which also determines the maximum number of activated cloud droplets, can be prescribed with [#na_init na_init]. Thirdly, the number concentration of cloud droplets (nc) and the cloud water mixing ratio (qc) are prognostic quantities. This allows a change of the cloud droplet number which is also considered for all microphysical processes. \\\\
     40}}}
    341|----------------
    442{{{#!td style="vertical-align:top;width: 150px"