GQL Statement

SUM(
  V(
    FILTER(
      G(primary_energy_demand),
      "merit_order && (merit_order.group.to_s.gsub(/\s/, '') == 'dynamic:wind_offshore')"
    ),
    energy_hydrogen_wind_turbine_offshore,
    primary_demand_of_electricity
  )
) / BILLIONS

Result

2019 2.44 ms
12.862723458068793
PJ
2050 1.85 ms
12.862723458068793
PJ

Description

Offshore wind turbine for direct electrolysis to hydrogen is included manually
This is because it is included in primary demand but does not have the dynamic merit_order attribute

Characteristics

Groups
Unit PJ
File path /app/tmp/etsource/gqueries/general/primary_demand/total_primary_demand/total_primary_demand_of_wind_offshore_electricity.gql

References