Skip to content

Commit 1d22adf

Browse files
committed
update tests-dev for gaeac6
1 parent e019717 commit 1d22adf

File tree

3 files changed

+28
-29
lines changed

3 files changed

+28
-29
lines changed

tests-dev/baseline_setup.yaml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,19 @@ hercules:
3737
INPUTDATA_ROOT: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/input-data-20250507
3838
INPUTDATA_ROOT_WW3: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/input-data-20250507/WW3_input_data_20250225
3939
INPUTDATA_ROOT_BMIC: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/BM_IC-20220207
40-
#need to update for gaeac6
41-
#gaea:
42-
# QUEUE: normal
43-
# COMPILE_QUEUE: normal
44-
# PARTITION: c5
45-
# dprefix: /gpfs/f5/${ACCNR}/scratch/${USER}
46-
# DISKNM: /gpfs/f5/epic/world-shared/UFS-WM_RT
47-
# STMP: /gpfs/f5/${ACCNR}/scratch/${USER}/RT_BASELINE
48-
# PTMP: /gpfs/f5/${ACCNR}/scratch/${USER}/RT_RUNDIR
49-
# RUNDIR_ROOT:
50-
# SCHEDULER: slurm
51-
# INPUTDATA_ROOT: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/input-data-20250507
52-
# INPUTDATA_ROOT_WW3: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/input-data-20250507/WW3_input_data_20250225
53-
# INPUTDATA_ROOT_BMIC: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/BM_IC-20220207
40+
gaeac6:
41+
QUEUE: normal
42+
COMPILE_QUEUE: normal
43+
PARTITION: c6
44+
dprefix: /gpfs/f6/${ACCNR}/proj-shared/${USER}
45+
DISKNM: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT
46+
STMP: /gpfs/f6/${ACCNR}/proj-shared/${USER}/RT_BASELINE
47+
PTMP: /gpfs/f6/${ACCNR}/proj-shared/${USER}/RT_RUNDIR
48+
RUNDIR_ROOT:
49+
SCHEDULER: slurm
50+
INPUTDATA_ROOT: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/input-data-20250507
51+
INPUTDATA_ROOT_WW3: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/input-data-20250507/WW3_input_data_20250225
52+
INPUTDATA_ROOT_BMIC: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/BM_IC-20220207
5453
derecho:
5554
QUEUE: main
5655
COMPILE_QUEUE: main

tests-dev/machine_config/machine_gaea.config

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/bin/bash
2+
set -eux
3+
4+
module use /ncrc/proj/epic/c6/modulefiles
5+
module load rocoto/1.3.7
6+
ROCOTORUN=/ncrc/proj/epic/c6/rocoto/1.3.7/bin/rocotorun
7+
ROCOTOSTAT=/ncrc/proj/epic/c6/rocoto/1.3.7/bin/rocotostat
8+
ROCOTOCOMPLETE=/ncrc/proj/epic/c6/rocoto/1.3.7/bin/rocotocomplete
9+
ROCOTO_SCHEDULER=slurm
10+
export ROCOTORUN
11+
export ROCOTOSTAT
12+
export ROCOTOCOMPLETE
13+
export ROCOTO_SCHEDULER
14+
15+
module load python/3.10.13

0 commit comments

Comments
 (0)