Skip to content

Commit

Permalink
VLab Issue #67188 - temporary fix for tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Oct 21, 2019
1 parent 621b8c6 commit b5d8124
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 @@ -221,8 +221,8 @@ if [ "$VRFYTRAK" = "YES" ]; then
export COMROOTp1="/scratch4/NCEPDEV/rstprod/com"
export COMINsyn="$COMROOTp1/arch/prod/syndat"
elif [ $machine = "HERA" ]; then
export COMROOTp1="/scratch1/NCEPDEV/rstprod/com"
export COMINsyn="$COMROOTp1/arch/prod/syndat"
export COMROOTp1="/scratch4/NCEPDEV/rstprod/com"
export COMINsyn=${COMINsyn:-${COMROOTp1}/arch/prod/syndat}
fi
fi

Expand Down

0 comments on commit b5d8124

Please sign in to comment.