Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Oct 19, 2023
1 parent e6e6453 commit 9531cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prognostic_equations/edmfx_sgs_flux.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function edmfx_sgs_mass_flux_tendency!(
for j in 1:n
@. ᶠu³_diff_colidx = ᶠu³ʲs.:($$j)[colidx] - ᶠu³[colidx]
@. ᶜh_tot_diff_colidx =
Y.c.sgsʲs.:($j).h_tot[colidx] - ᶜh_tot[colidx]
Y.c.sgsʲs.:($$j).h_tot[colidx] - ᶜh_tot[colidx]
vertical_transport!(
Yₜ.c.ρe_tot[colidx],
ᶜJ[colidx],
Expand Down Expand Up @@ -57,7 +57,7 @@ function edmfx_sgs_mass_flux_tendency!(
for j in 1:n
@. ᶠu³_diff_colidx = ᶠu³ʲs.:($$j)[colidx] - ᶠu³[colidx]
@. ᶜq_tot_diff_colidx =
Y.c.sgsʲs.:($j).q_tot[colidx] - ᶜspecific.q_tot[colidx]
Y.c.sgsʲs.:($$j).q_tot[colidx] - ᶜspecific.q_tot[colidx]
vertical_transport!(
Yₜ.c.ρq_tot[colidx],
ᶜJ[colidx],
Expand Down

0 comments on commit 9531cf4

Please sign in to comment.