Skip to content

Commit

Permalink
fix max potential for CCS to 0 for t < 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
orichters committed Feb 20, 2024
1 parent 79d4579 commit c26f70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bounds.gms
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ $endif
*** -------------------------------------------------------------------------------------------------------------

if ( c_ccsinjecratescen gt 0,
vm_co2CCS.up(ttot,regi,"cco2","ico2","ccsinje","1")$(ttot.val lt 2020) = 0;
vm_co2CCS.up(t,regi,"cco2","ico2","ccsinje","1")$(t.val lt 2020) = 0;
vm_co2CCS.up("2020",regi,"cco2","ico2","ccsinje","1") = pm_boundCapCCS(regi);
vm_co2CCS.up("2025",regi,"cco2","ico2","ccsinje","1") = pm_boundCapCCS(regi);
);
Expand Down

0 comments on commit c26f70e

Please sign in to comment.