Changes between Version 158 and Version 159 of doc/app/particle_parameters
- Timestamp:
- Jun 12, 2017 11:37:42 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/particle_parameters
v158 v159 670 670 }}} 671 671 {{{#!td 672 Radius threshold for splitting of super droplets. Only super droplets with a larger radius than [#radius_split radius_split]are considered for cloning (If [#splitting splitting]=.T.) . Sensitivity studies showed, that a radius of 40µm seems to be sufficient to achieve better statistics of the rain drop distribution. However, those results are based on simulations of shallow cumulus clouds. Therefore, this parameter may be adjusted for different applications.672 Radius threshold for splitting of super droplets. Only super droplets with a larger radius than '''radius_split''' are considered for cloning (If [#splitting splitting]=.T.) . Sensitivity studies showed, that a radius of 40µm seems to be sufficient to achieve better statistics of the rain drop distribution. However, those results are based on simulations of shallow cumulus clouds. Therefore, this parameter may be adjusted for different applications. 673 673 }}} 674 674 |---------------- … … 768 768 }}} 769 769 {{{#!td 770 Switch on/off splitting algorithm for cloud droplets (if [../inipar#cloud_droplets cloud_droplets]=.T.). If [#splitting splitting] is set .TRUE. every time step the splitting algorithm is executed. The algorithm split particles which fulfill certain criterion's into several super droplets with a reduced number of represented particles of every super droplet. The splitting algorithm can be steered by several parameters (a critical radius, a critical weighting factor,..). This mechanism allows an improved representation of the right tail of the drop size distribution with a feasible amount of computational costs. The limits of particle creation should be chosen carefully! The idea of this algorithm is based on Unterstrasser and Soelch, 2014.770 Switch on/off splitting algorithm for cloud droplets (if [../inipar#cloud_droplets cloud_droplets]=.T.). If '''splitting''' is set .TRUE. every time step the splitting algorithm is executed. The algorithm split particles which fulfill certain criterion's into several super droplets with a reduced number of represented particles of every super droplet. The splitting algorithm can be steered by the following parameters: [#max_number_particles_per_gridbox max_number_particles_per_gridbox], [#radius_split radius_split], [#splitting_factor splitting_factor], [#splitting_factor_max splitting_factor_max], [#splitting_function splitting_function], [#splitting_mode splitting_mode] and [#weight_factor_split weight_factor_split]. This mechanism allows an improved representation of the right tail of the drop size distribution with a feasible amount of computational costs. The limits of particle creation should be chosen carefully! The idea of this algorithm is based on Unterstrasser and Soelch, 2014. 771 771 }}} 772 772 |----------------