GQL Statement

SUM(
  MAX(
    V(
      FILTER(
        ALL(),
        "heat_network_ht && (heat_network_ht.subtype == :heat_storage)"
      ),
      steam_hot_water_output_curve
    )
  ),
  MAX(
    V(
      FILTER(
        ALL(),
        "heat_network_mt && (heat_network_mt.subtype == :heat_storage)"
      ),
      steam_hot_water_output_curve
    )
  ),
  MAX(
    V(
      FILTER(
        ALL(),
        "heat_network_lt && (heat_network_lt.subtype == :heat_storage)"
      ),
      steam_hot_water_output_curve
    )
  )
)

Result

2019 28.75 ms
0
MW
2050 33.85 ms
0.0
MW

Description

Selects the heat output capacity of the heat storage by taking the maximum value of the hourly output curve.

Characteristics

Groups
Unit MW
File path /app/tmp/etsource/gqueries/general/flexibility/heat_network/heat_network_production_flexible_storage_capacity.gql

References