Open marliekeverweij opened 3 years ago
Have a look at this comment for more background information: https://github.com/quintel/mechanical_turk/issues/148#issuecomment-857448818
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.
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
)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 theenergy_production_excess_electricity
node. This should be done together with the flex improvements we're currently implementing.