GQL Statement

SUM(
  V(
    FILTER(
      INTERSECTION(
        EG(final_demand),EG(refineries_industry)
      ),
      steam_hot_water?
    ),
    value
  ),
  V(
    FILTER(
      INTERSECTION(
        EG(final_demand),EG(refineries_industry)
      ),
      useable_heat?
    ),
    value
  )
) / BILLIONS

Result

2019 2.15 ms
10.312130269999997
PJ
2050 2.04 ms
10.312130269999997
PJ

Description

Final demand of the 'heat' carrier group

Characteristics

Groups
Unit PJ
File path /app/tmp/etsource/gqueries/general/final_demand/industry/chemical_industry/final_demand_of_heat_in_refineries_industry.gql

References