Skip to content

Commit 1ba783e

Browse files
committed
Update CMOR CVs JSON
1 parent 058f3fe commit 1ba783e

3 files changed

Lines changed: 58 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-1pctco2-experiments"
29+
UNIVERSE_CVS_BRANCH: "add-abrupt-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: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
},
99
"activity_id": {
1010
"C4MIP": "Coupled climate carbon cycle model intercomparison project: exploration of the response of the coupled carbon-climate system.",
11+
"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.",
1112
"CMIP": "CMIP core common experiments i.e. the DECK (Diagnostic, Evaluation and Characterization of Klima)",
1213
"ScenarioMIP": "Future scenario experiments. Exploration of the future climate under a (selected) range of possible boundary conditions"
1314
},
@@ -102,6 +103,60 @@
102103
"start_year": "",
103104
"tier": 1
104105
},
106+
"abrupt-0p5xCO2": {
107+
"activity_id": [
108+
"CFMIP"
109+
],
110+
"description": "Abrupt halving of atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
111+
"end_year": "",
112+
"experiment": "Abrupt halving of atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
113+
"experiment_id": "abrupt-0p5xCO2",
114+
"min_number_yrs_per_sim": 300,
115+
"parent_activity_id": [
116+
"CMIP"
117+
],
118+
"parent_experiment_id": [
119+
"piControl"
120+
],
121+
"start_year": "",
122+
"tier": 1
123+
},
124+
"abrupt-2xCO2": {
125+
"activity_id": [
126+
"CFMIP"
127+
],
128+
"description": "Abrupt doubling of atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
129+
"end_year": "",
130+
"experiment": "Abrupt doubling of atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
131+
"experiment_id": "abrupt-2xCO2",
132+
"min_number_yrs_per_sim": 300,
133+
"parent_activity_id": [
134+
"CMIP"
135+
],
136+
"parent_experiment_id": [
137+
"piControl"
138+
],
139+
"start_year": "",
140+
"tier": 1
141+
},
142+
"abrupt-4xCO2": {
143+
"activity_id": [
144+
"CMIP"
145+
],
146+
"description": "Abrupt quadrupling of atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
147+
"end_year": "",
148+
"experiment": "Abrupt quadrupling of atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
149+
"experiment_id": "abrupt-4xCO2",
150+
"min_number_yrs_per_sim": 300,
151+
"parent_activity_id": [
152+
"CMIP"
153+
],
154+
"parent_experiment_id": [
155+
"piControl"
156+
],
157+
"start_year": "",
158+
"tier": 1
159+
},
105160
"esm-hist": {
106161
"activity_id": [
107162
"CMIP"

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-1pctco2-experiments"
10+
UNIVERSE_CVS_BRANCH="add-abrupt-experiments"
1111
CMIP7_CVS_FORK="znichollscr"
12-
CMIP7_CVS_BRANCH="add-1pctco2-experiments"
12+
CMIP7_CVS_BRANCH="add-abrupt-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)