Skip to content

Commit a39bad3

Browse files
Merge branch 'esgvoc_dev' into add-geomip-entries
2 parents b2c770c + 4d6b100 commit a39bad3

3 files changed

Lines changed: 4 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: "5145b8f6d8b1859c663e63fb7b0bad952e8bc7b5"
2727
# Modify these as needed
2828
UNIVERSE_CVS_FORK: "znichollscr"
29-
UNIVERSE_CVS_BRANCH: "add-geomip-entries"
29+
UNIVERSE_CVS_BRANCH: "cmip-description"
3030
CMIP7_CVS_FORK: ${{ github.event.pull_request.head.repo.owner.login }}
3131
CMIP7_CVS_BRANCH: ${{ github.head_ref || github.ref_name }}
3232
run: |

activity/cmip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@context": "000_context.jsonld",
33
"id": "cmip",
44
"type": "activity",
5-
"description": "CMIP core common experiments i.e. the DECK (Diagnostic, Evaluation and Characterization of Klima) and historical.",
5+
"description": "CMIP core common experiments i.e. the DECK (Diagnostic, Evaluation and Characterization of Klima).",
66
"experiments": [
77
"1pctco2",
88
"abrupt-4xco2",

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="5145b8f6d8b1859c663e63fb7b0bad952e8bc7b5"
99
UNIVERSE_CVS_FORK="znichollscr"
10-
UNIVERSE_CVS_BRANCH="add-geomip-entries"
10+
UNIVERSE_CVS_BRANCH="cmip-description"
1111
CMIP7_CVS_FORK="znichollscr"
12-
CMIP7_CVS_BRANCH="add-geomip-entries"
12+
CMIP7_CVS_BRANCH="cmip-description"
1313

1414
venv/bin/pip install -r requirements-cmor-cvs-table.txt
1515
venv/bin/pip install --no-deps "git+https://github.com/$ESGVOC_FORK/esgf-vocab.git@$ESGVOC_REVISION"

0 commit comments

Comments
 (0)