Skip to content

Commit

Permalink
Issue #5 - update to JGFS_CYCLONE_TRACKER for machine=ORION
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Aug 12, 2020
1 parent 5a7e45e commit bf0bff4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jobs/JGFS_CYCLONE_TRACKER
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ elif [ $machine = VENUS -o $machine = MARS -o $machine = WCOSS_DELL_P3 ] ; then
elif [ $machine = HERA ]; then # For HERA
machine=hera
${USHens_tracker}/extrkr_gfs.sh ${loopnum} ${cmodel} ${CDATE} ${pert} ${DATA}
elif [ $machine = ORION ]; then # For ORION
machine=orion
${USHens_tracker}/extrkr_gfs.sh ${loopnum} ${cmodel} ${CDATE} ${pert} ${DATA}
fi
export err=$?; err_chk

Expand Down

0 comments on commit bf0bff4

Please sign in to comment.