Skip to content
Snippets Groups Projects
Commit 8de155c4 authored by Michaja Pehl's avatar Michaja Pehl
Browse files

fix typo from ebab344b

- summing over vm_prodFE with se2fe tuples lead to division by zero
parent 43f96974
No related branches found
No related tags found
1 merge request!59fix typo from ebab344b
...@@ -20,7 +20,7 @@ loop (enty$( sameas(enty,"co2") OR sameas(enty,"cco2") ), ...@@ -20,7 +20,7 @@ loop (enty$( sameas(enty,"co2") OR sameas(enty,"cco2") ),
!! share of SE in FE production !! share of SE in FE production
* ( vm_prodFE.l(ttot,regi,entySE,entyFE,te2) * ( vm_prodFE.l(ttot,regi,entySE,entyFE,te2)
/ sum(se2fe2(entySE2,entyFE,te3), / sum(se2fe2(entySE2,entyFE,te3),
vm_prodSE.l(ttot,regi,entySE2,entyFE,te3) vm_prodFE.l(ttot,regi,entySE2,entyFE,te3)
) )
) )
) )
......
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