Skip to content

Commit

Permalink
modified: config.vrfy to point a different syndat directory on Hera
Browse files Browse the repository at this point in the history
       export COMROOTp1="/scratch1/NCEPDEV/global/glopara/com"
       export COMINsyn=${COMINsyn:-${COMROOTp1}/gfs/prod/syndat}
  • Loading branch information
yangfanglin committed Jun 25, 2020
1 parent b8192e5 commit b10a930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parm/config/config.vrfy
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ if [ "$VRFYTRAK" = "YES" ]; then
export FHMAX_CYCLONE=$(( FHMAX_GFS<240 ? FHMAX_GFS : 240 ))
fi
if [ $machine = "HERA" ]; then
export COMROOTp1="/scratch1/NCEPDEV/rstprod/com"
export COMINsyn=${COMINsyn:-${COMROOTp1}/arch/prod/syndat}
export COMROOTp1="/scratch1/NCEPDEV/global/glopara/com"
export COMINsyn=${COMINsyn:-${COMROOTp1}/gfs/prod/syndat}
else
export COMINsyn=${COMINsyn:-${COMROOT}/gfs/prod/syndat}
fi
Expand Down

0 comments on commit b10a930

Please sign in to comment.