quintel / etmodel

Professional interface of the Energy Transition model.
https://energytransitionmodel.com/
MIT License
25 stars 12 forks source link

Electricity demand on high voltage net does not add up #4252

Open kaskranenburgQ opened 2 months ago

kaskranenburgQ commented 2 months ago

In a blank nl 2019 scenario the 'HV demand' curve does not add up to the data in the graph. See screenshot below:

Screenshot 2024-04-30 at 13 29 18

While reviewing the underlying queries I could not figure out how this graph was set up. Some rather confusing queries where used. For instance, the query used for the 'HV demand' curve is the following

_network_hv_demandcurve

and describes the following:

- query = V(GRAPH(electricity_network), demand_curve(hv))
- unit = curve

I looked into this and found it hard to check where the difference comes from. @mabijkerk do you have a way to check this?

github-actions[bot] commented 3 days ago

This issue has had no activity for 60 days and will be closed in 7 days. Removing the "Stale" label or posting a comment will prevent it from being closed automatically. You can also add the "Pinned" label to ensure it isn't marked as stale in the future.