Skip to content

Commit 96982fc

Browse files
Forgot to add test data
1 parent 7c6ae84 commit 96982fc

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"esmcat_version": "0.1.0",
3+
"id": "sample-cmip5",
4+
"description": "This is a sample ESM catalog for CMIP5 data in netcdf format",
5+
"catalog_file": "cmip5-netcdf.parquet",
6+
"attributes": [
7+
{
8+
"column_name": "activity",
9+
"vocabulary": ""
10+
},
11+
{
12+
"column_name": "ensemble_member",
13+
"vocabulary": ""
14+
},
15+
{
16+
"column_name": "experiment",
17+
"vocabulary": ""
18+
},
19+
{
20+
"column_name": "frequency",
21+
"vocabulary": ""
22+
},
23+
{ "column_name": "institute", "vocabulary": "" },
24+
{
25+
"column_name": "model",
26+
"vocabulary": ""
27+
},
28+
{ "column_name": "modeling_realm", "vocabulary": "" },
29+
{
30+
"column_name": "variable",
31+
"vocabulary": ""
32+
}
33+
],
34+
"assets": {
35+
"column_name": "path",
36+
"format": "netcdf"
37+
},
38+
39+
"aggregation_control": {
40+
"variable_column_name": "variable",
41+
"groupby_attrs": [
42+
"institute",
43+
"model",
44+
"experiment",
45+
"frequency",
46+
"modeling_realm"
47+
],
48+
"aggregations": [
49+
{
50+
"type": "join_new",
51+
"attribute_name": "ensemble_member",
52+
"options": { "coords": "minimal", "compat": "override" }
53+
},
54+
{
55+
"type": "join_existing",
56+
"attribute_name": "time_range",
57+
"options": { "dim": "time" }
58+
},
59+
{
60+
"type": "union",
61+
"attribute_name": "variable"
62+
}
63+
]
64+
}
65+
}
6.25 KB
Binary file not shown.

0 commit comments

Comments
 (0)