Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Sep 19, 2023
1 parent 4cb9257 commit 28c2fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parameterized_tendencies/radiation/held_suarez.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ function forcing_tendency!(Yₜ, Y, p, t, colidx, ::HeldSuarezForcing)

if :ρq_tot in propertynames(Y.c)
ΔT_y = FT(CAP.ΔT_y_wet(params))
T_equator = FT(CAP.T_equator_wet(params))
T_equator = FT(294)
else
ΔT_y = FT(CAP.ΔT_y_dry(params))
T_equator = FT(CAP.T_equator_dry(params))
T_equator = FT(315)
end

@. ᶜσ[colidx] =
Expand Down

0 comments on commit 28c2fe1

Please sign in to comment.