- 21 Jan, 2022 1 commit
-
-
Toni authored
-
- 12 Jan, 2022 1 commit
-
-
Toni authored
summary reporting: semmary_emob_inc run with flat energy price: modify 2c_alternative_objective.gms
-
- 09 Jan, 2022 1 commit
-
-
Toni authored
See plot_building.gms
-
- 07 Jan, 2022 1 commit
-
-
Toni authored
Backbone: added sets and parameters for energy modelling for buildings Plots: Added option -o (output file name) to do_r_plot.r Using a alternative objective file
-
- 15 Nov, 2021 1 commit
-
-
Topi Rasku authored
-
- 22 Oct, 2021 1 commit
-
-
Erkka Rinne authored
Introduced a new set `mst` with combinations of models, samples and t's. Using projections in for calculating some lower-dimension subsets.
-
- 21 Oct, 2021 1 commit
-
-
Niina Helistö authored
Start-up fuels (=nodes) are now defined in p_uStartupfuel with fixedFuelFraction. They do not need to be included in p_gnu_io. Issue #160
-
- 20 Sep, 2021 1 commit
-
-
Niina Helistö authored
Creating a new set groupRestype(group, restype) for better control of reserve-related assignments because commit cdf2b7c2 may have caused errors in certain special cases. Issue #153
-
- 13 Sep, 2021 1 commit
-
-
Tomi J. Lindroos authored
-
- 04 Jun, 2021 1 commit
-
-
Niina Helistö authored
-
- 17 May, 2021 1 commit
-
-
jussi ikäheimo authored
-
- 07 Dec, 2020 1 commit
-
-
Erkka Rinne authored
Set `t_realized(t)` has the realized time steps in the simulation (excluding the starting point and any extra horizon). This is included in file *results.gdx* as symbol `t`. Closes #81
-
- 19 Nov, 2020 1 commit
-
-
Erkka Rinne authored
-
- 18 Aug, 2020 1 commit
-
-
Niina Helistö authored
Adding domain checking for a few parameters and sets. Removing p_gnPolicy and p_groupPolicy3D, and adding p_groupPolicyEmission and p_groupPolicyUnit. Affects input files. Issue #121.
-
- 22 Jun, 2020 1 commit
-
-
Niina Helistö authored
-
- 28 Feb, 2020 1 commit
-
-
Juha Kiviluoma authored
-
- 20 Feb, 2020 2 commits
-
-
Tomi J. Lindroos authored
-
Niina Helistö authored
-
- 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.
-
- 20 Dec, 2019 1 commit
-
-
Juha Kiviluoma authored
First working commit for the new inputs and outputs system. Probably buggy... In Google Drive there is 8unit system excel that works with this (vInputOutput.xlsx).
-
- 21 Nov, 2019 1 commit
-
-
Niina Helistö authored
-
- 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
-
- 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.
-
- 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 2 commits
-
-
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.
-
- 02 Sep, 2019 1 commit
-
-
Ciara O'Dwyer authored
-
- 27 Aug, 2019 1 commit
-
- 03 Apr, 2019 2 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.
-
- 27 Mar, 2019 3 commits
-
-
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.
-
- 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 1 commit
-
-
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.
-
- 26 Feb, 2019 1 commit
-
-
Erkka Rinne authored
Also enables the use of scenario tree construction with SCENRED2
-
- 21 Feb, 2019 1 commit
-
-
Topi Rasku authored
Initialize 'mTimeseries_loop_read' to avoid errors if looping is not defined in the model definition file.
-
- 12 Feb, 2019 1 commit
-
- 07 Feb, 2019 1 commit
-
-
Topi Rasku authored
Slight performance improvement in 'inputsLoop' by avoiding looping over entire 't_' when averaging time series data.
-