Skip to content

Commit 4f8446a

Browse files
committed
PR feedback
1 parent 9d3977f commit 4f8446a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/Microphysics2M.jl

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
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.
55
- additional double-moment bulk microphysics autoconversion and accretion rates
66
from: Khairoutdinov and Kogan 2000, Beheng 1994, Tripoli and Cotton 1980, and
77
Liu and Daum 2004.
@@ -31,9 +31,6 @@ export autoconversion,
3131
size_distribution,
3232
get_size_distribution_bounds
3333

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-
3734
"""
3835
pdf_rain_parameters(pdf_r, qᵣ, ρₐ, Nᵣ)
3936
@@ -393,7 +390,7 @@ end
393390
Compute accretion rate
394391
395392
# Arguments
396-
- `accr`: Accretion parameters, [`CMP.AcnvSB2006`](@ref)
393+
- `accr`: Accretion parameters, [`CMP.AccrSB2006`](@ref)
397394
- `q_liq`: Cloud water specific content [kg/kg]
398395
- `q_rai`: Rain water specific content [kg/kg]
399396
- `ρ`: Air density [kg/m³]

0 commit comments

Comments
 (0)