-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
72 lines (58 loc) · 1.86 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
jobname: esm-pmip-lm
queue: normal
walltime: 1:45:00
# note: if laboratory is relative path, it is relative to /scratch/$PROJECT/$USER
laboratory: access-esm
model: access
submodels:
- name: atmosphere
model: um
ncpus: 192
exe: /g/data/access/payu/access-esm/bin/coe/pmip-lm/um_hg3.exe
# exe: /scratch/w35/saw562/access-esm/holger-build/pmip-lm/build/bin/um_hg3.exe
# exe: /scratch/w35/saw562/access-esm/esm-pmip-last-mil/um_hg3.exe-20200311_r343
input:
- /g/data/access/payu/access-esm/input/pre-industrial/atmosphere
- /g/data/access/payu/access-esm/input/pmip-lm/atmosphere
- name: ocean
model: mom
ncpus: 180
exe: /g/data/access/payu/access-esm-pmip/pmip-mh/bin/mom5xx
input:
- /g/data/access/payu/access-esm/input/pre-industrial/ocean/common
- /g/data/access/payu/access-esm/input/pre-industrial/ocean/pre-industrial
- name: ice
model: cice
ncpus: 12
exe: /g/data/access/payu/access-esm-pmip/pmip-mh/bin/cicexx
input:
- /g/data/access/payu/access-esm/input/pre-industrial/ice
- name: coupler
model: oasis
ncpus: 0
input:
- /g/data/access/payu/access-esm/input/pre-industrial/coupler
collate:
exe: /g/data/access/payu/access-esm/bin/mppnccombine
restart: true
mem: 4GB
#mpi:
# runcmd: ddt mpirun
#modules:
# - arm-forge
restart: /g/data/access/payu/access-esm/restart/pmip-lm
calendar:
start:
year: 850
month: 1
days: 1
runtime:
years: 1 # NOTE: Must be 1 year for land use updates
months: 0
days: 0
userscripts:
#init: ./scripts/set_restart_year.sh 850 # For spinup - reset the year to 0850
run: ./update_landuse.py # Update land use after the run
runspersub: 1
stacksize: unlimited
qsub_flags: -W umask=027 -l jobfs=100gb