Skip to content

Commit dca7066

Browse files
committed
style format
1 parent cec8e38 commit dca7066

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/parameterized_tendencies/microphysics/cloud_condensate.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ function cloud_condensate_tendency!(
145145
end
146146
# Compute geometric mean radius of the log-normal distribution:
147147
# exp(weighted average of log(radius))
148-
@. seasalt_mean_radius = ifelse(seasalt_num == 0, 0, exp(seasalt_mean_radius / seasalt_num))
148+
@. seasalt_mean_radius =
149+
ifelse(seasalt_num == 0, 0, exp(seasalt_mean_radius / seasalt_num))
149150

150151
# Compute aerosol activation (ARG 2000)
151152
(; ᶜu) = p.precomputed

0 commit comments

Comments
 (0)