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

2015
21,680.552115348768
MW
2050
21,680.552115348768
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