GQL Statement

DIVIDE(
  SUM(
    V(
      FILTER(
        FILTER(
          EG(final_demand),"sector == :buildings"
        ),
        biodiesel?
      ),
      value
    ),
    PRODUCT(
      SUM(
        V(
          FILTER(
            FILTER(
              FILTER(
                EG(final_demand),"sector == :buildings"
              ),
              energetic?
            ),
            crude_oil?
          ),
          value
        )
      ),
      V(buildings_final_demand_crude_oil, biodiesel_input_conversion)
    )
  ),
  BILLIONS
)

Result

2015
0.0
PJ
2050
0.0
PJ

Description

Final demand of the 'biodiesel' carrier group for buildings
Input of biodiesel in crude_oil final demand is accounted for

Characteristics

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

References

Gquery biodiesel_to_final_demand_buildings_in_biomass_sankey