GQL Statement

SUM(
  V(
    FILTER(
      FILTER(
        INTERSECTION(
          EG(final_demand),EG(ict_industry)
        ),
        "! energetic?"
      ),
      ambient_heat?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        INTERSECTION(
          EG(final_demand),EG(ict_industry)
        ),
        "! energetic?"
      ),
      ambient_cold?
    ),
    value
  )
) / BILLIONS

Result

2019 2.05 ms
0.0
PJ
2050 1.39 ms
0.0
PJ

Description

Non-energetic final demand of the 'ambient' carrier group

Characteristics

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

References