GQL Statement

SUM(
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :industry"
      ),
      biodiesel?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :industry"
      ),
      bio_ethanol?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :industry"
      ),
      bio_oil?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :industry"
      ),
      bio_lng?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :industry"
      ),
      bio_kerosene?
    ),
    value
  )
) / BILLIONS

Result

2019 16.69 ms
0.0
PJ
2050 15.52 ms
0.0
PJ

Description

Final demand of the 'liquid biofuels' carrier group

Characteristics

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

References

Gquery myc_final_demand_of_liquid_biofuels_in_industry