Skip to content

Commit

Permalink
Add pull of IAU increment files off HPSS for free-forecast
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Mar 8, 2021
1 parent efdf917 commit 86b0345
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jobs/rocoto/getic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ if [[ $gfs_ver = "v16" && $EXP_WARM_START = ".true." && $CASE = "C768" ]]; then
status=$?
[[ $status -ne 0 ]] && exit $status

# Pull IAU increment files
htar -xvf ${HPSSDIR}/${CDATE}/gfs_netcdfa.tar
status=$?
[[ $status -ne 0 ]] && exit $status

# else # Opertional input
# # ADD AFTER IMPLEMENTATION
fi
Expand Down

0 comments on commit 86b0345

Please sign in to comment.