GQL Statement

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

Result

2015 1.99 ms
0.5918899999999849
PJ
2050 1.62 ms
0.5918899999998801
PJ

Description

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

References