-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCORDEX-CMIP6.json
78 lines (78 loc) · 1.6 KB
/
CORDEX-CMIP6.json
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
73
74
75
76
77
78
{
"esmcat_version": "0.1.0",
"id": "CORDEX-CMIP6",
"description": "This is an ESM collection for CORDEX-CMIP6 data residing at JSC in Juelich.",
"catalog_file": "https://raw.githubusercontent.com/euro-cordex/joint-evaluation/refs/heads/main/catalog.csv",
"attributes": [
{
"column_name": "project_id"
},
{
"column_name": "mip_era"
},
{
"column_name": "activity_id"
},
{
"column_name": "domain_id"
},
{
"column_name": "institution_id"
},
{
"column_name": "driving_source_id"
},
{
"column_name": "driving_experiment_id"
},
{
"column_name": "driving_variant_label"
},
{
"column_name": "source_id"
},
{
"column_name": "version_realization"
},
{
"column_name": "frequency"
},
{
"column_name": "variable_id"
},
{
"column_name": "version"
}
],
"assets": {
"column_name": "path",
"format": "netcdf"
},
"aggregation_control": {
"variable_column_name": "variable_id",
"groupby_attrs": [
"project_id",
"domain_id",
"institution_id",
"driving_source_id",
"driving_experiment_id",
"driving_variant_label",
"source_id",
"version_realization",
"frequency",
"variable_id",
"version"
],
"aggregations": [
{
"type": "union",
"attribute_name": "variable_id"
},
{
"type": "join_existing",
"attribute_name": "time_range",
"options": { "dim": "time", "coords": "minimal", "compat": "override" }
}
]
}
}