From 12a43b5405417f41240d6252172840358d1010d3 Mon Sep 17 00:00:00 2001
From: Alois Dirnaichner <alodi@directbox.com>
Date: Tue, 28 Apr 2020 09:10:51 +0200
Subject: [PATCH] Fix to set summation for the bioshare equation.

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

diff --git a/core/equations.gms b/core/equations.gms
index f619cf6..052626a 100644
--- a/core/equations.gms
+++ b/core/equations.gms
@@ -832,7 +832,7 @@ q_shGreenH2(t,regi)..
 *' Share of biofuels in transport liquids
 ***---------------------------------------------------------------------------
 q_shBioTrans(t,regi)..
-  sum(se2fe(seAgg2se("all_seliq", entySe),entyFeTrans,te), vm_prodFe(t,regi,entySe,entyFeTrans,te) )
+  sum(se2fe(entySe,entyFeTrans,te)$seAgg2se("all_seliq",entySe), vm_prodFe(t,regi,entySe,entyFeTrans,te) )
   * v_shBioTrans(t,regi)
   =e=
   sum(se2fe("seliqbio",entyFeTrans,te), vm_prodFe(t,regi,"seliqbio",entyFeTrans,te) )
-- 
GitLab