- 12 Nov, 2019 1 commit
-
-
Juha Kiviluoma authored
-
- 04 Nov, 2019 2 commits
-
-
Erkka Rinne authored
-
Erkka Rinne authored
Probabilities of single scenarios can be slightly above one as returned by SCENRED2. Limit the probabilities to one.
-
- 01 Nov, 2019 4 commits
-
-
Niina Helistö authored
-
Niina Helistö authored
Merge branch 'LossOfLargestInterconnector' into dev. Includes updates related to issues #69, #90, #91.
-
Niina Helistö authored
Removing q_resDemandLargestInfeedTransferUp and q_resDemandLargestInfeedTransferDown, as q_resDemandLargestInfeedTransfer can handle both.
-
Niina Helistö authored
-
- 29 Oct, 2019 1 commit
-
-
Niina Helistö authored
-
- 24 Oct, 2019 3 commits
-
-
Erkka Rinne authored
-
Erkka Rinne authored
Added new parameter `ts_energy_(s)` to which total energy is calculated. This parameter has the sample dimension last, as required by the SCENRED2 tool. This allowed changing all other time series to have indices `s, f, t` instead of previous `f, t, s` and dropping the set `fts` completely. Fixes #105
-
Erkka Rinne authored
Fixes #106
-
- 23 Oct, 2019 4 commits
-
-
Erkka Rinne authored
-
Erkka Rinne authored
-
Erkka Rinne authored
Only use scenarios with positive probability in building the long-term stochastic tree. Previously this was limited to the number of scenarios, but this allows excluding a scenario (setting its prob. to zero).
-
Erkka Rinne authored
There were warnings about nested $ifthen structures and stray names with spurious commas in symbol declarations.
-
- 18 Oct, 2019 1 commit
-
-
Niina Helistö authored
-
- 07 Oct, 2019 6 commits
-
-
Niina Helistö authored
-
Niina Helistö authored
-
Niina Helistö authored
-
Niina Helistö authored
-
Topi Rasku authored
Contains a link to the wikipage containing small example datasets.
-
Ciara O'Dwyer authored
-
- 03 Oct, 2019 1 commit
-
-
Niina Helistö authored
Adding the grid dimension to the reserve parameters and variables. Changes required to the input files. Removing the obsolete nuft set. Issue #69.
-
- 02 Oct, 2019 1 commit
-
-
Niina Helistö authored
-
- 01 Oct, 2019 1 commit
-
-
Niina Helistö authored
Updating constraints for maximum share of reserve provision, ROCOF limit, as well as reserve demand caused by largest unit infeed and largest transfer link import/export. Testing one constraint for reserve demand caused by largest transfer link import/export (instead of two separate constraints).
-
- 27 Sep, 2019 7 commits
-
-
Erkka Rinne authored
See #102
-
Erkka Rinne authored
The parameters were not cleared at every loop. See #99
-
Erkka Rinne authored
Removed now obsolete scalar `errorcount`. Solves #102
-
Erkka Rinne authored
Fixes #100
-
Erkka Rinne authored
Set `gn_forecasts(*, node, timeseries)` tells for which grid/flow/restype, node and timeseries combinations use forecasts and by default includes everything. See: #99
-
Niina Helistö authored
First tests, disabling all reserve requirement constraints except q_resDemand. Adding some new parameters and sets (df_reservesGroup, restypeDirectionGroup, restypeDirectionGridNodeGroup) and changing the dimensions of some other parameters, sets and variables.
-
Topi Rasku authored
Nhniina bound cyclic See merge request !7
-
- 24 Sep, 2019 1 commit
-
-
Niina Helistö authored
Updating the two ROCOF constraints so that they apply to a group of nodes instead of individual nodes. The transfer ROCOF constraint considers failures of interconnectors with one end inside the group and one end outside the group. 'DefaultFrequency' and 'ROCOF' are now p_groupPolicy parameters instead of p_gn parameters.
-
- 11 Sep, 2019 2 commits
-
-
Erkka Rinne authored
-
Erkka Rinne authored
-
- 09 Sep, 2019 2 commits
-
-
Niina Helistö authored
First try to fix issue #97.
-
Niina Helistö authored
Adding a new constraint q_maxDownward2 and modifying q_rampDownLimit. A small change to v_reserve.up to make it work with consumption units as well. q_maxDownward2: similar to q_maxUpward2 but for v_gen and downward online+offline reserve provision q_rampDownLimit: do not consider offline reserve provision
-
- 06 Sep, 2019 2 commits
-
-
Niina Helistö authored
q_maxUpward: Moving "not nuOfflineRescapable(restype, node, unit)" from equation condition to a condition for summing reserve variables q_maxUpward2: Removing many of the equation conditions (does not apply to consumption units, for example), cleaning up terms in the equation (hopefully not removing anything that should have stayed) q_maxUpward3: Not sure if this constraint is needed, so ignoring it in invest and schedule models -- can be included again if needed q_reserveProvision2: Some refinements to the equation conditions and the equation terms in order to make the constraint limit the online reserve provision of units with online variables q_rampUpLimit: Moving "not nuOfflineRescapable(restype, node, unit)" from equation condition to a condition for summing reserve variables q_rampUpLimit2: Not sure if this constraint is needed, so ignoring it in invest and schedule models -- can be included again if needed.
-
Erkka Rinne authored
Also removed some non-existent features from the description
-
- 05 Sep, 2019 1 commit
-