Skip to content

Commit 8a257e0

Browse files
Merge pull request WCRP-CMIP#321 from znichollscr/add-geomip-entries
Add GeoMIP entries
2 parents 4d6b100 + a39bad3 commit 8a257e0

3 files changed

Lines changed: 47 additions & 1 deletion

File tree

activity/geomip.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"@context": "000_context.jsonld",
3+
"id": "geomip",
4+
"type": "activity",
5+
"experiments": [
6+
"g7-1p5k-sai"
7+
],
8+
"urls": [
9+
"https://doi.org/10.1175/BAMS-D-25-0191.1",
10+
"https://doi.org/10.5194/gmd-17-2583-2024"
11+
]
12+
}

cmor-cvs.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
"AerChemMIP": "Aerosols and chemistry model intercomparison project: exploration of aerosol chemistry.",
1111
"C4MIP": "Coupled climate carbon cycle model intercomparison project: exploration of the response of the coupled carbon-climate system.",
1212
"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.",
13-
"CMIP": "CMIP core common experiments i.e. the DECK (Diagnostic, Evaluation and Characterization of Klima).",
13+
"CMIP": "CMIP core common experiments i.e. the DECK (Diagnostic, Evaluation and Characterization of Klima) and historical.",
1414
"DAMIP": "Detection and attribution model intercomparison project: exploration of the role of individual forcings (both anthropogenic and natural) in past and future climate change.",
15+
"GeoMIP": "Geoengineering model intercomparison project: exploration of the climate response to solar radiation manipulation.",
1516
"PMIP": "Palaeoclimate modelling intercomparison project: assessment of paleoclimate i.e. climate thousands of years or more in the past.",
1617
"ScenarioMIP": "Future scenario experiments. Exploration of the future climate under a (selected) range of possible boundary conditions. In CMIP7, the priority tier for experiments is conditional on whether you are doing emissions- or concentration-driven simulations. There is no way to express this in the CVs (nor time to implement something to handle this conditionality). This means that, for your particular situation, some experiments may be at a lower tier than is listed in the CVs. For example, the `vl` scenario is tier 1 for concentration-driven models and tier 2 for emissions-driven models. However, in the CVs, we have used the highest priority tier (across all the possible conditionalities). Hence `vl` is listed as tier 1 in the CVs (even though it is actually tier 2 for emissions-driven models).For details, please see the full description in the ScenarioMIP description papers."
1718
},
@@ -106,6 +107,24 @@
106107
"start_year": "",
107108
"tier": 1
108109
},
110+
"G7-1p5K-SAI": {
111+
"activity_id": [
112+
"GeoMIP"
113+
],
114+
"description": "Stablisation of global-mean temperature at 1.5C by increasing stratospheric sulfur forcing to whatever level is required to achieve stable temperatures after following the `scen7-ml` scenario until 2035.",
115+
"end_year": "",
116+
"experiment": "Stablisation of global-mean temperature at 1.5C by increasing stratospheric sulfur forcing to whatever level is required to achieve stable temperatures after following the `scen7-ml` scenario until 2035.",
117+
"experiment_id": "G7-1p5K-SAI",
118+
"min_number_yrs_per_sim": 50,
119+
"parent_activity_id": [
120+
"ScenarioMIP"
121+
],
122+
"parent_experiment_id": [
123+
"scen7-ml"
124+
],
125+
"start_year": 2035,
126+
"tier": 1
127+
},
109128
"abrupt-0p5xCO2": {
110129
"activity_id": [
111130
"CFMIP"

experiment/g7-1p5k-sai.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"@context": "000_context.jsonld",
3+
"id": "g7-1p5k-sai",
4+
"type": "experiment",
5+
"description": "Stablisation of global-mean temperature at 1.5C by increasing stratospheric sulfur forcing to whatever level is required to achieve stable temperatures after following the `scen7-ml` scenario until 2035.",
6+
"start_timestamp": "2035-01-01",
7+
"end_timestamp": null,
8+
"min_number_yrs_per_sim": 50.0,
9+
"branch_information": "Branch from the `scen7-ml` simulation at the start of 2035.",
10+
"min_ensemble_size": 1,
11+
"parent_activity": "scenariomip",
12+
"parent_experiment": "scen7-ml",
13+
"parent_mip_era": "cmip7",
14+
"tier": 1
15+
}

0 commit comments

Comments
 (0)