production_group#
Represents a group of hydropower plants that must abide by the sum production constraints defined in the production_group
Attributes#
energy_target#
Sum energy production target for time steps with energy_target_period_flag set to 1. (xUnit: MWH, yUnit: MWH)
energy_penalty_cost_up#
Penalty cost for producing more energy than the target amount. (xUnit: NOK/MWH, yUnit: NOK/MWH)
energy_penalty_cost_down#
Penalty cost for producing less energy than the target amount. (xUnit: NOK/MWH, yUnit: NOK/MWH)
energy_target_period_flag#
Flag defining which time steps are part of the target energy production constraint (xUnit: NO_UNIT, yUnit: MWH)
max_p_limit#
The maximal power production limit for the sum of plants in the group. (xUnit: NO_UNIT, yUnit: MW)
min_p_limit#
The minimal power production limit for the sum of plants in the group. (xUnit: NO_UNIT, yUnit: MW)
max_p_penalty_cost#
The penalty cost for breaking the maximum power production limit constraint. The default penalty cost is specified by the power_limit_penalty_cost on the global_settings object. (xUnit: NO_UNIT, yUnit: NOK/MW)
min_p_penalty_cost#
The penalty cost for breaking the minimum power production limit constraint. The default penalty cost is specified by the power_limit_penalty_cost on the global_settings object. (xUnit: NO_UNIT, yUnit: NOK/MW)
sum_production#
The sum power production of all the plants connected to the group. (xUnit: NO_UNIT, yUnit: MW)
min_p_penalty#
The incurred penalty for breaking the minimum power production constraint. (xUnit: NO_UNIT, yUnit: NOK)
max_p_penalty#
The incurred penalty for breaking the maximum power production constraint. (xUnit: NO_UNIT, yUnit: NOK)
energy_penalty_up#
The total penalty incurred when breaking the target energy constraint by generating more energy than the target. (xUnit: NOK, yUnit: NOK)
energy_penalty_down#
The total penalty incurred when breaking the target energy constraint by generating less energy than the target. (xUnit: NOK, yUnit: NOK)