-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
36 lines (35 loc) · 1.2 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
dask_cluster:
netcdf_work: # threads per worker set to deal with https://forum.access-hive.org.au/t/netcdf-not-a-valid-id-errors/389
n_workers: None # Number of workers for default cluster
threads_per_worker: 1 # threads per worker set to deal with https://forum.access-hive.org.au/t/netcdf-not-a-valid-id-errors/389
memory_limit: None # Default memory limit per worker
zarr_work:
n_workers: None # Number of workers for default cluster
threads_per_worker: None # Default threads per worker
memory_limit: None # Default Memory limit per worker
catalog_search_query_dict:
ACCESS_ESM15:
all_ocean:
realm: ['ocean','ocnBgchem']
source_id: 'ACCESS-ESM1-5'
CSEPTA:
experiment_id: ['piControl'] #,'historical','ssp370']
source_id: 'ACCESS-ESM1-5'
variable_id: ['intpp']
realm: ['ocean','ocnBgchem']
frequency: 'mon'
file_type: 'l'
chunking:
ACCESS_ESM15_2D: #{'chunks':{'member':1,'time':220,'j':300,'i':360}}
chunks:
member: 1
time: 220
i: 360
j: 300
ACCESS_ESM15_3D: #{'chunks':{'member':?,'time':?,'lev':-1,'j':-1,'i':-1}}
chunks:
member: 1
time: 12
lev: -1
i: -1
j: -1