Skip to content

Commit 96f2929

Browse files
Update src/cache/prognostic_edmf_precomputed_quantities.jl
Co-authored-by: Zhaoyi Shen <11598433+szy21@users.noreply.github.com>
1 parent 200302f commit 96f2929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cache/prognostic_edmf_precomputed_quantities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ NVTX.@annotate function set_prognostic_edmf_precomputed_quantities_draft_and_bc!
9898
ᶜmseʲ = Y.c.sgsʲs.:($j).mse
9999
ᶜq_totʲ = Y.c.sgsʲs.:($j).q_tot
100100

101-
bc_ᶠu³ʲ = compute_ᶠu³(ᶜuₕ, ᶜρ, ᶠu₃)
101+
bc_ᶠu³ʲ = compute_ᶠu³(ᶜuₕ, ᶜρ, ᶠu₃ʲ)
102102
bc_ᶜuʲ = compute_ᶜu(ᶜuₕ, ᶠu₃ʲ)
103103
bc_ᶜKʲ = compute_kinetic(ᶜuₕ, ᶠu₃ʲ)
104104
@. ᶠu³ʲ = bc_ᶠu³ʲ

0 commit comments

Comments
 (0)