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

2019 14.65 ms
1,366.4789383269383
PJ
2050 13.98 ms
1,545.9880940828118
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.
The losses of the energy_treatment_natural_gas are taken into account since these
are not in the consumer group.
energy_distribution_network_gas_loss is part of the consumer group, however returns
zero with the query below. Therefore, output of loss of the distribution node
is 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