From 324d7e19a9f8b3f7f97e2ce7dc344a3ed1b01b69 Mon Sep 17 00:00:00 2001
From: Marianna Rottoli <marianna.rottoli@mail.polimi.it>
Date: Mon, 27 Apr 2020 15:14:01 +0200
Subject: [PATCH] Include bounds for biofuels and e-fuels.

---
 modules/35_transport/edge_esm/bounds.gms | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/modules/35_transport/edge_esm/bounds.gms b/modules/35_transport/edge_esm/bounds.gms
index 1178902..a9acc45 100644
--- a/modules/35_transport/edge_esm/bounds.gms
+++ b/modules/35_transport/edge_esm/bounds.gms
@@ -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
-- 
GitLab