quintel / etsource

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

Flexibility nodes should be connected to electricity network nodes #2493

Open marliekeverweij opened 3 years ago

marliekeverweij commented 3 years ago

At the moment the flexibility nodes are all connected to energy_production_excess_electricity and this node is not connected to the electricity network nodes (energy_power_hv_network_electricity, energy_power_mv_distribution_network_electricity& energy_power_lv_network_electricity)

Screenshot 2021-07-23 at 16 16 37

As a result the primary demand calculation (which is a recursive method using the energy graph) cannot retrieve the primary demand of these flexibility technologies.

Therefore, we should connect each of the nodes to the network level to which it's connected (this can be found in the node, - merit_order.level =) and remove the energy_production_excess_electricity node. This should be done together with the flex improvements we're currently implementing.

marliekeverweij commented 3 years ago

Have a look at this comment for more background information: https://github.com/quintel/mechanical_turk/issues/148#issuecomment-857448818

github-actions[bot] commented 2 years 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.