Skip to content
Snippets Groups Projects
Commit 324d7e19 authored by Marianna Rottoli's avatar Marianna Rottoli
Browse files

Include bounds for biofuels and e-fuels.

parent 8f9f8ec3
No related branches found
No related tags found
1 merge request!159Pullreq1
......@@ -5,4 +5,15 @@
*** | REMIND License Exception, version 1.0 (see LICENSE file).
*** | Contact: remind@pik-potsdam.de
*** SOF ./modules/35_transport/edge_esm/bounds.gms
*** lower bounds for synthetic fuels up to 2030
$ifthen.ccu %CCU% == "on"
v35_shSynSe.lo(t,regi)$(c_shGreenH2 > 0 AND t.val > 2021) = 0.05;
v35_shSynSe.lo(t,regi)$(c_shGreenH2 > 0 AND t.val > 2025) = 0.1;
v35_shSynSe.lo(t,regi)$(c_shGreenH2 > 0 AND t.val > 2030) = 0.20;
$endif.ccu
*** upper bound on bioliquids to 2020 value for all scenarios
v35_shBioFe.up(t,regi)$(t.val > 2020) = 0.05;
*** EOF ./modules/35_transport/edge_esm/bounds.gms
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment