Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drilling & development worksheet- CO2 gas production not accounted #516

Open
myjabbar opened this issue Jun 18, 2023 · 0 comments
Open

Drilling & development worksheet- CO2 gas production not accounted #516

myjabbar opened this issue Jun 18, 2023 · 0 comments

Comments

@myjabbar
Copy link

For CO2-EOR modelling, in the Drilling & development worksheet cell M17 only accounts for HC gas production. I proposed to include the CO2 gas production as well.

Current cumulative gas production per field (tonne) in cell M17

=(M16*1000000000*mol_per_scf*@INDEX(FlowTable,MW_G,27)/1000000)

Proposed changes

Add a new line to similarly calculate Cumulative CO2 production per field (bcf) in Cell M20
=IF(Flood_gas_type=3,((M15*GFIR*(Perc_CO2_breakthrough/100))/1000000000),0)

Add a new line to calculate Cumulative CO2 production per field (tonne) in Cell M21
=M20*1000*'Fuel Specs'!I124

Add the CO2 production per field (tonne) to cell M17
=(M16*1000000000*mol_per_scf*@INDEX(FlowTable,MW_G,27)/1000000)+M21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant