GQL Statement

DIVIDE(
  SUM(
    V(energy_greengas_upgrade_biogas,
      energy_greengas_gasification_dry_biomass,
      energy_greengas_gasification_wet_biomass,
      output_of_loss),
    PRODUCT(
       V(energy_biogas_fermentation_wet_biomass, output_of_loss),
       V(EDGE(energy_greengas_upgrade_biogas, energy_distribution_biogas), parent_share)
    ),
    V(energy_national_gas_network_natural_gas,
      output_of_loss) * Q(share_of_sustainable_gas_in_gas_network),
    V(energy_torrefaction_wood,
      input_of_network_gas) * Q(share_of_sustainable_gas_in_gas_network),
    V(
      G(industry_transformation),
      "output_of_greengas / (1 - loss_output_conversion) * loss_output_conversion"
    )
  ),
  BILLIONS
)

Result

2019 1.11 ms
5.313625722160465
PJ
2050 0.76 ms
6.011656581352167
PJ

Description

Query for Biomass Sankey diagram: connection between greengas and losses. Includes greengas used for torrefaction of wood pellets

Characteristics

Groups
Unit PJ
File path /app/tmp/etsource/gqueries/output_elements/output_series/biomass_sankey/greengas_to_losses_in_biomass_sankey.gql

References

Gquery turk_input_of_losses_in_biomass_sankey
Gquery turk_output_of_greengas_in_biomass_sankey