File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ):
You can’t perform that action at this time.
0 commit comments