Skip to content
Snippets Groups Projects
Commit 5af21282 authored by Alois Dirnaichner's avatar Alois Dirnaichner
Browse files

Redefine the bioliquids limit to act on all SE liquids and not

specifically on transport liquids.
parent bb61a8d9
No related branches found
No related tags found
1 merge request!163Update the Bioshare Parameter to address Bioliquid shares on the SE level
...@@ -832,10 +832,12 @@ q_shGreenH2(t,regi).. ...@@ -832,10 +832,12 @@ q_shGreenH2(t,regi)..
*' Share of biofuels in transport liquids *' Share of biofuels in transport liquids
***--------------------------------------------------------------------------- ***---------------------------------------------------------------------------
q_shBioTrans(t,regi).. q_shBioTrans(t,regi)..
sum(se2fe(entySe,entyFeTrans,te)$seAgg2se("all_seliq",entySe), vm_prodFe(t,regi,entySe,entyFeTrans,te) ) sum(se2se(entyPe,"seliqbio",te), vm_prodSe(t,regi,entyPe,"seliqbio",te))
* v_shBioTrans(t,regi) =e=
=e= (
sum(se2fe("seliqbio",entyFeTrans,te), vm_prodFe(t,regi,"seliqbio",entyFeTrans,te) ) 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)
; ;
......
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