GQL Statement

V(
  FILTER(
    G(electricity_production),
    "wind_input_conversion > 0"
  ),
  energy_battery_wind_electricity
)

Result

2019 1.62 ms
[
  #<Node energy_power_hybrid_wind_turbine_offshore>,0
  #<Node energy_power_wind_turbine_coastal>,1
  #<Node energy_power_wind_turbine_inland>,2
  #<Node energy_power_wind_turbine_offshore>,3
  #<Node energy_battery_wind_electricity>,4
]
nodes
2050 1.32 ms
[
  #<Node energy_power_hybrid_wind_turbine_offshore>,0
  #<Node energy_power_wind_turbine_coastal>,1
  #<Node energy_power_wind_turbine_inland>,2
  #<Node energy_power_wind_turbine_offshore>,3
  #<Node energy_battery_wind_electricity>,4
]
nodes

Description

The output node of the inland wind turbine with battery system, energy_battery_wind_electricity, is communicated to the merit order but does not have input of wind, therefore it is added separately here.

Characteristics

Deprecated Key
wind_plants
Groups
Unit nodes
File path /app/tmp/etsource/gqueries/general/converter_groups/electricity_producing_wind_converters.gql

References

Gquery electricity_producing_converters
Gquery electricity_producing_other_converters
Gquery electricity_produced_from_wind
Gquery installed_capacity_solar_and_wind
Gquery wind_to_electricity_prod_in_sankey
Gquery hourly_supply_electricity_from_wind