GQL Statement

DIVIDE(
  SUM(
    V(
      FILTER(
        INTERSECTION(
          INTERSECTION(
            G(co2_emissions_primary),
            SECTOR(industry)
          ),
          USE(energetic)
        ),
        "network_gas_input_conversion > 0.0"
      ),
      primary_co2_emission
    ),
    V(
      FILTER(
        INTERSECTION(
          INTERSECTION(
            G(co2_emissions_refinery_products),
            SECTOR(industry)
          ),
          USE(energetic)
        ),
        "network_gas_input_conversion > 0.0"
      ),
      "demand * weighted_carrier_co2_per_mj"
    ),
  ),
  BILLIONS
)

Result

2015 2.87 ms
14.321656745796277
mt
2050 2.05 ms
14.32165674579628
mt

Description

This query gives CO2 emissions from energetic use of natural gas and derivatives in industry
Note: this query does not include all natural gas products. Depends on etsource#2781.

Characteristics

Groups
Unit mt
File path /app/tmp/etsource/gqueries/general/co2/industry/primary_co2_emissions_of_natural_gas_and_derivatives_in_industry_energetic.gql

References