Skip to content

Commit

Permalink
Update Jet regression directories
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jun 24, 2024
1 parent a5784ad commit 17f0a6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions regression/regression_var.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi
# Determine the machine
if [[ -d /scratch1 ]]; then # Hera
export machine="Hera"
elif [[ -d /mnt/lfs4 || -d /jetmon || -d /mnt/lfs1 ]]; then # Jet
elif [[ -d /mnt/lfs4 || -d /jetmon || -d /mnt/lfs5 ]]; then # Jet
export machine="Jet"
elif [[ -d /discover ]]; then # NCCS Discover
export machine="Discover"
Expand Down Expand Up @@ -137,16 +137,16 @@ case $machine in
;;
Jet)

export noscrub=/lfs1/NESDIS/nesdis-rdo2/$LOGNAME/noscrub
export ptmp=/lfs1/NESDIS/nesdis-rdo2/$LOGNAME/ptmp
export casesdir="/lfs1/NESDIS/nesdis-rdo2/David.Huber/save/CASES/regtest"
export noscrub=/lfs5/NESDIS/nesdis-rdo2/$LOGNAME/noscrub
export ptmp=/lfs5/NESDIS/nesdis-rdo2/$LOGNAME/ptmp
export casesdir="/lfs5/NESDIS/nesdis-rdo2/David.Huber/save/CASES/regtest"
export check_resource="no"
export accnt="nesdis-rdo2"

export group="global"
export queue="batch"
if [[ "$cmaketest" = "false" ]]; then
export basedir="/lfs1/NESDIS/nesdis-rdo2/$LOGNAME/save/git/gsi"
export basedir="/lfs5/NESDIS/nesdis-rdo2/$LOGNAME/save/git/gsi"
fi

# On Jet, there are no scrubbers to remove old contents from stmp* directories.
Expand Down

0 comments on commit 17f0a6d

Please sign in to comment.