GQL Statement

100 * SUM(
    V(INTERSECTION(G(final_demand_group),USE(energetic)), supply_of_biodiesel),
    V(INTERSECTION(G(final_demand_group),USE(energetic)), supply_of_bio_ethanol),
    V(INTERSECTION(G(final_demand_group),USE(energetic)), supply_of_wood_pellets),
    V(INTERSECTION(G(final_demand_group),USE(energetic)), supply_of_bio_lng),
    V(INTERSECTION(G(final_demand_group),USE(energetic)), supply_of_bio_oil),
    V(INTERSECTION(G(final_demand_group),USE(energetic)), supply_of_bio_kerosene)
) / 
SUM(
    V(INTERSECTION(G(final_demand_group),USE(energetic)), demand),
    Q(ambient_heat_pumped_by_heat_pumps),
    Q(geothermal_own_use_in_sectors)
)

Result

2019 9.84 ms
2.8602969203598043
%
2050 8.99 ms
2.813481977456078
%

Description

Percentage of final demand of biomass_products in renewability

Characteristics

Groups
Unit %
File path /app/tmp/etsource/gqueries/output_elements/output_series/vertical_stacked_bar_49_renewability/final_demand_of_biomass_products_in_renewability.gql

References