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

Adjust summation for share calculation for synfuels to relate to the same energy

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