|
1 | 1 | """
|
2 | 2 | Double-moment bulk microphysics parametrizations including:
|
3 |
| - - autoconversion, accretion, self-collection, breakup, mean terminal velocity of raindrops and rain |
4 |
| - evaporation rates from Seifert and Beheng 2006, |
| 3 | + - autoconversion, accretion, self-collection, breakup, mean terminal velocity of raindrops, |
| 4 | + and rain evaporation rates from Seifert and Beheng 2006. |
5 | 5 | - additional double-moment bulk microphysics autoconversion and accretion rates
|
6 | 6 | from: Khairoutdinov and Kogan 2000, Beheng 1994, Tripoli and Cotton 1980, and
|
7 | 7 | Liu and Daum 2004.
|
@@ -31,9 +31,6 @@ export autoconversion,
|
31 | 31 | size_distribution,
|
32 | 32 | get_size_distribution_bounds
|
33 | 33 |
|
34 |
| -# Double-moment bulk microphysics autoconversion, accretion, self-collection, breakup, |
35 |
| -# mean terminal velocity of raindrops, and rain evaporation rates from Seifert and Beheng 2001 |
36 |
| - |
37 | 34 | """
|
38 | 35 | pdf_rain_parameters(pdf_r, qᵣ, ρₐ, Nᵣ)
|
39 | 36 |
|
|
393 | 390 | Compute accretion rate
|
394 | 391 |
|
395 | 392 | # Arguments
|
396 |
| - - `accr`: Accretion parameters, [`CMP.AcnvSB2006`](@ref) |
| 393 | + - `accr`: Accretion parameters, [`CMP.AccrSB2006`](@ref) |
397 | 394 | - `q_liq`: Cloud water specific content [kg/kg]
|
398 | 395 | - `q_rai`: Rain water specific content [kg/kg]
|
399 | 396 | - `ρ`: Air density [kg/m³]
|
|
0 commit comments