quintel / etsource

Data source for the Energy Transition Model
https://energytransitionmodel.com/
MIT License
12 stars 8 forks source link

Co2 sankey fix #3060

Open kaskranenburgQ opened 1 month ago

kaskranenburgQ commented 1 month ago

This PR aims to solve issue #4203 from ETModel.

The main issue lay in that the hydrogen co2 streams were not queried correctly due to name changes from nodes.

mabijkerk commented 1 month ago

@kaskranenburgQ I think the agriculture CHPs may not be handled properly in this chart either. Could you look into this?

mabijkerk commented 1 month ago

Instead of listing hardcoded nodes in energy_biomass_total_in_co2_sankey we could completely rewrite the query to node groups. A smaller change however would be to add a similar structure for energy_power_mv_distribution_network_electricity as we have for energy_power_hv_network_electricity in the query. The hardcoded local CHPs are all connected to that network, would this work @kaskranenburgQ?