-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinput.json
More file actions
60 lines (58 loc) · 1.31 KB
/
Copy pathinput.json
File metadata and controls
60 lines (58 loc) · 1.31 KB
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
{
"metadata_csv": "./meta_data/cmip6-zarr-consolidated-stores.csv",
"out_dir": "./cmip6_202606",
"overwrite_data": false,
"experiments": {
"ssp585": [
2015,
2100
],
"historical": [
1980,2015
]
},
"variablese": {
"treeFrac": "Eyr",
"grassFrac": "Eyr",
"shrubFrac": "Eyr",
"residualFrac": "Eyr"
},
"variables2": {
"treeFrac": "Eyr",
"grassFrac": "Eyr",
"shrubFrac": "Eyr",
"residualFrac": "Eyr",
"cropFrac": "Eyr",
"vegFrac": "Eyr"
},
"variables_emon": {
"cropFracC3": "Emon",
"cropFracC4": "Emon",
"cropFrac": "Emon",
"vegFrac": "Emon"
},
"variables": {
"tasmax": "Amon",
"tas": "Amon",
"hfls": "Amon" ,
"rlds": "Amon",
"rlus": "Amon",
"rsds": "Amon",
"rsus": "Amon",
"lai": "Lmon",
"mrso": "Lmon"
},
"target_grid": [2.0, 2.0],
"regrid_method": "nearest_s2d",
"download_all_models": false,
"download_all_members": false,
"min_count_member": 5000,
"dataset": {
"access": {
"source_id": "ACCESS-ESM1-5",
"ens_members": [
"r1i1p1f1"
]
}
}
}