GQL Statement

SUM(
  V(
    INTERSECTION(
      G(heat_production),SECTOR(buildings)
    ),
    input_of_crude_oil
  ),
  V(
    INTERSECTION(
      G(heat_production),SECTOR(buildings)
    ),
    input_of_gasoline
  ),
  V(
    INTERSECTION(
      G(heat_production),SECTOR(buildings)
    ),
    input_of_diesel
  ),
  V(
    INTERSECTION(
      G(heat_production),SECTOR(buildings)
    ),
    input_of_lpg
  ),
  V(
    INTERSECTION(
      G(heat_production),SECTOR(buildings)
    ),
    input_of_kerosene
  ),
  V(
    INTERSECTION(
      G(heat_production),SECTOR(buildings)
    ),
    input_of_heavy_fuel_oil
  )      
) / BILLIONS

Result

2019 3.15 ms
0.0
PJ
2050 2.56 ms
0.0
PJ

Description

Use of 'oil_and_derivatives' carrier group in 'heat_production' in the buildings sector

Characteristics

Groups
Unit PJ
File path /app/tmp/etsource/gqueries/general/heat/heat_production_per_source/heat_production_from_oil_and_derivatives_in_buildings.gql

References