GQL Statement

SUM(
  V(INTERSECTION(G(heat_production), SECTOR(industry)), "output_of_useable_heat"),
  V(INTERSECTION(G(heat_production), SECTOR(industry)), "output_of_steam_hot_water"),
  V(INTERSECTION(G(other_non_specified_industry), USE(energetic)), demand)
) / BILLIONS

Result

2019 3.3 ms
541.4713821880165
PJ
2050 2.94 ms
569.5145180939064
PJ

Description

Total heat produced in 'heat_production' in the industry sector plus the total energetic demand of
the other industry as there is no heat production there

Characteristics

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

References