- 31 Jan, 2020 1 commit
-
-
Niina Helistö authored
Re-implementing dynamic generation portfolios (see issue #119). Unit investment variables still have the 't' dimension, although it is kind of redundant. Units have technical lifetimes (given in ut set) but links are assumed to stay in the system forever after they have been built. Cost discounting and multi-year horizons are considered in the objective function but not in the results outputting yet.
-
- 30 Jan, 2020 1 commit
-
-
Niina Helistö authored
-
- 22 Jan, 2020 1 commit
-
-
Niina Helistö authored
-
- 18 Dec, 2019 1 commit
-
-
Niina Helistö authored
-
- 17 Dec, 2019 1 commit
-
-
Ciara O'Dwyer authored
Error occurs if t_trajectoryHorizon is too short (less than t_jump + max start-up / shutdown trajectory). Avoids infeasibilities in q_startshut
-
- 12 Dec, 2019 1 commit
-
-
Niina Helistö authored
-
- 26 Nov, 2019 2 commits
-
-
Niina Helistö authored
-
Niina Helistö authored
-
- 25 Nov, 2019 2 commits
-
-
Niina Helistö authored
- 22 Nov, 2019 2 commits
-
-
Niina Helistö authored
A fix related to issue #112: changed omCosts from p_unit to p_gnu and renamed to vomCosts. It is possible to give vomCosts also to input units, but in that case the user should select the sign carefully. The objective function includes a term: + sum(gnuft(grid, node, unit, f, t), + v_gen(grid, node, unit, s, f, t) * p_gnu(grid, node, unit, 'vomCosts')) which means that positive vomCosts result in decreasing objective function value when multiplied with negative v_gen. Positive vomCosts could be interpreted as an increase in consumer's utility. In this way, this fix may also be able to implement feature #76.
-
Niina Helistö authored
Updating 1e_scenChanges.gms with restype_inertia (reserve types where the requirement can also be fulfilled with the inertia of synchronous machines).
-
- 21 Nov, 2019 3 commits
-
-
Niina Helistö authored
-
Niina Helistö authored
Fixing a division by zero problem that sometimes occurred when writing results (very small but nonzero r_gnuTotalGen(grid, node, unit)).
-
Niina Helistö authored
Updating the order in which 1e_scenChanges.gms and changes.inc are read. Updating the contents of 1e_scenChanges.gms to match with the current naming of sets and parameters.
-
- 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).
-