From e5ea28571ba34e3b7554b0f3a635f146cebb4390 Mon Sep 17 00:00:00 2001 From: Ed Safford <62339196+EdwardSafford-NOAA@users.noreply.github.com> Date: Fri, 3 May 2024 12:36:12 -0400 Subject: [PATCH] Ref #133 (#134) Fix nreal values for image gen executables. --- src/Conventional_Monitor/image_gen/ush/mk_horz_hist.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Conventional_Monitor/image_gen/ush/mk_horz_hist.sh b/src/Conventional_Monitor/image_gen/ush/mk_horz_hist.sh index d13a160..06f7848 100755 --- a/src/Conventional_Monitor/image_gen/ush/mk_horz_hist.sh +++ b/src/Conventional_Monitor/image_gen/ush/mk_horz_hist.sh @@ -34,10 +34,10 @@ - export nreal_ps=${nreal_ps:-17} - export nreal_q=${nreal_q:-18} - export nreal_t=${nreal_t:-22} - export nreal_uv=${nreal_uv:-21} + export nreal_ps=${nreal_ps:-18} + export nreal_q=${nreal_q:-19} + export nreal_t=${nreal_t:-18} + export nreal_uv=${nreal_uv:-23} #------------------------------