GQL Statement

SUM(
  V(
    INTERSECTION(
      G(heat_production),SECTOR(agriculture)
    ),
    input_of_biodiesel
  ),
  V(
    INTERSECTION(
      G(heat_production),SECTOR(agriculture)
    ),
    input_of_bio_ethanol
  ),
  V(
    INTERSECTION(
      G(heat_production),SECTOR(agriculture)
    ),
    input_of_wood_pellets
  ),
  V(
    INTERSECTION(
      G(heat_production),SECTOR(agriculture)
    ),
    input_of_bio_lng
  )      
) / BILLIONS

Result

2019 2.31 ms
5.490135596290679
PJ
2050 1.66 ms
5.079097385724671
PJ

Description

Use of 'biomass_products' 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_biomass_products_in_agriculture.gql

References