Skip to content

Commit

Permalink
Add pull of gdas wave restart files in getic.sh if DO_WAVE=YES
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Mar 9, 2021
1 parent 86b0345 commit 364e46f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jobs/rocoto/getic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ if [[ $gfs_ver = "v16" && $EXP_WARM_START = ".true." && $CASE = "C768" ]]; then
status=$?
[[ $status -ne 0 ]] && exit $status

if [ $DO_WAVE = "YES" ]; then
# Pull prior cycle wave restart files
htar -xvf ${HPSSDIR}/${BDATE}/gdaswave_restart.tar
status=$?
[[ $status -ne 0 ]] && exit $status
fi

# Pull current cycle restart files
htar -xvf ${HPSSDIR}/${CDATE}/gfs_restarta.tar
status=$?
Expand Down

0 comments on commit 364e46f

Please sign in to comment.