GQL Statement

SUM(
  V(INTERSECTION(G(co2_emissions_primary),SECTOR(transport)).select {|node| node.input_slots.detect { |slot| slot.carrier.network_gas? }}, "network_gas_input_conversion * primary_co2_emission"),
  V(INTERSECTION(G(co2_emissions_primary),SECTOR(transport)).select {|node| node.input_slots.detect { |slot| slot.carrier.compressed_network_gas? }}, "compressed_network_gas_input_conversion * primary_co2_emission"),
  V(INTERSECTION(G(co2_emissions_primary),SECTOR(transport)).select {|node| node.input_slots.detect { |slot| slot.carrier.lng? }}, "lng_input_conversion * primary_co2_emission"),
  V(INTERSECTION(G(co2_emissions_primary),SECTOR(transport)).select {|node| node.input_slots.detect { |slot| slot.carrier.lng? }}, "propane_input_conversion * primary_co2_emission")
) / THOUSANDS

Result

2019 5.62 ms
173,550.39290147062
tonne
2050 3.87 ms
173,508.51515520585
tonne

Description

CO2 of carrier group 'natural_gas_and_derivatives' in transport

Characteristics

Groups
Unit tonne
File path /app/tmp/etsource/gqueries/general/co2/primary_co2_of_natural_gas_and_derivatives_in_transport.gql

References