From 27afa10323815120f62245488f07340a1ed44825 Mon Sep 17 00:00:00 2001 From: "Walter.Kolczynski" Date: Fri, 3 Dec 2021 00:07:12 +0000 Subject: [PATCH] Fix location of input.nml in archive job The location of the input.nml file had an extra level of atmos in the archive job, so it couldn't be found. Refs: #412 --- ush/hpssarch_gen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/hpssarch_gen.sh b/ush/hpssarch_gen.sh index 501a685f2a..334efaf3f1 100755 --- a/ush/hpssarch_gen.sh +++ b/ush/hpssarch_gen.sh @@ -94,7 +94,7 @@ if [ $type = "gfs" ]; then #.................. echo "./logs/${CDATE}/gfs*.log " >>gfsa.txt - echo "${dirname}/atmos/input.nml " >>gfsa.txt + echo "${dirname}input.nml " >>gfsa.txt if [ $MODE = "cycled" ]; then echo "${dirname}${head}gsistat " >>gfsa.txt echo "${dirname}${head}nsstbufr " >>gfsa.txt