Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Mar 28, 2024
1 parent caf617c commit bcca700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions post_processing/ci_plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,7 @@ function make_plots(::EDMFBoxPlots, output_paths::Vector{<:AbstractString})
"haup",
"waup",
"tke",
"lmix",
"arup",
"hus",
"husup",
Expand Down
2 changes: 1 addition & 1 deletion src/prognostic_equations/edmfx_tke.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function edmfx_tke_tendency!(
)
end
# pressure work
@. Yₜ.c.sgs⁰.ρatke[colidx] += ᶜtke_press[colidx]
#@. Yₜ.c.sgs⁰.ρatke[colidx] += ᶜtke_press[colidx]
end

return nothing
Expand Down

0 comments on commit bcca700

Please sign in to comment.