diff --git a/post_processing/ci_plots.jl b/post_processing/ci_plots.jl index 2671e10b09..829bddc986 100644 --- a/post_processing/ci_plots.jl +++ b/post_processing/ci_plots.jl @@ -1038,6 +1038,7 @@ function make_plots(::EDMFBoxPlots, output_paths::Vector{<:AbstractString}) "haup", "waup", "tke", + "lmix", "arup", "hus", "husup", diff --git a/src/prognostic_equations/edmfx_tke.jl b/src/prognostic_equations/edmfx_tke.jl index 477a2a36ee..365818f339 100644 --- a/src/prognostic_equations/edmfx_tke.jl +++ b/src/prognostic_equations/edmfx_tke.jl @@ -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