Closed madsnedergaard closed 1 year ago
I don't know what the current target is in regards to production modes but I think we should aim to keep onshore and offshore wind separate, biomass and waste separate, etc (this goes for all aggregated production modes). This is in order to allow us to dynamically compose hourly co2intensities based on the underlying regional data for each mode we currently group.
Just a small example with made up data:
Current model:
Wind: 100MWh at 12gco2eq
Resulting co2eq intensity:
12gco2eq
New dynamic model:
Onshore wind: 50MWh at 12gco2eq
Offshore wind: 50MWh at 14gco2eq
Resulting co2eq intensity:
(12 Γ ("onshore wind"/("onshore wind" + "offshore wind"))) + (14 Γ ("offshore wind"/("onshore wind" + "offshore wind"))) =
(12 Γ (50/(50 + 50)) + (14 Γ (50/(50 + 50)) =
13 co2eq
This would allow us to display even more accurate numbers for zones where the parsers split the modes up (ENTSO-E for example) while still showing the grouped production modes we have now and not cluttering up the UI.
I realize this would be another feature in itself but it can't be built if we don't keep this in mind when generating the regional co2 intensities.
I don't know what the current target is in regards to production modes
We're not yet changing the taxonomy for production types :)
For reference, the documentation for the regional emission factors is now available on our wiki πΎ
Description
tl;dr: We're currently implementing regional emission factors!
Since the dawn of Electricity Maps (or very close to it at least), we have had one grand issue that kept reappearing. It has taken a while, but now we finally have the infrastructure and team in place to work on the this issue: #738 Refine GHG emission factors by regions π
Today we mostly use emission factors (wiki page documenting usage) established by the IPCC in 2014, which is not ideal because they are both outdated and do not convey regional differences for the same production modes. With this new feature in place, we will be able to use regional data from reliable sources to give a more accurate estimate for the CO2 impact of different production modes.
All calculations and sources for these regional emission factors will be open and transparent - we'll very soon implement the first few in this repository, so stay tuned! π
Timeline
We will share updates on this issue whenever there's anything new.
Lastly, we decided to keep conversations about this topic in a new issue here instead of continuing in #738, as the conversations there were focused on specific data sources, while we here want to talk about the functionality itself