From 21ce966833d646e3ff619812b0ea16d2f1f05442 Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Fri, 1 Sep 2023 13:22:33 +0000 Subject: [PATCH] Update logf filenames for postsnd job scripts - Add missing "atm." to logf filenames in scripts for the bufr sounding job. Refs #1832 --- scripts/exgfs_atmos_postsnd.sh | 2 +- ush/gfs_bufr.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/exgfs_atmos_postsnd.sh b/scripts/exgfs_atmos_postsnd.sh index 668234c357..368f001ed0 100755 --- a/scripts/exgfs_atmos_postsnd.sh +++ b/scripts/exgfs_atmos_postsnd.sh @@ -71,7 +71,7 @@ export FINT=$NINT1 ic=0 while [ $ic -lt 1000 ]; do - if [[ ! -f "${COM_ATMOS_HISTORY}/${RUN}.${cycle}.logf${FEND}.${logfm}" ]]; then + if [[ ! -f "${COM_ATMOS_HISTORY}/${RUN}.${cycle}.atm.logf${FEND}.${logfm}" ]]; then sleep 10 ic=$(expr $ic + 1) else diff --git a/ush/gfs_bufr.sh b/ush/gfs_bufr.sh index b782c707c9..5ed05f9beb 100755 --- a/ush/gfs_bufr.sh +++ b/ush/gfs_bufr.sh @@ -58,7 +58,7 @@ for (( hr = 10#${FSTART}; hr <= 10#${FEND}; hr = hr + 10#${FINT} )); do # Make sure all files are available: ic=0 while (( ic < 1000 )); do - if [[ ! -f "${COM_ATMOS_HISTORY}/${RUN}.${cycle}.logf${hh3}.${logfm}" ]]; then + if [[ ! -f "${COM_ATMOS_HISTORY}/${RUN}.${cycle}.atm.logf${hh3}.${logfm}" ]]; then sleep 10 ic=$((ic + 1)) else