GQL Statement

SUM(
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :households"
      ),
      steam_hot_water?
    ),
    "(1 - sustainability_share) * value"
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :households"
      ),
      useable_heat?
    ),
    "(1 - sustainability_share) * value"
  )
) / BILLIONS

Result

2019 8.74 ms
6.152244835330484
PJ
2050 8.16 ms
6.489965924437818
PJ

Description

Final demand of fossil heat in the 'heat' carrier group

Characteristics

Groups
Unit PJ
File path /app/tmp/etsource/gqueries/general/final_demand/mece/final_demand_of_fossil_heat_in_households.gql

References

Gquery myc_final_demand_of_fossil_heat_in_households