- 12 Nov, 2021 3 commits
-
-
Topi Rasku authored
-
Topi Rasku authored
-
Topi Rasku authored
-
- 11 Nov, 2021 5 commits
-
-
Topi Rasku authored
-
Topi Rasku authored
-
Topi Rasku authored
-
Topi Rasku authored
-
Topi Rasku authored
-
- 10 Nov, 2021 6 commits
-
-
Topi Rasku authored
-
Topi Rasku authored
-
Topi Rasku authored
-
Topi Rasku authored
-
Topi Rasku authored
-
Topi Rasku authored
-
- 09 Nov, 2021 4 commits
-
-
Erkka Rinne authored
-
Erkka Rinne authored
There was mixed contents with file name referring to Backbone v1.3 and content to v1.4.
-
Erkka Rinne authored
-
Erkka Rinne authored
-
- 26 Oct, 2021 2 commits
-
-
Niina Helistö authored
Calculation of start-up costs and start-up fuel consumption See merge request !20
-
Niina Helistö authored
Updating 'annual' energy constraints See merge request !19
-
- 25 Oct, 2021 2 commits
-
-
Niina Helistö authored
Issue #159
-
Niina Helistö authored
Issue #162
-
- 22 Oct, 2021 4 commits
-
-
Erkka Rinne authored
-
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.
-
Erkka Rinne authored
Previous solution was slow when there were many s's.
-
Niina Helistö authored
The parameters are in timeseries format. Issue #160
-
- 21 Oct, 2021 4 commits
-
-
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
-
Erkka Rinne authored
Poor performance when there were multiple samples used.
-
Erkka Rinne authored
-
Erkka Rinne authored
Also removed filter config files as they should be local.
-
- 20 Oct, 2021 2 commits
-
-
Erkka Rinne authored
Spill variable `v_spill` is actually treated as spill rate (MWh/h) in the equations, so fixed the description. Result parameter `r_spill` is expressed in absolute energy, so rate must be multiplied with the step length.
-
Niina Helistö authored
# Conflicts: # defModels/building.gms # defModels/schedule.gms
-
- 19 Oct, 2021 3 commits
-
-
Niina Helistö authored
- q_transferTwoWayLimit1 is used if investments not enabled - q_transferTwoWayLimit2 is used if investments enabled and initial capacities are the same in both directions If investments are enabled and initial capacities are not the same in both directions, a similar constraint would become nonlinear. Issue #158
-
Niina Helistö authored
Issue #159
-
Niina Helistö authored
From user perspective: - Deleting the p_groupPolicy(group, 'energyMaxVgenSign') parameter. For a minimum energy constraint, the user should now add a positive p_groupPolicy(group, 'energyMin'). - For constraints with p_groupPolicy(group, 'energyShareMax') or p_groupPolicy(group, 'energyShareMin'), the user should now also add the consumption units to be considered in the constraint to gnuGroup. Previously they were automatically considered if they connected to nodes in gnGroup. This was problematic for storage units. From model code perspective: - Rearranging q_energyMax(group), q_energyShareMax(group), and q_energyShareMin(group) constraints to q_energyLimit(group, min_max) and q_energyShareLimit(group, min_max) constraints. Issue #157
-
- 18 Oct, 2021 3 commits
-
-
Niina Helistö authored
Adding a check to ensure that the start-up fuel node is in gnGroup. Issue #156
-
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 2 commits
-
-
Tomi J. Lindroos authored
-
Tomi J. Lindroos authored
Updates related to the loop over group reserve horizon when recording results.... Closes #148 See merge request !18
-