GQL Statement

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

Result

2015 3.02 ms
0.0
mt
2050 1.9 ms
0.0
mt

Description

This query gives CO2 emissions from energetic use of hydrogen carriers in industry

Characteristics

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

References