| 109 | }}} |
| 110 | |---------------- |
| 111 | {{{#!td style="vertical-align:top" |
| 112 | [=#collision_algorithm '''collision_algorithm'''] |
| 113 | }}} |
| 114 | {{{#!td style="vertical-align:top" |
| 115 | C*15 |
| 116 | }}} |
| 117 | {{{#!td style="vertical-align:top" |
| 118 | 'all_or_nothing' |
| 119 | }}} |
| 120 | {{{#!td |
| 121 | Parameter to steer the algorithm for cloud droplet growth by collision.\\\\ |
| 122 | |
| 123 | By default, the collision algorithm is set to 'all_or_nothing'. The user can choose between the following algorithms:\\\\ |
| 124 | |
| 125 | '' 'all_or_nothing' '' |
| 126 | Probabilistic collision algorithm based on the ideas of Shima et al. (2009) and Sölch and Kärcher (2010). Each particles represented by one superdroplet grows by the collection of one particle of another superdroplet if the probability for this event if larger than a random number. |
| 127 | |
| 128 | '' 'average_impact' '' |
| 129 | Original PALM collision algorithm (Riechelmann et al, 2012), in which the average grow of every superdroplet is calculated. In contrast to the 'all_or_nothing' algorithm, the number of collected particles is equally distributed over the collecting particles, i.e., a particle might grow by collecting a certain fraction of particles. |
| 130 | |
| 131 | }}} |
| 132 | |---------------- |
| 133 | {{{#!td style="vertical-align:top;width: 150px" |
| 134 | [=#curvature_solution_effects '''curvature_solution_effects'''] |
| 135 | }}} |
| 136 | {{{#!td style="vertical-align:top;width: 50px" |
| 137 | L |
| 138 | }}} |
| 139 | {{{#!td style="vertical-align:top;width: 75px" |
| 140 | .F. |
| 141 | }}} |
| 142 | {{{#!td |
| 143 | Parameter to consider solution and curvature effects on the equilibrium vapor pressure of cloud droplets. |
| 144 | |
| 145 | This parameter only comes into effect if Lagrangian cloud droplets are used (see [#cloud_droplets cloud_droplets]) and if the droplet radius is smaller than ''1.0E-6'' m. In case of '''curvature_solution_effects''' = ''.T.'', solution and curvature effects are included in the growth equation of droplets by condensation. Since in this case the growth equation is a stiff o.d.e, it is integrated in time using the Rosenbrock method (see Numerical Recipes in FORTRAN, 2nd Edition, p.731). If the droplet radius is larger or equal ''1.0E-6'' m, solution and curvature effects are neglected and the growth is calculated by a simple analytic formula (as for '''curvature_solution_effects''' = ''.F.'').\\\\ |
| 146 | '''Attention:''' '''curvature_solution_effects''' = ''.T.'' may significantly increase CPU time of jobs. |