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 f081290 commit 68107c2Copy full SHA for 68107c2
src/prognostic_equations/remaining_tendency.jl
@@ -38,7 +38,7 @@ NVTX.@annotate function additional_tendency!(Yₜ, Y, p, t)
38
39
(; ᶜh_tot, ᶜspecific) = p.precomputed
40
ᶜuₕ = Y.c.uₕ
41
- ᶠu₃ = Yₜ.f.u₃
+ ᶠu₃ = Y.f.u₃
42
ᶜρ = Y.c.ρ
43
(; forcing_type, moisture_model, rayleigh_sponge, viscous_sponge) = p.atmos
44
(; ls_adv, edmf_coriolis) = p.atmos
0 commit comments