Skip to content

Commit

Permalink
Issue #5 - update for COMINsyn on Orion
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Aug 14, 2020
1 parent bf0bff4 commit c2a4f04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions parm/config/config.vrfy
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ if [ "$VRFYTRAK" = "YES" ]; then
export FHMAX_CYCLONE=$(( FHMAX_GFS<240 ? FHMAX_GFS : 240 ))
fi
if [ $machine = "HERA" ]; then
export COMROOTp1="/scratch1/NCEPDEV/global/glopara/com"
export COMINsyn=${COMINsyn:-${COMROOTp1}/gfs/prod/syndat}
else
export COMINsyn=${COMINsyn:-${COMROOT}/gfs/prod/syndat}
export COMROOT="/scratch1/NCEPDEV/global/glopara/com"
elif [ $machine = "ORION" ]; then
export COMROOT="/work/noaa/global/glopara/com"
fi
export COMINsyn=${COMINsyn:-${COMROOT}/gfs/prod/syndat}
fi


Expand Down

0 comments on commit c2a4f04

Please sign in to comment.