We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c565a8f commit eb848e4Copy full SHA for eb848e4
.github/workflows/upload-s3-2.yaml
@@ -131,4 +131,3 @@ jobs:
131
- name: Update catalog
132
run: |
133
python workflows/update-catalog.py "${{ needs.check.outputs.iids }}"
134
-
catalog/CORDEX-CMIP5.json
@@ -14,15 +14,15 @@
14
"column_name": "CORDEX_domain"
15
},
16
{
17
- "column_name": "institute_id",
+ "column_name": "institute_id"
18
19
- {
+ {
20
"column_name": "driving_model_id"
21
22
23
"column_name": "experiment_id"
24
25
26
"column_name": "member"
27
28
@@ -55,7 +55,7 @@
55
"experiment_id",
56
"member",
57
"model_id",
58
- "rcm_version_id"
+ "rcm_version_id",
59
"frequency"
60
],
61
"aggregations": [
0 commit comments