GQL Statement

DIVIDE(
  SUM(
    V(
      INTERSECTION(
        INTERSECTION(
          G(co2_emissions_primary),
          SECTOR(industry)),
        USE(non_energetic)),
      primary_co2_emission
    ),
    V(
      INTERSECTION(
        INTERSECTION(
          G(co2_emissions_refinery_products),
          SECTOR(industry)
        ),
        USE(non_energetic)),
      "demand * weighted_carrier_co2_per_mj * (1 - free_co2_factor)"
    ),
    NEG(
      SUM(
        MV(
          MG(captured_non_energetic_emissions_industry),
          demand
        )
      )
    )
  ),
  BILLIONS
)

Result

2019
1.289594683958486
mt
2050
1.2852344283113109
mt

Description

Includes non_energetic emissions from the fertilizer industry (SMR), non-energetic hydrogen final
demand and non-energetic ammonia final demand via co2_emissions_primary group.
Included non-energetic final demand of industry sector with group co2_emissions_refinery_products, corrected with free_co2_factor
which is required with the co2_emissions_refinery_products method.

Characteristics

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

References

Gquery total_net_co2_emissions
Gquery emissions_non_energetic_all_co2
Gquery primary_co2_of_non_energetic