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