GQL Statement

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

Result

2019 2.36 ms
1.112558364
PJ
2050 1.75 ms
1.112558364
PJ

Description

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

Characteristics

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

References