From 7c3ed950c35418c5ab099b8ca7b424df16cf965c 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 c43662de496..36e072f867e 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: 24hours dt_save_to_disk: 10mins diff --git a/post_processing/contours_and_profiles.jl b/post_processing/contours_and_profiles.jl index f3794ade853..513ccb30924 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