Skip to content

Commit

Permalink
bugfix 45/NDC: also have 2030 value not below BAU
Browse files Browse the repository at this point in the history
  • Loading branch information
orichters committed Oct 1, 2024
1 parent 6946fc4 commit 441dda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/45_carbonprice/NDC/postsolve.gms
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pm_taxCO2eq(t,regi)$(t.val gt p45_lastNDCyear(regi))
)/(p45_taxCO2eqConvergenceYear - p45_lastNDCyear(regi));

***as a minimum, use BAU and have linear price increase starting from 1$ in 2030
pm_taxCO2eq(t,regi)$(t.val gt 2030) = max(
pm_taxCO2eq(t,regi)$(t.val ge 2030) = max(
pm_taxCO2eq(t,regi),
p45_taxCO2eq_bau(t,regi),
1 * sm_DptCO2_2_TDpGtC * (1+(t.val-2030)*9/7), p45_taxCO2eq_bau(t,regi)
Expand Down

0 comments on commit 441dda2

Please sign in to comment.