- 24 Oct, 2019 1 commit
-
-
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
-
- 23 Oct, 2019 1 commit
-
-
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).
-
- 07 Oct, 2019 2 commits
-
-
Niina Helistö authored
-
Ciara O'Dwyer authored
-
- 27 Sep, 2019 2 commits
-
-
Erkka Rinne authored
The parameters were not cleared at every loop. See #99
-
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
-
- 11 Sep, 2019 1 commit
-
-
Erkka Rinne authored
-
- 09 Sep, 2019 1 commit
-
-
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
-
- 02 Sep, 2019 1 commit
-
-
Ciara O'Dwyer authored
-
- 10 Jul, 2019 1 commit
-
- 13 Jun, 2019 1 commit
-
-
Niina Helistö authored
-
- 11 Apr, 2019 1 commit
-
-
Niina Helistö authored
-
- 04 Apr, 2019 4 commits
-
-
Topi Rasku authored
-
Topi Rasku authored
-
Topi Rasku authored
-
Topi Rasku authored
#65: *v_startup* divided into *v_startup_LP* and *v_startup_MIP* variants to avoid undesired behavior when using integer online variables.
-
- 03 Apr, 2019 8 commits
-
-
Topi Rasku authored
Replacing *IntervalStepCounter* with *tt_aggregate* due to the poor performance of *intervalStepCounter*.
-
Topi Rasku authored
*intervalStepCounter* now uses (counter, t) instead of (counter, counter_) due to the counter set being too limited in size.
-
Erkka Rinne authored
Some time steps in the initial sample where also linked to the central sample.
-
Topi Rasku authored
Rewriting large portions of *3c_inputsLoop.gms* to make it more compact, and hopefully increasíng performance as well.
-
Topi Rasku authored
-
Topi Rasku authored
-
Topi Rasku authored
-
Topi Rasku authored
-
- 29 Mar, 2019 1 commit
-
-
Erkka Rinne authored
Also a minor speedup for setting model dimension (set `msft` etc.)
-
- 28 Mar, 2019 2 commits
-
-
Erkka Rinne authored
-
Erkka Rinne authored
Changed behaviour of `mSetting` 't_perfectForesight' so that it’s defined from zero (not after 't_jump') The setting does not have any effect if 't_perfectForesight' is less than 't_jump'.
-
- 27 Mar, 2019 4 commits
-
-
Erkka Rinne authored
New model setting `t_perfectForesight` gives number of time steps after `t_jump` where realization foreast is used
-
Erkka Rinne authored
-
Erkka Rinne authored
-
Erkka Rinne authored
Uses new set `fts(f, t, s)` which is the same as `sft` but different order of domains.
-
- 22 Mar, 2019 1 commit
-
-
Topi Rasku authored
-
- 18 Mar, 2019 1 commit
-
-
Erkka Rinne authored
-
- 11 Mar, 2019 1 commit
-
-
Erkka Rinne authored
Also removed unnecessary set `s_stochastic`.
-
- 04 Mar, 2019 2 commits
-
-
Niina Helistö authored
Making it possible to choose in the modelsInit.gms file whether to include the two additional incremental heat rate equations that use binary variables: - mSettings(m, 'incHRAdditionalConstraints') = 0: use the constraints but only for units with non-convex fuel use - mSettings(m, 'incHRAdditionalConstraints') = 1: use the constraints for all units represented using incremental heat rates Enabling incremental heat rates also in the invest model (and potentially in the building model). Some clean-up to the incremental heat rate equations.
-
Erkka Rinne authored
Long-term scenarios should use realized (`f00`) data but time structure in the scenario period uses central forecast (`f02`).
-
- 26 Feb, 2019 4 commits
-
-
Erkka Rinne authored
-
Erkka Rinne authored
Also enables the use of scenario tree construction with SCENRED2
-
Erkka Rinne authored
-
Topi Rasku authored
All variables and equations should now be cleared between solves since "--debug=2" prints the file separately for each solve. Otherwise each new file will contain the information of all the old solves as well.
-