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

Potential incorrect assumption about emission target in BEIS mappings and modified raw data #15

Open
m-markovic opened this issue Jan 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@m-markovic
Copy link
Contributor

There are "groups" of conversion factors for calculating overall CO2e and then individual fractions of the other GHG.

For butane (2021 file ) we can find:

<style> </style>
litres kg CO2e 1.74529
litres kg CH4 0.00129
litres kg CO2 1.74296
litres kg N2O 0.00104

Now from 2022 the file includes different GHG/Unit values:

<style> </style>
litres kg CO2e 1.74529
litres kg CO2e of CO2 1.74296
litres kg CO2e of CH4 0.00129
litres kg CO2e of N2O 0.00104

We need to confirm whether, for example, the 0.00129 CF * 1l of butane produces results in kilograms of CH4 (this assumption is present in the current version of the CF knowledge graph) or it is in fact kg of CO2e that quantifies the portion of CH4 released after burning 1 litre of butane. This is important because, for example, 1kg CH4 * 29.8 = 29.8kg CO2e. However, it seems that the official documents just changed the unit values without any changes in the conversion factors.

@m-markovic m-markovic added the bug Something isn't working label Jan 17, 2024
@dgarijo
Copy link
Member

dgarijo commented Oct 7, 2024

We have the wrong quantity kinds... BEIS datasets converts to CO2e of N2O, not N2O directly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants