arbrandt / OPGEE

Oil Production Greenhouse Gas Emissions Estimator
18 stars 3 forks source link

Heavy oil upgrading mass balance issue #484

Open wennanlong opened 2 years ago

wennanlong commented 2 years ago

There are three output streams from the Heavy Oil Upgrading process: (1) upgraded oil to storage; (2) petrol coke generated from upgrader; and (3) process gas exported from upgrader. The current framework calculates all of them independently. I would suggest calculating (1) and (3) first and then using mass balance to calculate (2). Here is what I changed

Change Cell K132 to =IFERROR((SUM(E11:H14)+SUM(E16:H27)-SUM(M11:M14)-SUM(M16:O27))/M96,0) b).