GQL Statement

DIVIDE(
  SUM(
    V(
      Q(time_resolved_network_gas_demand_converters),
      "input_of_natural_gas + input_of_greengas + input_of_network_gas"
    ),
    V(
      energy_mixer_for_gas_power_fuel,
      input_of_network_gas
    ),
    V(
      energy_treatment_natural_gas,
      energy_national_gas_network_natural_gas,
      output_of_loss
    )
  ),
  BILLIONS
)

Result

2015
1,656.0638696091303
PJ
2050
1,662.1230631647368
PJ

Description

This query takes the demand side of network gas.
The carrier gas_power_fuelmix can't be queried robustly since this carrier is mixed with crude oil.
This crude oil is not in the network gas demand calculations.
Losses in natural gas treatment and from network gas distribution are queried separately.

Characteristics

Groups
Unit PJ
File path /app/tmp/etsource/gqueries/mechanical_turk/mekko/turk_mekko_of_network_gas_network_total_demand.gql

References