Skip to content

Commit

Permalink
Fix location of input.nml in archive job
Browse files Browse the repository at this point in the history
The location of the input.nml file had an extra level of atmos in
the archive job, so it couldn't be found.

Refs: NOAA-EMC#412
  • Loading branch information
WalterKolczynski-NOAA committed Dec 3, 2021
1 parent d56ea30 commit 27afa10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/hpssarch_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27afa10

Please sign in to comment.