From 274067414bda0f30638d63065a44ced22298e4f3 Mon Sep 17 00:00:00 2001 From: Chen Gong Date: Thu, 4 Jul 2024 12:26:37 +0200 Subject: [PATCH] tune maximum phase out rate in coal phaseout scenarios --- modules/47_regipol/regiCarbonPrice/bounds.gms | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/47_regipol/regiCarbonPrice/bounds.gms b/modules/47_regipol/regiCarbonPrice/bounds.gms index a25212e55..2acd5daa1 100644 --- a/modules/47_regipol/regiCarbonPrice/bounds.gms +++ b/modules/47_regipol/regiCarbonPrice/bounds.gms @@ -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"