GQL Statement

DIVIDE(
  SUM(
    SUM(
      V(G(energy_export),"input_of_natural_gas + input_of_lng + input_of_propane")
    ),
    SUM( 
      V(G(energy_export),"input_of_compressed_network_gas + input_of_network_gas")
    ) * Q(share_of_fossil_gas_in_gas_network)
  ),
  BILLIONS
)

Result

2019 1.62 ms
0.0
PJ
2050 1.51 ms
0.0
PJ

Description

Query for Sankey diagram: connection between natural_gas and export

Characteristics

Groups
Unit PJ
File path /app/tmp/etsource/gqueries/output_elements/output_series/sankey/natural_gas_to_export_in_sankey.gql

References

Gquery sankey_0_to_2_natural_gas_to_export
Gquery sankey_1_to_2_network_gas_to_export