Skip to content

Commit

Permalink
Update rt.sh gaea path update for ufs-community#2198
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoAndrade-NOAA authored Mar 28, 2024
1 parent 66d797d commit 055b13f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,9 @@ elif [[ $MACHINE_ID = gaea ]]; then
QUEUE=normal
COMPILE_QUEUE=normal
PARTITION=c5
STMP=/gpfs/f5/epic/scratch
PTMP=/gpfs/f5/epic/scratch
dprefix=${dprefix:-/gpfs/f5/$ACCNR/scratch/$USER}
STMP=${STMP:-$dprefix/RT_BASELINE}
PTMP=${PTMP:-$dprefix/RT_RUNDIRS}

SCHEDULER=slurm

Expand Down

0 comments on commit 055b13f

Please sign in to comment.