Skip to content

Commit 4b1c96c

Browse files
committed
Update experiment description
1 parent b72d383 commit 4b1c96c

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

scripts/generate-experiments.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,10 @@ def initialise_activities(self) -> "Holder":
188188
ActivityProject(
189189
id="geomip",
190190
experiments=[],
191-
urls=["https://doi.org/10.5194/gmd-17-2583-2024"],
191+
urls=[
192+
"https://doi.org/10.5194/gmd-17-2583-2024",
193+
"https://doi.org/10.1175/BAMS-D-25-0191.1",
194+
],
192195
),
193196
ActivityProject(
194197
id="pmip",
@@ -960,12 +963,12 @@ def add_geomip_entries(self) -> "Holder":
960963
"The simulation generally branches from a scenario simulation at some point in the future."
961964
),
962965
(
963-
"After following the `{scenario}` scenario until 2035, "
964-
"stablisation of global-mean temperature at 1.5C "
966+
"Stablisation of global-mean temperature at 1.5C "
965967
"by increasing stratospheric sulfur forcing "
966-
"to whatever level is required to achieve stable temperatures."
968+
"to whatever level is required to achieve stable temperatures "
969+
"after following the `{scenario}` scenario until 2035."
967970
),
968-
"scen7-m",
971+
"scen7-ml",
969972
2035,
970973
),
971974
):

0 commit comments

Comments
 (0)