final_demand_of_heat_in_households debug
GQL Statement
SUM(
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :households"
      ),
      steam_hot_water?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :households"
      ),
      useable_heat?
    ),
    value
  )
) / BILLIONS
Result
| 2019 | 
12.08105327
 | 
PJ | 
| 2050 | 
12.081053270000169
 | 
PJ | 
Description
Final demand of the 'heat' carrier group
Characteristics
| Groups | |
| Unit | PJ | 
| File path | 
/app/tmp/etsource/gqueries/general/final_demand/mece/final_demand_of_heat_in_households.gql
 |