Skip to content

Commit

Permalink
Merge pull request #1883 from tabeado/develop
Browse files Browse the repository at this point in the history
fix BECCS capacities in 2020 to zero
  • Loading branch information
tabeado authored Nov 13, 2024
2 parents 463d1e8 + 36a7596 commit 9d0ddc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/bounds.gms
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,9 @@ loop(te$(sameas(te,"ngcc") OR sameas(te,"ngt") OR sameas(te,"gaschp")),
vm_cap.lo("2020",regi,te,"1")$pm_histCap("2020",regi,te) = 0.95 * pm_histCap("2020",regi,te);
);

*** fix capacities for advanced bio carbon capture technologies to zero in 2020 (i.e. no BECCS in 2020)
vm_cap.fx("2020",regi,te,rlf)$(teBio(te) AND teCCS(te)) = 0;

*** fix emissions to historical emissions in 2010
*** RP: turned off in March 2018, as it produces substantial negative side-effects (requiring strong early retirement in 2010, which influences the future investments even in Reference scenarios)
*** vm_emiTe.up("2010",regi,"co2") = p_boundEmi("2010",regi) ;
Expand Down

0 comments on commit 9d0ddc6

Please sign in to comment.