GQL Statement

IF(AREA(interconnector_capacity) == 0,
  SUM(
    V(
      Q(electricity_producing_converters),
      "input_capacity * electricity_output_conversion * number_of_units"
    )
  ),
  AREA(interconnector_capacity) * 10
)

Result

2019 8.64 ms
58,500.0
MW
2050 7.96 ms
58,500.0
MW

Description

If there is no interconnection capacity in the start year, the max value is set to the installed electricity production capacity, else it is set to ten times the start capacity

Characteristics

Groups
Unit MW
File path /app/tmp/etsource/gqueries/input_elements/max_value/electricity_interconnector_max_capacity.gql

References