From bcca700e0578aa1c98c69177da7e6f126cd1ddff Mon Sep 17 00:00:00 2001 From: Zhaoyi Shen <11598433+szy21@users.noreply.github.com> Date: Wed, 27 Mar 2024 22:58:33 -0700 Subject: [PATCH] wip --- post_processing/ci_plots.jl | 1 + src/prognostic_equations/edmfx_tke.jl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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