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

Europe: Use weighted average instead of mean to calculate emission factors #7470

Open
cgicgi opened this issue Nov 26, 2024 · 2 comments
Open

Comments

@cgicgi
Copy link

cgicgi commented Nov 26, 2024

Description

This is a follow up to the great improvement achieved with #6581
Thanks to @madsnedergaard , @VIKTORVAV99 and @w-flo

While reviewing the resulting EFs in the zone config files and cross-checking them with the PP-based numbers from https://colab.research.google.com/drive/14MR8YhEC4bb6TvJlMGYHhEo7MC07fQ9z?usp=sharing , I noticed that the direct EFs are being calculated based on the mean of the EFs from the individual PPs. This does not take into account outliers that may result from rarely used PPs.

Maybe I missed something and there is a good reason for using the plain mean, but IMHO this should be changed to a weighted average as it removes outliers and reflects better the generation induced emissions.

See 2 examples, FR + DE
grafik
grafik

@w-flo
Copy link

w-flo commented Nov 26, 2024

I haven't looked at the implementation, so can't confirm or deny that it is not weighted in the current implementation, but I'd agree with your suggestion! I'd say that using a weighted average would be preferable.

Even better in my opinion: Take into account that only some of the generation can be matched to ETS power plant data correctly. The emission factor is unknown for a relatively large part of total generation, e.g. because of small power plants that don't report to ENTSO-E and/or ETS. I think that "unmatched" generation should be added to the average using a default emission factor for that energy source. So if we can match 20 TWh to ETS data, out of a total 30 TWh of gas power produced in that year, the remaining 10 TWh should be used as the weighting factor for a default gas emission factor (e.g. IPCC) that should be added into the average emission factor.

@madsnedergaard
Copy link
Member

madsnedergaard commented Nov 26, 2024

Thanks for raising this :)
This is indeed an improvement we're considering for next time we update it. The difference is actually fairly small for gas, but significantly changes values for coal:

Screenshot 2024-11-14 at 14 27 27

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

3 participants