- 01 Dec, 2021 1 commit
-
-
Tomi J. Lindroos authored
-
- 15 Nov, 2021 1 commit
-
-
Niina Helistö authored
Issue #161
-
- 27 Oct, 2021 1 commit
-
-
Niina Helistö authored
Issue #161
-
- 26 Oct, 2021 1 commit
-
-
Niina Helistö authored
First attempt to remove commodity set and replace it with a parameter telling if ts_priceChange should be used Issue #161
-
- 25 Oct, 2021 1 commit
-
-
Niina Helistö authored
Issue #159
-
- 22 Oct, 2021 1 commit
-
-
Niina Helistö authored
The parameters are in timeseries format. Issue #160
-
- 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
-
- 19 Oct, 2021 1 commit
-
-
Niina Helistö authored
Issue #159
-
- 18 Oct, 2021 2 commits
-
-
Tomi J. Lindroos authored
-
Tomi J. Lindroos authored
r_gnnTransferMarginalValue updates: checking correct end node for marginal value with leftward and rightward transfers. Multiplying with trasferLosses. Removing unnecessary 10e-6 scaling.
-
- 15 Oct, 2021 1 commit
-
-
Tomi J. Lindroos authored
-
- 13 Sep, 2021 1 commit
-
-
Tomi J. Lindroos authored
-
- 14 Apr, 2021 1 commit
-
-
Tomi J. Lindroos authored
-
- 30 Nov, 2020 1 commit
-
-
Juha Kiviluoma authored
-
- 11 Nov, 2020 1 commit
-
-
Ciara O'Dwyer authored
-
- 25 Oct, 2020 1 commit
-
-
Ciara O'Dwyer authored
-
- 28 Aug, 2020 1 commit
-
-
Tomi J. Lindroos authored
-
- 27 Aug, 2020 1 commit
-
-
Tomi J. Lindroos authored
-
- 24 Aug, 2020 1 commit
-
-
Niina Helistö authored
-
- 21 Aug, 2020 1 commit
-
-
Tomi J. Lindroos authored
-
- 29 Jun, 2020 1 commit
-
-
Topi Rasku authored
-
- 26 Jun, 2020 1 commit
-
-
Topi Rasku authored
`p_storageValue` is the constant form parameter, while `ts_storageValue` is the corresponding timeseries. `ts_storageValue_` is also added to handle time step aggregation and data circulation of `ts_storageValue` in the objective function. A new flag in `p_gn` called `storageValueUseTimeSeries` controls whether the constant `p_storageValue` or the timeseries `ts_storageValue` is used. WIP: I have no clue what the file `1e_scenmChanges.gms` is supposed to do, so no changes have been made there. However, since the input data is affected by these changes, I assume that this file will need to be changed as well for this fix to work properly.
-
- 23 Jun, 2020 1 commit
-
-
Niina Helistö authored
-
- 22 Jun, 2020 1 commit
-
-
Niina Helistö authored
-
- 02 Jun, 2020 1 commit
-
-
Juha Kiviluoma authored
-
- 28 Apr, 2020 1 commit
-
-
Juha Kiviluoma authored
r_genFuel was not working. Trying to fix it, but now it works only for units that have one input commodity - the results will be wrong if there are mutliple. Needs to be fixed later. I also added flow based generation. So, r_genFuel should really be r_genSource #107
-
- 20 Apr, 2020 1 commit
-
-
Juha Kiviluoma authored
Changing the calculation of r_gnRealizedOperatingCost (and its derivatives) to use energy based allocation for fuel, emission and startup costs.
-
- 02 Apr, 2020 1 commit
-
-
Niina Helistö authored
A couple of bug fixes to #107, according to suggestions in #107 (comment 14595)
-
- 06 Mar, 2020 1 commit
-
-
Tomi J. Lindroos authored
-
- 20 Feb, 2020 1 commit
-
-
Tomi J. Lindroos authored
-
- 07 Feb, 2020 1 commit
-
-
Juha Kiviluoma authored
-
- 04 Feb, 2020 1 commit
-
-
Niina Helistö authored
Also some updates to 4d_postProcess_invest2schedule_temp.gms but using that for invest-schedule linking still doesn't really work with the dynamic generation portfolios.
-
- 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).
-
- 12 Dec, 2019 1 commit
-
-
Juha Kiviluoma authored
For results, vOM costs were calculated only from outputs, but they can also be in inputs nowadays. Corrected.
-
- 22 Nov, 2019 1 commit
-
-
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.
-
- 21 Nov, 2019 1 commit
-
-
Niina Helistö authored
Fixing a division by zero problem that sometimes occurred when writing results (very small but nonzero r_gnuTotalGen(grid, node, unit)).
-
- 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.
-
- 27 Sep, 2019 1 commit
-
-
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.
-
- 09 Sep, 2019 1 commit
-
-
Niina Helistö authored
First try to fix issue #97.
-