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

Fix issues with set summation for synthetic fuel share.

parent 12a43b54
No related branches found
No related tags found
1 merge request!159Pullreq1
...@@ -26,7 +26,7 @@ q39_emiCCU(t,regi) .. ...@@ -26,7 +26,7 @@ q39_emiCCU(t,regi) ..
*' Adjust the shares of synfuels in transport liquids. *' Adjust the shares of synfuels in transport liquids.
*' This equation is only effective when CCU is switched on. *' This equation is only effective when CCU is switched on.
q39_shSynTrans(t,regi).. q39_shSynTrans(t,regi)..
sum(se2fe("seliqfos",entyFeTrans,te), vm_prodFe(t,regi,"seliqfos",entyFeTrans,te) ) * v39_shSynTrans(t,regi) sum(se2fe(entySe,entyFeTrans,te)$seAgg2se("all_seliq",entySe), vm_prodFe(t,regi,entySe,entyFeTrans,te) ) * v39_shSynTrans(t,regi)
=e= =e=
vm_prodSe(t,regi,"seh2","seliqfos","MeOH") vm_prodSe(t,regi,"seh2","seliqfos","MeOH")
; ;
......
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