GQL Statement

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

Result

2015 1.68 ms
6.072829999999982
PJ
2050 1.27 ms
6.072829999999982
PJ

Description

Final demand of the 'heat' carrier group

Characteristics

Groups
Unit PJ
File path /app/tmp/etsource/gqueries/general/final_demand/industry/other_industry/final_demand_of_heat_in_food_industry.gql

References