Skip to content

Commit

Permalink
Fix location of ocean data in archive job
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA committed Dec 7, 2021
1 parent 27afa10 commit a404fb0
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 @@ -216,7 +216,7 @@ if [ $type = "gfs" ]; then
fi

if [ $DO_OCN = "YES" ]; then
dirpath="gfs.${PDY}/${cyc}/ocn/"
dirpath="gfs.${PDY}/${cyc}/ocean/"
dirname="./${dirpath}"

head="gfs.t${cyc}z."
Expand Down

0 comments on commit a404fb0

Please sign in to comment.