diff --git a/core/equations.gms b/core/equations.gms index f619cf6fc04d9e006bab1659dc12981b8df2c0e0..052626a75004c0e5780218cbaed8772771a18503 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) )