GQL Statement

SUM(
  V(G(final_demand_group), key, primary_demand_of_bio_lng).sum *
    V(CARRIER(bio_lng), potential_co2_conversion_per_mj),
  V(G(final_demand_group), key, primary_demand_of_greengas).sum *
    V(CARRIER(greengas), potential_co2_conversion_per_mj),
  V(G(final_demand_group), key, primary_demand_of_biogas).sum *
    V(CARRIER(biogas), potential_co2_conversion_per_mj)
) *
INPUT_VALUE(
  IF(
    scope.graph.future?,
    climate_relevant_co2_biomass_gas_future,
    climate_relevant_co2_biomass_gas_present
  )
) / 100 / BILLIONS

Result

2019 30.15 ms
0.0
PJ
2050 25.52 ms
0.0
PJ

Description

This query returns the climate relevant CO2-emissions of biomass which is the product
of the primary demand for biomass times the potential CO2-emissions of this biomass times
the percentage of this CO2-emissions that is deemed relevant for climate change as set by
the user through a slider. We distinguish three types of biomass: solid, gas and liquid,
which can be seperately changed by the user. The user can set different values of this slider
for present and future.

Characteristics

Groups
Unit PJ
File path /app/tmp/etsource/gqueries/output_elements/output_series/vertical_bar_188_co2_emissions_biomass/climate_relevant_co2_biomass_gas.gql

References

Gquery climate_relevant_co2_biomass_gas