arbrandt / OPGEE

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

CO2 sequestration credited to the oilfield for CO2-EOR flood #512

Open myjabbar opened 1 year ago

myjabbar commented 1 year ago

Cell G108 in the GHG Summary worksheet is to be updated as proposed for CO2 sequestration credit:

Originally

=IF(AND(Gas_flooding_01=1, Flood_gas_type=3), IF(Source_CO2=1, 0, Perc_sequestration_credit/100*(G101-G102-G103)), 0)

Proposed

IF(AND(Gas_flooding_01=1, Flood_gas_type=3), IF(Source_CO2=1, 0, Perc_sequestration_credit/100*(G101-G102-G103-G105)), 0)