Skip to content

Commit 610240b

Browse files
committed
Update CMOR CVs JSON
1 parent 45e0faa commit 610240b

3 files changed

Lines changed: 4 additions & 3 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-scenario-aerchemmip"
29+
UNIVERSE_CVS_BRANCH: "add-scenariomip-experiments"
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
@@ -7,6 +7,7 @@
77
"filename_path_template": "<variable_id>_<branding_suffix>_<frequency>_<region>_<grid_label>_<source_id>_<experiment_id>_<variant_label>[_<timeRange>].nc"
88
},
99
"activity_id": {
10+
"AerChemMIP": "Aerosols and chemistry model intercomparison project: exploration of aerosol chemistry.",
1011
"C4MIP": "Coupled climate carbon cycle model intercomparison project: exploration of the response of the coupled carbon-climate system.",
1112
"CFMIP": "Cloud feedback model intercomparison project. Focussed primarily on cloud feedbacks with a secondary focus on understanding of response to forcing, model biases, circulation, regional-scale precipitation, and non-linear changes.",
1213
"CMIP": "CMIP core common experiments i.e. the DECK (Diagnostic, Evaluation and Characterization of Klima).",

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-scenario-aerchemmip"
10+
UNIVERSE_CVS_BRANCH="add-scenariomip-experiments"
1111
CMIP7_CVS_FORK="znichollscr"
12-
CMIP7_CVS_BRANCH="add-scenario-aerchemmip"
12+
CMIP7_CVS_BRANCH="add-scenariomip-experiments"
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)