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

2015 4.24 ms
7.450314185611527
mt
2050 2.89 ms
12.104663865776898
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