GQL Statement
DIVIDE( 
  SUM(
    SUM(
      V(INTERSECTION(G(final_demand_group),USE(non_energetic)),"input_of_natural_gas + input_of_lng + input_of_propane")
    ),
    SUM( 
      V(INTERSECTION(G(final_demand_group),USE(non_energetic)),"input_of_compressed_network_gas + input_of_network_gas")
    ) 
  ) 
  ,
  BILLIONS
) * Q(share_of_fossil_gas_in_gas_network)
Result
| 2019 | 109.81863270156016 | PJ | 
| 2050 | 109.81863270156016 | PJ | 
Description
Query for Sankey diagram: connection between natural_gas and feedstock
 
Characteristics
| Groups |  | 
| Unit | PJ | 
| File path | /app/tmp/etsource/gqueries/output_elements/output_series/sankey/natural_gas_to_feedstock_in_sankey.gql | 
References