Skip to content

Commit 5412002

Browse files
Porting HAFS to real Ursa
1 parent 4de000e commit 5412002

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FV3

Submodule FV3 updated 1 file

tests/detect_machine.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ case $(hostname -f) in
3030
hfe1[0-2]) MACHINE_ID=hera ;; ### hera10-12
3131
hecflow01) MACHINE_ID=hera ;; ### heraecflow01
3232

33-
ofe01) MACHINE_ID=ursa ;; ### ursa
33+
ufe0[1-4]) MACHINE_ID=ursa ;; ### ursa
3434

3535
s4-submit.ssec.wisc.edu) MACHINE_ID=s4 ;; ### s4
3636

@@ -85,7 +85,7 @@ elif [[ -d /mnt/lfs1 ]]; then
8585
elif [[ -d /scratch1 ]]; then
8686
# We are on NOAA Hera
8787
MACHINE_ID=hera
88-
elif [[ -d /collab1 ]]; then
88+
elif [[ -d /scratch3 ]]; then
8989
# We are on NOAA Ursa
9090
MACHINE_ID=ursa
9191
elif [[ -d /work ]]; then

0 commit comments

Comments
 (0)