GQL Statement

DIVIDE(
  SUM(
    SUM(
      V(
        INTERSECTION(
          INTERSECTION(
            G(co2_emissions_primary),
            SECTOR(industry)),
          USE(energetic)),
        primary_co2_emission
      )
    ),
    SUM(
      V(
        INTERSECTION(
          INTERSECTION(
            G(co2_emissions_refinery_products),
            SECTOR(industry)),
          USE(energetic)),
        "demand * weighted_carrier_co2_per_mj"
      )
    ),
    NEG(
      SUM(
        MV(
          MG(captured_energetic_emissions_industry),
          demand
        )
      )
    )
  ),
  BILLIONS
)

Result

2019
62.13487666417636
mt
2050
62.373946459083975
mt

Description

Within the co2_emissions_refinery_products the node industry_final_demand_methanol_non_energetic
is queried. This node should actually be in the query "primary_co2_of_non_energetic" and
non-energetic nodes should be filtered out of the co2_emissions_refinery_products group for the
energy CO2 emission queries. This is not required for now, since the
industry_final_demand_methanol_non_energetic free_co2_factor is 1.0 and there are no other
refnery products for which the primary CO2 emissions should be taken into account.

Characteristics

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

References

Gquery total_net_co2_emissions
Gquery emissions_energetic_all_co2
Gquery primary_co2_of_industry