File tree Expand file tree Collapse file tree 3 files changed +28
-29
lines changed Expand file tree Collapse file tree 3 files changed +28
-29
lines changed Original file line number Diff line number Diff line change @@ -37,20 +37,19 @@ hercules:
37
37
INPUTDATA_ROOT : /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/input-data-20250507
38
38
INPUTDATA_ROOT_WW3 : /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/input-data-20250507/WW3_input_data_20250225
39
39
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
54
53
derecho :
55
54
QUEUE : main
56
55
COMPILE_QUEUE : main
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments