GQL Statement

DIVIDE(
SUM(
  V(INTERSECTION(V(SECTOR(households),SECTOR(buildings)),G(final_demand_group)), primary_demand_of_natural_gas),
  V(INTERSECTION(V(SECTOR(households),SECTOR(buildings)),G(final_demand_group)), primary_demand_of_lng),
  V(INTERSECTION(V(SECTOR(households),SECTOR(buildings)),G(final_demand_group)), primary_demand_of_network_gas)
   )
,
SUM(
  V(G(final_demand_group), primary_demand),
  NEG(SUM(
      V(G(final_demand_group), primary_demand_of_imported_electricity)
      ))
   )
)

Result

2015 27.31 ms
0.17295318289746248
factor
2050 26.21 ms
0.18690365682672785
factor

Description

The share of gas_buildings in the primary demand (excluding imported_electricity)

Characteristics

Groups
Unit factor
File path /app/tmp/etsource/gqueries/modules/energymixer/share_of_total_costs_assigned_to_gas_in_buildings.gql

References