Skip to content

Commit a056693

Browse files
committed
Move industry final demand edge group to include DSR demand
Before, only one of the edges from buildings local production to the ICT sector was marked with an edge group. The edge to DSR was empty. To solve this, the edge group is moved 'deeper' into the graph, where the DSR edge recombines with the regular demand edge. This way, all ICT demand is include in the final demand edge group.
1 parent f00443b commit a056693

2 files changed

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
- type = flexible
22
- reversed = false
3-
- groups = [final_demand, other_industry, ict_industry]
43
- graph_methods = [parent_share]
54

65
~ parent_share = SHARE("energy/buildings_local_production_electricity_parent_share", industry_final_demand_for_other_ict_electricity)
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
- type = share
22
- reversed = false
3-
- groups = []
3+
- groups = [final_demand, other_industry, ict_industry]

0 commit comments

Comments
 (0)