From 7b6cdbe9195fc3c9df77c2b2651d298fd76808d2 Mon Sep 17 00:00:00 2001 From: Zhaoyi Shen <11598433+szy21@users.noreply.github.com> Date: Wed, 30 Aug 2023 10:50:47 -0700 Subject: [PATCH] increase t_end for rico --- config/model_configs/diagnostic_edmfx_rico_box.yml | 4 ++-- post_processing/contours_and_profiles.jl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/model_configs/diagnostic_edmfx_rico_box.yml b/config/model_configs/diagnostic_edmfx_rico_box.yml index c43662de49..ea9f01f507 100644 --- a/config/model_configs/diagnostic_edmfx_rico_box.yml +++ b/config/model_configs/diagnostic_edmfx_rico_box.yml @@ -22,6 +22,6 @@ y_elem: 2 z_elem: 100 z_max: 4e3 z_stretch: false -dt: 5secs -t_end: 6hours +dt: 10secs +t_end: 8hours dt_save_to_disk: 10mins diff --git a/post_processing/contours_and_profiles.jl b/post_processing/contours_and_profiles.jl index f3794ade85..513ccb3092 100644 --- a/post_processing/contours_and_profiles.jl +++ b/post_processing/contours_and_profiles.jl @@ -381,7 +381,7 @@ function contours_and_profiles(output_dir, ref_job_id = nothing) has_sgs = hasproperty(time_series[1][2], :draft_area) negative_values_allowed_names = - (:u_velocity, :v_velocity, :w_velocity, :buoyancy) + (:u_velocity, :v_velocity, :w_velocity, :buoyancy, :specific_enthalpy) env_or_gm = has_sgs ? :env : :gm draft_or_gm = has_sgs ? :draft : :gm