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.
energy_penalty_cost_up#
Penalty cost for producing more energy than the target amount.
energy_penalty_cost_down#
Penalty cost for producing less energy than the target amount.
energy_target_period_flag#
Flag defining which time steps are part of the target energy production constraint.
max_p_limit#
The maximal power production limit for the sum of plants in the group.
min_p_limit#
The minimal power production limit for the sum of plants in the group.
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.
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.
sum_production#
The sum power production of all the plants connected to the group.
min_p_penalty#
The incurred penalty for breaking the minimum power production constraint.
max_p_penalty#
The incurred penalty for breaking the maximum power production constraint.
energy_penalty_up#
The total penalty incurred when breaking the target energy constraint by generating more energy than the target.
energy_penalty_down#
The total penalty incurred when breaking the target energy constraint by generating less energy than the target.