We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec8e38 commit dca7066Copy full SHA for dca7066
src/parameterized_tendencies/microphysics/cloud_condensate.jl
@@ -145,7 +145,8 @@ function cloud_condensate_tendency!(
145
end
146
# Compute geometric mean radius of the log-normal distribution:
147
# exp(weighted average of log(radius))
148
- @. seasalt_mean_radius = ifelse(seasalt_num == 0, 0, exp(seasalt_mean_radius / seasalt_num))
+ @. seasalt_mean_radius =
149
+ ifelse(seasalt_num == 0, 0, exp(seasalt_mean_radius / seasalt_num))
150
151
# Compute aerosol activation (ARG 2000)
152
(; ᶜu) = p.precomputed
0 commit comments