GQL Statement

PRODUCT(
  -1,
  SUM(
    MAX(
      V(
        FILTER(
          ALL(),
          "heat_network_ht && (heat_network_ht.subtype == :heat_storage)"
        ),
        steam_hot_water_input_curve
      )
    ),
    MAX(
      V(
        FILTER(
          ALL(),
          "heat_network_mt && (heat_network_mt.subtype == :heat_storage)"
        ),
        steam_hot_water_input_curve
      )
    ),
    MAX(
      V(
        FILTER(
          ALL(),
          "heat_network_lt && (heat_network_lt.subtype == :heat_storage)"
        ),
        steam_hot_water_input_curve
      )
    )
  )
)

Result

2015 27.04 ms
0
MW
2050 31.93 ms
-0.0
MW

Description

Selects the heat input capacity of the heat storage by taking the maximum value of the hourly input curve. Capacity of demand technologies is considered negative for the installed flexible capacities chart.

Characteristics

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

References