GQL Statement

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

Result

2019 4.49 ms
6.588310921291841
mt
2050 2.83 ms
8.910898782985038
mt

Description

This query gives CO2 emissions from energetic use of steam hot water in industry

Characteristics

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

References