GQL Statement

SUM(
  V(
    FILTER(
      Q(electricity_producing_gas_converters),
      "merit_order && (merit_order.subtype == :dispatchable)"
    ),
    "input_capacity * electricity_output_conversion * number_of_units"
  )
)

Result

2019
19,065.19615971248
MW
2050
19,065.19615971248
MW

Description

Selects the electricity output capacity of dispatchable gas power plants using the electricity producing gas converters query.

Characteristics

Groups
Unit MW
File path /app/tmp/etsource/gqueries/general/flexibility/electricity/electricity_production_flexible_gas_to_power_capacity.gql

References