GQL Statement

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

Result

2019 2.63 ms
0.6532736505369768
PJ
2050 2.08 ms
0.6532736505369768
PJ

Description

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

Characteristics

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

References