GQL Statement

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

Result

2019 2.1 ms
10.529152679051643
PJ
2050 1.65 ms
10.529152679051643
PJ

Description

Characteristics

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

References