GQL Statement

SUM(
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :industry"
      ),
      crude_oil?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :industry"
      ),
      gasoline?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :industry"
      ),
      diesel?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :industry"
      ),
      lpg?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :industry"
      ),
      kerosene?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :industry"
      ),
      heavy_fuel_oil?
    ),
    value
  )
) / BILLIONS

Result

2019 23.24 ms
592.790903429051
PJ
2050 21.56 ms
592.790903429051
PJ

Description

Final demand of the 'oil_and_derivatives' carrier group

Characteristics

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

References

Gquery myc_final_demand_of_oil_and_derivatives_in_industry
Gquery sankey_final_demand_of_oil_and_derivatives_in_industry_other_energetic
Gquery sankey_1_to_2_oil_and_oil_products_to_industry