-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to hydro inputs handling (#1156)
Make hydro inputs handling more robust for when multiple balancing types may be used.
- Loading branch information
Showing
38 changed files
with
206 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
examples/2horizons_w_hydro/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 202001 0.33333 0.16667 1.0 | ||
Hydro 202002 0.66667 0.16667 1.0 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro day 202001 0.33333 0.16667 1.0 | ||
Hydro day 202002 0.66667 0.16667 1.0 |
6 changes: 3 additions & 3 deletions
6
...zons_w_hydro_and_nuclear_binary_availability/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 202001 0.333333 0.166667 1.0 | ||
Hydro 202002 0.666667 0.166667 1.0 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro day 202001 0.333333 0.166667 1.0 | ||
Hydro day 202002 0.666667 0.166667 1.0 |
4 changes: 2 additions & 2 deletions
4
examples/2horizons_w_hydro_w_balancing_types/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 2020 0.5 0.166667 1.0 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro year 2020 0.5 0.166667 1.0 |
4 changes: 2 additions & 2 deletions
4
examples/multi_stage_prod_cost_w_hydro/1/1/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 202001 0.5 0.166667 1.0 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro day 202001 0.5 0.166667 1.0 |
4 changes: 2 additions & 2 deletions
4
examples/multi_stage_prod_cost_w_hydro/1/2/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 202001 0.5 0.166667 1.0 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro day 202001 0.5 0.166667 1.0 |
4 changes: 2 additions & 2 deletions
4
examples/multi_stage_prod_cost_w_hydro/1/3/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 202001 0.5 0.166667 1.0 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro day 202001 0.5 0.166667 1.0 |
4 changes: 2 additions & 2 deletions
4
examples/multi_stage_prod_cost_w_hydro/2/1/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 202002 0.5 0.166667 1.0 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro day 202002 0.5 0.166667 1.0 |
4 changes: 2 additions & 2 deletions
4
examples/multi_stage_prod_cost_w_hydro/2/2/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 202002 0.5 0.166667 1.0 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro day 202002 0.5 0.166667 1.0 |
4 changes: 2 additions & 2 deletions
4
examples/multi_stage_prod_cost_w_hydro/2/3/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 202002 0.5 0.166667 1.0 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro day 202002 0.5 0.166667 1.0 |
4 changes: 2 additions & 2 deletions
4
examples/multi_stage_prod_cost_w_hydro/3/1/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 202003 0.5 0.166667 1.0 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro day 202003 0.5 0.166667 1.0 |
4 changes: 2 additions & 2 deletions
4
examples/multi_stage_prod_cost_w_hydro/3/2/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 202003 0.5 0.166667 1.0 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro day 202003 0.5 0.166667 1.0 |
4 changes: 2 additions & 2 deletions
4
examples/multi_stage_prod_cost_w_hydro/3/3/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 202003 0.5 0.166667 1.0 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro day 202003 0.5 0.166667 1.0 |
4 changes: 2 additions & 2 deletions
4
...ro_iteration_2010/availability_iteration_2/1/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 1 0.392070515 0.174664086 0.591861914 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro week 1 0.392070515 0.174664086 0.591861914 |
4 changes: 2 additions & 2 deletions
4
...ro_iteration_2010/availability_iteration_2/2/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 2 0.392070515 0.174664086 0.591861914 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro week 2 0.392070515 0.174664086 0.591861914 |
4 changes: 2 additions & 2 deletions
4
...ro_iteration_2011/availability_iteration_1/1/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 1 0.577652249 0.338706466 0.710315668 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro week 1 0.577652249 0.338706466 0.710315668 |
4 changes: 2 additions & 2 deletions
4
...ro_iteration_2011/availability_iteration_1/2/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 2 0.577652249 0.338706466 0.710315668 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro week 2 0.577652249 0.338706466 0.710315668 |
4 changes: 2 additions & 2 deletions
4
...ro_iteration_2010/availability_iteration_1/1/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 1 0.392070515 0.174664086 0.591861914 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro week 1 0.392070515 0.174664086 0.591861914 |
4 changes: 2 additions & 2 deletions
4
...ro_iteration_2010/availability_iteration_1/2/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 2 0.392070515 0.174664086 0.591861914 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro week 2 0.392070515 0.174664086 0.591861914 |
4 changes: 2 additions & 2 deletions
4
...ro_iteration_2011/availability_iteration_2/1/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 1 0.577652249 0.338706466 0.710315668 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro week 1 0.577652249 0.338706466 0.710315668 |
4 changes: 2 additions & 2 deletions
4
...ro_iteration_2011/availability_iteration_2/2/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 2 0.577652249 0.338706466 0.710315668 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro week 2 0.577652249 0.338706466 0.710315668 |
4 changes: 2 additions & 2 deletions
4
...ro_iteration_2010/availability_iteration_3/1/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 1 0.392070515 0.174664086 0.591861914 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro week 1 0.392070515 0.174664086 0.591861914 |
4 changes: 2 additions & 2 deletions
4
...ro_iteration_2010/availability_iteration_3/2/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 2 0.392070515 0.174664086 0.591861914 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro week 2 0.392070515 0.174664086 0.591861914 |
4 changes: 2 additions & 2 deletions
4
...ro_iteration_2011/availability_iteration_4/1/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 1 0.577652249 0.338706466 0.710315668 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro week 1 0.577652249 0.338706466 0.710315668 |
4 changes: 2 additions & 2 deletions
4
...ro_iteration_2011/availability_iteration_4/2/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 2 0.577652249 0.338706466 0.710315668 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro week 2 0.577652249 0.338706466 0.710315668 |
4 changes: 2 additions & 2 deletions
4
...ro_iteration_2010/availability_iteration_1/1/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 1 0.392070515 0.174664086 0.591861914 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro week 1 0.392070515 0.174664086 0.591861914 |
4 changes: 2 additions & 2 deletions
4
...ro_iteration_2010/availability_iteration_1/2/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 2 0.392070515 0.174664086 0.591861914 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro week 2 0.392070515 0.174664086 0.591861914 |
4 changes: 2 additions & 2 deletions
4
...stage_prod_cost_linked_subproblems_w_hydro/1/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 202001 0.5 0.166667 1.0 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro day 202001 0.5 0.166667 1.0 |
4 changes: 2 additions & 2 deletions
4
...stage_prod_cost_linked_subproblems_w_hydro/2/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 202002 0.5 0.166667 1.0 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro day 202002 0.5 0.166667 1.0 |
4 changes: 2 additions & 2 deletions
4
...stage_prod_cost_linked_subproblems_w_hydro/3/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 202003 0.5 0.166667 1.0 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro day 202003 0.5 0.166667 1.0 |
4 changes: 2 additions & 2 deletions
4
examples/test_w_hydro/inputs/hydro_conventional_horizon_params.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro 202001 0.5 0.166667 1.0 | ||
project balancing_type_project horizon average_power_fraction min_power_fraction max_power_fraction | ||
Hydro day 202001 0.5 0.166667 1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.