GQL Statement

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

Result

2019 5.05 ms
212.41188143765447
PJ
2050 4.24 ms
212.41188143765447
PJ

Description

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

Characteristics

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

References