Skip to content

Commit 18693d8

Browse files
authored
Merge pull request #5 from znichollscr/add-ols
Add OLS
2 parents 09554b4 + ed83c95 commit 18693d8

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
ESGVOC_FORK: "znichollscr"
2626
ESGVOC_REVISION: "5145b8f6d8b1859c663e63fb7b0bad952e8bc7b5"
2727
# Modify these as needed
28-
UNIVERSE_CVS_FORK: "WCRP-CMIP"
29-
UNIVERSE_CVS_BRANCH: "esgvoc_dev"
28+
UNIVERSE_CVS_FORK: "znichollscr"
29+
UNIVERSE_CVS_BRANCH: "update-cmor-cvs"
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,6 +1297,7 @@
12971297
"h40": "Data is reported at 40 height levels",
12981298
"ol": "Data is reported on the model's ocean model levels.",
12991299
"olh": "Data is reported on the model's ocean model half-levels (i.e. at the interfaces between model vertical layers).",
1300+
"ols": "Data is reported for the surface level of the model's ocean model.",
13001301
"op4": "Data is reported at 4 ocean pressure layers.",
13011302
"p19": "Data is reported at 19 pressure levels.",
13021303
"p27": "Data is reported at 27 pressure levels.",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ python3.13 -m venv venv
66

77
ESGVOC_FORK="znichollscr"
88
ESGVOC_REVISION="5145b8f6d8b1859c663e63fb7b0bad952e8bc7b5"
9-
UNIVERSE_CVS_FORK="WCRP-CMIP"
10-
UNIVERSE_CVS_BRANCH="esgvoc_dev"
9+
UNIVERSE_CVS_FORK="znichollscr"
10+
UNIVERSE_CVS_BRANCH="update-cmor-cvs"
1111
CMIP7_CVS_FORK="znichollscr"
12-
CMIP7_CVS_BRANCH="update-cmor-cvs"
12+
CMIP7_CVS_BRANCH="add-ols"
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"

vertical_label/ols.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"@context": "000_context.jsonld",
3+
"id": "ols",
4+
"type": "vertical_label"
5+
}

0 commit comments

Comments
 (0)