Skip to content

Commit eb848e4

Browse files
fix json
1 parent c565a8f commit eb848e4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/upload-s3-2.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,3 @@ jobs:
131131
- name: Update catalog
132132
run: |
133133
python workflows/update-catalog.py "${{ needs.check.outputs.iids }}"
134-

catalog/CORDEX-CMIP5.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"column_name": "CORDEX_domain"
1515
},
1616
{
17-
"column_name": "institute_id",
17+
"column_name": "institute_id"
1818
},
19-
{
19+
{
2020
"column_name": "driving_model_id"
2121
},
2222
{
2323
"column_name": "experiment_id"
2424
},
25-
{
25+
{
2626
"column_name": "member"
2727
},
2828
{
@@ -55,7 +55,7 @@
5555
"experiment_id",
5656
"member",
5757
"model_id",
58-
"rcm_version_id"
58+
"rcm_version_id",
5959
"frequency"
6060
],
6161
"aggregations": [

0 commit comments

Comments
 (0)