From 22b1e2fdf0bfa43bc5f21e70fc0e5bed10a23579 Mon Sep 17 00:00:00 2001 From: Rahul Mahajan Date: Thu, 5 Sep 2024 14:35:16 -0400 Subject: [PATCH] fix shellnorm errors --- ush/forecast_predet.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ush/forecast_predet.sh b/ush/forecast_predet.sh index c089aeda58..365bebb973 100755 --- a/ush/forecast_predet.sh +++ b/ush/forecast_predet.sh @@ -542,10 +542,10 @@ FV3_predet(){ # TODO: These should be replaced with ones from the ufs-weather-model when available there if [[ "${RUN}" =~ "gdas" || "${RUN}" =~ "gfs" ]]; then # RUN = gdas | enkfgdas | gfs | enkfgfs ${NCP} "${PARMgfs}/post/gfs/postxconfig-NT-gfs-two.txt" "${DATA}/postxconfig-NT.txt" -- ${NCP} "${PARMgfs}/post/gfs/postxconfig-NT-gfs-f00-two.txt" "${DATA}/postxconfig-NT_FH00.txt" + ${NCP} "${PARMgfs}/post/gfs/postxconfig-NT-gfs-f00-two.txt" "${DATA}/postxconfig-NT_FH00.txt" elif [[ "${RUN}" == "gefs" ]]; then # RUN = gefs ${NCP} "${PARMgfs}/post/gefs/postxconfig-NT-gefs.txt" "${DATA}/postxconfig-NT.txt" -- ${NCP} "${PARMgfs}/post/gefs/postxconfig-NT-gefs-f00.txt" "${DATA}/postxconfig-NT_FH00.txt" + ${NCP} "${PARMgfs}/post/gefs/postxconfig-NT-gefs-f00.txt" "${DATA}/postxconfig-NT_FH00.txt" fi fi