Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion reproducibility_tests/ref_counter.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
239
240

# **README**
#
Expand All @@ -20,6 +20,9 @@


#=
240
- Fix a bug in viscous sponge

239
- Update mixing length formulation

Expand Down
2 changes: 1 addition & 1 deletion src/prognostic_equations/remaining_tendency.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NVTX.@annotate function additional_tendency!(Yₜ, Y, p, t)

(; ᶜh_tot, ᶜspecific) = p.precomputed
ᶜuₕ = Y.c.uₕ
ᶠu₃ = Yₜ.f.u₃
ᶠu₃ = Y.f.u₃
ᶜρ = Y.c.ρ
(; forcing_type, moisture_model, rayleigh_sponge, viscous_sponge) = p.atmos
(; ls_adv, edmf_coriolis) = p.atmos
Expand Down
Loading