Skip to content

Commit c45a31c

Browse files
committed
Update UKMO entries and cmor table
1 parent 61b38bb commit c45a31c

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

.github/workflows/export-cmor-cvs-table.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
ESGVOC_REVISION: "7b2cd240829ee30e3500ce4dbe6b6ce70bcc3ba8"
2727
# Modify these as needed
2828
UNIVERSE_CVS_FORK: "znichollscr"
29-
UNIVERSE_CVS_BRANCH: "update-data-specs-version"
29+
UNIVERSE_CVS_BRANCH: "add-ukmo-entries"
3030
CMIP7_CVS_FORK: ${{ github.event.pull_request.head.repo.owner.login }}
3131
CMIP7_CVS_BRANCH: ${{ github.head_ref || github.ref_name }}
3232
run: |

cmor-cvs.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,8 @@
11461146
"institution_id": {
11471147
"CCCma": "Environment and Climate Change Canada",
11481148
"CNRM-CERFACS": "CNRM (Centre National de Recherches Meteorologiques, Toulouse 31057, France), CERFACS (Centre Europeen de Recherche et de Formation Avancee en Calcul Scientifique, Toulouse 31057, France)",
1149-
"IPSL": "Institut Pierre-Simon Laplace"
1149+
"IPSL": "Institut Pierre-Simon Laplace",
1150+
"MOHC": "Met Office Hadley Centre"
11501151
},
11511152
"license": {
11521153
"license_id": {
@@ -1246,6 +1247,16 @@
12461247
"model_component": {},
12471248
"source": "CanESM6-MR:",
12481249
"source_id": "CanESM6-MR"
1250+
},
1251+
"UKESM1-0-LL": {
1252+
"institution_id": [
1253+
"MOHC"
1254+
],
1255+
"label": "Context is wrong - label isn't really a name. Label for plots etc.",
1256+
"label_extended": "Context is wrong - extended label isn't really an extended name. Long label with full detail about the source",
1257+
"model_component": {},
1258+
"source": "UKESM1-0-LL:",
1259+
"source_id": "UKESM1-0-LL"
12491260
}
12501261
},
12511262
"temporal_label": {

create-cmor-cvs-table-export-environment.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ python3.13 -m venv venv
77
ESGVOC_FORK="znichollscr"
88
ESGVOC_REVISION="7b2cd240829ee30e3500ce4dbe6b6ce70bcc3ba8"
99
UNIVERSE_CVS_FORK="znichollscr"
10-
UNIVERSE_CVS_BRANCH="update-data-specs-version"
10+
UNIVERSE_CVS_BRANCH="add-ukmo-entries"
1111
CMIP7_CVS_FORK="znichollscr"
12-
CMIP7_CVS_BRANCH="update-data-specs-version"
12+
CMIP7_CVS_BRANCH="add-ukmo-entries"
1313
# UNIVERSE_CVS_FORK="WCRP-CMIP"
1414
# UNIVERSE_CVS_BRANCH="esgvoc_dev"
1515
# CMIP7_CVS_FORK="WCRP-CMIP"

0 commit comments

Comments
 (0)