From 5d45fa91e92ce1090c0c1e9283f1ed0e54b35945 Mon Sep 17 00:00:00 2001
From: Marianna Rottoli <marianna.rottoli@mail.polimi.it>
Date: Wed, 6 May 2020 09:11:54 +0200
Subject: [PATCH] Bugfix: biofuels share correctly calculated.

---
 core/equations.gms | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/equations.gms b/core/equations.gms
index 6b9f01f..897fb37 100644
--- a/core/equations.gms
+++ b/core/equations.gms
@@ -837,7 +837,7 @@ q_shBioliq(t,regi)..
     (
 	sum(pe2se(entyPe,entySe,te)$seAgg2se("all_seliq",entySe), vm_prodSe(t,regi,entyPe,entySe,te))
 	+ sum(se2se(entySe,entySe2,te)$seAgg2se("all_seliq",entySe2), vm_prodSe(t,regi,entySe,entySe2,te))
-    ) * v_shGreenH2(t,regi)
+    ) * v_shBioliq(t,regi)
 ;
 
  
-- 
GitLab