Skip to content

Commit

Permalink
tune maximum phase out rate in coal phaseout scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
cchrisgong committed Jul 4, 2024
1 parent 17446d0 commit 2740674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/47_regipol/regiCarbonPrice/bounds.gms
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,12 @@ $endif.chaPOpolicy

$ifthen.chaPOpolicy "%cm_chaCoalPOSpeed%" == "plateau25"
vm_capEarlyReti.up('2025','CHA','pc') = 0.03;
vm_capEarlyReti.up('2030','CHA','pc') = 0.25;
vm_capEarlyReti.up('2030','CHA','pc') = 0.3;
$endif.chaPOpolicy

$ifthen.chaPOpolicy "%cm_chaCoalPOSpeed%" == "fast"
vm_capEarlyReti.up('2025','CHA','pc') = 0.18;
vm_capEarlyReti.up('2030','CHA','pc') = 0.45;
vm_capEarlyReti.up('2030','CHA','pc') = 0.5;
$endif.chaPOpolicy

$ifthen.chaPOpolicy "%cm_chaCoalPOSpeed%" == "medium"
Expand Down

0 comments on commit 2740674

Please sign in to comment.