arbrandt / OPGEE

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

Land use emissions in Drilling and Development #475

Open myjabbar opened 2 years ago

myjabbar commented 2 years ago

Land-use emissions are reported as zero if the oil boundary is set at Field. The formula is set so that land use emissions are reported only for oil boundary = Refinery

=SUM(M37:M39)MJ_per_mmbtuOil_prod*@INDEX(FlowTable,LHV_O_bbl,14)/1000000

Do you think we can replace the above with the below equation so that land-use emissions are reported irrespective if the user selects Field or Refinery as oi boundary?

=SUM(M37:M39)MJ_per_mmbtuOil_prod*@INDEX(FlowTable,LHV_O_bbl,13)/1000000