GQL Statement

SUM(
  V(
    FILTER(
      FILTER(
        INTERSECTION(
          EG(final_demand),EG(metal_industry)
        ),
        energetic?
      ),
      coal?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        INTERSECTION(
          EG(final_demand),EG(metal_industry)
        ),
        energetic?
      ),
      coal_gas?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        INTERSECTION(
          EG(final_demand),EG(metal_industry)
        ),
        energetic?
      ),
      cokes?
    ),
    value
  )
) / BILLIONS

Result

2019 4.73 ms
27.099397942
PJ
2050 4.5 ms
27.099397942
PJ

Description

Energetic final demand of the 'coal_and_derivatives' carrier group

Characteristics

Groups
Unit PJ
File path /app/tmp/etsource/gqueries/general/final_demand/industry/metal_industry/final_demand_of_coal_and_derivatives_in_metal_industry_energetic.gql

References

Gquery final_demand_in_metal_industry_energetic