| 1 | [=#cphys '''Cloud physics:]\\ |
| 2 | ||='''Parameter Name''' =||='''[../fortrantypes FORTRAN]\\[../fortrantypes Type]''' =||='''Default\\Value''' =||='''Explanation''' =|| |
| 3 | |---------------- |
| 4 | {{{#!td style="vertical-align:top;width: 150px" |
| 5 | [=#aerosol_bulk '''aerosol_bulk'''] |
| 6 | }}} |
| 7 | {{{#!td style="vertical-align:top;width: 50px" |
| 8 | C*20 |
| 9 | }}} |
| 10 | {{{#!td style="vertical-align:top;width: 75px" |
| 11 | 'nacl' |
| 12 | }}} |
| 13 | {{{#!td |
| 14 | Parameter to choose the used aerosol type. Currently three approximations are available:\\\\ |
| 15 | '' 'nacl' ''\\ |
| 16 | It is assumed that the aerosol is nacl. \\\\ |
| 17 | '' 'c3h4o4' '' \\ |
| 18 | It is assumed that the aerosol is malonic acid.\\\\ |
| 19 | '' 'nh4no3' '' \\ |
| 20 | It is assumed that the aerosol is ammonium sulfate. \\\\ |
| 21 | The molecular weight, denisty and the solubility (vant Hoff factor) of this specific type is considered. |
| 22 | }}} |
| 23 | |---------------- |
| 24 | {{{#!td style="vertical-align:top;width: 150px" |
| 25 | [=#call_microphysics_at_all_substeps '''call_microphysics_at_all_substeps'''] |
| 26 | }}} |
| 27 | {{{#!td style="vertical-align:top;width: 50px" |
| 28 | L |
| 29 | }}} |
| 30 | {{{#!td style="vertical-align:top;width: 75px" |
| 31 | .F. |
| 32 | }}} |
| 33 | {{{#!td |
| 34 | Parameter to control how often 2-moment cloud microphysics ([#cloud_scheme cloud_scheme] = 'seifert_beheng') are computed during a model time step. Using the default, cloud microphysics are computed once before the time step. Using call_microphysics_at_all_substeps = .T., cloud microphysics are computed before every substep of the applied time step scheme, which is, however, not necessary to gain acceptable results. Note that advection and diffusion of rainwater mixing ratio (qr) and rain drop concentration (nr) are not affected by this parameter (these processes are computed as any other scalar). |
| 35 | }}} |
| 36 | |---------------- |
| 37 | {{{#!td style="vertical-align:top;width: 150px" |
| 38 | [=#c_sedimentation '''c_sedimentation'''] |
| 39 | }}} |
| 40 | {{{#!td style="vertical-align:top;width: 50px" |
| 41 | R |
| 42 | }}} |
| 43 | {{{#!td style="vertical-align:top;width: 75px" |
| 44 | 2.0 |
| 45 | }}} |
| 46 | {{{#!td |
| 47 | Courant number for sedimentation process. |
| 48 | |
| 49 | A Courant number that is too big inhibits microphysical interactions of the sedimented quantity. There is no need to use the limiter ([#limiter_sedimentation limiter_sedimentation]) if [#c_sedimentation c_sedimentation] <= 1.0. |
| 50 | |
| 51 | This parameter only comes into effect if the microphysical cloud scheme according to Seifert and Beheng (2006) is used ([#cloud_scheme cloud_scheme] = 'seifert_beheng'). |
| 52 | }}} |
| 53 | |---------------- |
| 54 | {{{#!td style="vertical-align:top" |
| 55 | [=#curvature_solution_effects_bulk '''curvature_solution_effects_bulk'''] |
| 56 | }}} |
| 57 | {{{#!td style="vertical-align:top" |
| 58 | L |
| 59 | }}} |
| 60 | {{{#!td style="vertical-align:top" |
| 61 | .F. |
| 62 | }}} |
| 63 | {{{#!td |
| 64 | Parameter to switch on an activation scheme which considers curvature and solution effects of cloud droplet activation. Therefore a parameterization of Khvorostyanov and Curry, 2006 is used. The physio-chemical aerosol properties can be prescribed with [#aerosol_bulk aerosol_bulk], [#dry_aerosol_radius dry_aerosol_radius] and [#sigma_bulk sigma_bulk]. |
| 65 | }}} |
| 66 | |---------------- |
| 67 | {{{#!td style="vertical-align:top;width: 150px" |
| 68 | [=#cloud_water_sedimentation '''cloud_water_sedimentation'''] |
| 69 | }}} |
| 70 | {{{#!td style="vertical-align:top;width: 50px" |
| 71 | L |
| 72 | }}} |
| 73 | {{{#!td style="vertical-align:top;width: 75px" |
| 74 | .F. |
| 75 | }}} |
| 76 | {{{#!td |
| 77 | Parameter to consider sedimentation of cloud water according to Ackermann et al. (2009, MWR). |
| 78 | |
| 79 | This parameter only comes into effect if the microphysical cloud scheme according to Seifert and Beheng (2006) ([#cloud_scheme cloud_scheme] = 'seifert_beheng') or by Kessler (1969) ([#cloud_scheme cloud_scheme] = 'kessler') is used. |
| 80 | }}} |
| 81 | |---------------- |
| 82 | {{{#!td style="vertical-align:top" |
| 83 | [=#dry_aerosol_radius '''dry_aerosol_radius'''] |
| 84 | }}} |
| 85 | {{{#!td style="vertical-align:top" |
| 86 | R |
| 87 | }}} |
| 88 | {{{#!td style="vertical-align:top" |
| 89 | 0.05E-6 |
| 90 | }}} |
| 91 | {{{#!td |
| 92 | The mean geometric radius of the dry aerosol spectrum. |
| 93 | }}} |
| 94 | |---------------- |
| 95 | {{{#!td style="vertical-align:top;width: 150px" |
| 96 | [=#limiter_sedimentation '''limiter_sedimentation'''] |
| 97 | }}} |
| 98 | {{{#!td style="vertical-align:top;width: 50px" |
| 99 | L |
| 100 | }}} |
| 101 | {{{#!td style="vertical-align:top;width: 75px" |
| 102 | .T. |
| 103 | }}} |
| 104 | {{{#!td |
| 105 | Slope limiter in sedimentation process according to Stevens and Seifert (2008). |
| 106 | |
| 107 | This parameter only comes into effect if the microphysical cloud scheme according to Seifert and Beheng (2006) is used ([#cloud_scheme cloud_scheme] = 'seifert_beheng'). |
| 108 | |
| 109 | If [#c_sedimentation c_sedimentation] <= 1.0 there is no need to use the limiter. |
| 110 | }}} |
| 111 | |---------------- |
| 112 | {{{#!td style="vertical-align:top;width: 150px" |
| 113 | [=#na_init '''na_init'''] |
| 114 | }}} |
| 115 | {{{#!td style="vertical-align:top;width: 50px" |
| 116 | R |
| 117 | }}} |
| 118 | {{{#!td style="vertical-align:top;width: 75px" |
| 119 | 100.0E6 |
| 120 | }}} |
| 121 | {{{#!td |
| 122 | Background dry aerosol concentration. If [#cloud_scheme cloud_scheme] = 'morrison' is used this parameter replaces [#nc_const nc_const]. Activation is parameterized assuming that the number of activated CCN cannot be larger than na_init. |
| 123 | This parameter only comes into effect if the microphysical cloud scheme according to Morrison and Grabowski (2007) is used ([#cloud_scheme cloud_scheme] = 'morrison'). |
| 124 | }}} |
| 125 | |---------------- |
| 126 | {{{#!td style="vertical-align:top;width: 150px" |
| 127 | [=#nc_const '''nc_const'''] |
| 128 | }}} |
| 129 | {{{#!td style="vertical-align:top;width: 50px" |
| 130 | R |
| 131 | }}} |
| 132 | {{{#!td style="vertical-align:top;width: 75px" |
| 133 | 70.0E6 |
| 134 | }}} |
| 135 | {{{#!td |
| 136 | Fixed cloud droplet number density (in 1/m^3^). The default value is applicable for marine conditions. |
| 137 | |
| 138 | This parameter only comes into effect if the microphysical cloud scheme according to Seifert and Beheng (2006) is used ([#cloud_scheme cloud_scheme] = 'seifert_beheng'). |
| 139 | }}} |
| 140 | |---------------- |
| 141 | {{{#!td style="vertical-align:top;width: 150px" |
| 142 | [=#collision_turbulence '''collision_turbulence'''] |
| 143 | }}} |
| 144 | {{{#!td style="vertical-align:top;width: 50px" |
| 145 | L |
| 146 | }}} |
| 147 | {{{#!td style="vertical-align:top;width: 75px" |
| 148 | .F. |
| 149 | }}} |
| 150 | {{{#!td |
| 151 | Turbulence effects on the collision process, namely the autoconversion and accretion according to Seifert, Nuijens and Stevens (2010). |
| 152 | |
| 153 | This parameter only comes into effect if the microphysical cloud scheme according to Seifert and Beheng (2006) is used ([#cloud_scheme cloud_scheme] = 'seifert_beheng'). |
| 154 | }}} |
| 155 | |---------------- |
| 156 | {{{#!td style="vertical-align:top" |
| 157 | [=#sigma_bulk '''sigma_bulk'''] |
| 158 | }}} |
| 159 | {{{#!td style="vertical-align:top" |
| 160 | R |
| 161 | }}} |
| 162 | {{{#!td style="vertical-align:top" |
| 163 | 2.0 |
| 164 | }}} |
| 165 | {{{#!td |
| 166 | The dispersion of the dry aerosol spectrum. |
| 167 | }}} |
| 168 | |---------------- |
| 169 | {{{#!td style="vertical-align:top;width: 150px" |
| 170 | [=#ventilation_effect '''ventilation_effect'''] |
| 171 | }}} |
| 172 | {{{#!td style="vertical-align:top;width: 50px" |
| 173 | L |
| 174 | }}} |
| 175 | {{{#!td style="vertical-align:top;width: 75px" |
| 176 | .T. |
| 177 | }}} |
| 178 | {{{#!td |
| 179 | Parameter to consider the ventilation effect on evaporation of raindrops according to Seifert (2008). |
| 180 | |
| 181 | This parameter only comes into effect if the microphysical cloud scheme according to Seifert and Beheng (2006) is used ([#cloud_scheme cloud_scheme] = 'seifert_beheng'). |
| 182 | }}} |