Skip to content

Commit

Permalink
Hoist more
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Feb 14, 2024
1 parent 783f373 commit fa649f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/closures/entr_detr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ function compute_phys_entr_detr!(
# compute ∇m at cell centers
a_up = aux_up[i].area
w_up = aux_up_f[i].w
Π_groups = aux_up[i].Π_groups
w_en = aux_en_f.w
w_gm = prog_gm_f.w
@. w_up_c = Ic(w_up)
Expand Down Expand Up @@ -334,7 +335,7 @@ function compute_phys_entr_detr!(
Π = non_dimensional_groups(εδ_closure, εδ_model_vars)
@assert length(Π) == n_Π_groups(edmf)
for Π_i in 1:length(entrainment_Π_subset(edmf))
aux_up[i].Π_groups[Π_i][k] = Π[Π_i]
Π_groups[Π_i][k] = Π[Π_i]
end

# update fractional and turbulent entr/detr
Expand Down

0 comments on commit fa649f2

Please sign in to comment.