GQL Statement
SUM(
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :energy"
      ),
      biodiesel?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :energy"
      ),
      bio_ethanol?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :energy"
      ),
      bio_oil?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :energy"
      ),
      bio_lng?
    ),
    value
  ),
  V(
    FILTER(
      FILTER(
        EG(final_demand),"sector == :energy"
      ),
      bio_kerosene?
    ),
    value
  )
) / BILLIONS
Result
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_energy.gql | 
References