GQL Statement

DIVIDE(
  SUM(
    V(
      EXCLUDE(
        G(hydrogen_production),
        G(industry_transformation)
      ),
      input_of(
        network_gas,
        natural_gas,
        greengas
      )
    )
  ),
  BILLIONS
)

Result

2019 1.15 ms
0.0
PJ
2050 0.55 ms
0.0
PJ

Description

Network gas conversion to hydrogen from hydrogen_production group
Industry transformation is excluded from this query
natural gas is queried here to also account for SMR
greengas is queried for completeness

Characteristics

Groups
Unit PJ
File path /app/tmp/etsource/gqueries/general/conversion/hydrogen/carrier_for_hydrogen_conversion/network_gas_for_hydrogen_conversion_excl_industry_transformation.gql

References

Gquery demand_for_hydrogen_production_for_network_gas_mekko