From 9a78dc8a450b6f638199c668e11cd5a4018d2e4b Mon Sep 17 00:00:00 2001 From: Anna Jaruga Date: Thu, 30 Jan 2025 23:02:14 -0800 Subject: [PATCH] longer cloud cond timescale --- .../microphysics/microphysics_wrappers.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/parameterized_tendencies/microphysics/microphysics_wrappers.jl b/src/parameterized_tendencies/microphysics/microphysics_wrappers.jl index ad20ec5527..945e521889 100644 --- a/src/parameterized_tendencies/microphysics/microphysics_wrappers.jl +++ b/src/parameterized_tendencies/microphysics/microphysics_wrappers.jl @@ -43,7 +43,7 @@ function cloud_sources(cm_params::CMP.CloudLiquid{FT}, thp, ts, qᵣ, dt) where q = TD.PhasePartition(thp, ts) ρ = TD.air_density(thp, ts) - S = CMNe.conv_q_vap_to_q_liq_ice_MM2015(cm_params, thp, q, ρ, Tₐ(thp, ts)) + S = CMNe.conv_q_vap_to_q_liq_ice_MM2015(cm_params, thp, q, ρ, Tₐ(thp, ts)) / 10 # keeping the same limiter for now return ifelse( @@ -57,7 +57,7 @@ function cloud_sources(cm_params::CMP.CloudIce{FT}, thp, ts, qₛ, dt) where {FT q = TD.PhasePartition(thp, ts) ρ = TD.air_density(thp, ts) - S = CMNe.conv_q_vap_to_q_liq_ice_MM2015(cm_params, thp, q, ρ, Tₐ(thp, ts)) + S = CMNe.conv_q_vap_to_q_liq_ice_MM2015(cm_params, thp, q, ρ, Tₐ(thp, ts)) / 10 # keeping the same limiter for now return ifelse(