-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
50 lines (45 loc) · 1.28 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# PBS configuration
queue: normal
# project: v45
walltime: 5:00:00
jobname: minimal_01deg_jra55_ryf
ncpus: 2064
# shortpath: /short/v45
# Model configuration
name: common
model: access-om2
input: /short/public/access-om2/input_08022019/common_01deg_jra55
submodels:
- name: atmosphere
model: yatm
exe: /short/public/access-om2/bin/yatm_b77aecd2.exe
input: /short/public/access-om2/input_08022019/yatm_01deg
ncpus: 1
- name: ocean
model: mom
exe: /short/public/access-om2/bin/fms_ACCESS-OM_2a69f46f_libaccessom2_b77aecd2.x
input:
- /short/public/access-om2/input_08022019/minimal_mom_01deg
- /short/public/access-om2/input_08022019/mom_01deg
ncpus: 1717
- name: ice
model: cice5
exe: /short/public/access-om2/bin/cice_auscom_3600x2700_722p_47650cc7_libaccessom2_b77aecd2.exe
input:
- /short/public/access-om2/input_08022019/cice_01deg
ncpus: 335
# Collation
collate:
walltime: 10:00:00
mem: 128GB
ncpus: 4
queue: expressbw
exe: /short/public/access-om2/bin/mppnccombine
# Misc
runlog: False
stacksize: unlimited
restart_freq: 1 # use tidy_restarts.py instead
mpirun: --mca orte_base_help_aggregate 0
qsub_flags: -lother=hyperthread -W umask=027
mpi:
module: openmpi/1.10.2