GQL Statement
DIVIDE(
  SUM(
    V(
      INTERSECTION(
        INTERSECTION(
          G(co2_emissions_primary),
          SECTOR(industry)),
        USE(non_energetic)),
      primary_co2_emission),
    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. More non_energetic emissions may be added in the
future. Non-energetic final demand of group co2_emissions_refinery_products in the industry sector
is not (yet) included in this query, which currently only consists of non-energetic methanol final
demand. Since its free_co2_factor is 1.0, this doesn't affect the results.
 
Characteristics
| Groups |  | 
| Unit | mt | 
| File path | /app/tmp/etsource/gqueries/general/co2/primary_co2_emission_of_non_energetic.gql | 
References