Skip to content

Commit

Permalink
Assume temperatures keep constant after 2100
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-abrahao authored May 24, 2024
1 parent ee3eec6 commit 49f3fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/15_climate/magicc7_ar6/postsolve.gms
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Execute_Loadpoint 'p15_forc_magicc' p15_forc_magicc;
Execute_Loadpoint 'p15_magicc_temp' pm_globalMeanTemperature = pm_globalMeanTemperature;

*** climate_assessment only reports until 2100:
pm_globalMeanTemperature(tall)$(tall.val gt 2100) = 0;
pm_globalMeanTemperature(tall)$(tall.val gt 2100) = pm_globalMeanTemperature("2100");
);

***---------------------------------------------------------------------------
Expand Down

0 comments on commit 49f3fa0

Please sign in to comment.