- 04 Feb, 2019 1 commit
-
-
Erkka Rinne authored
Default is zero, can be changed via command line parameter --debug=[0|1|2].
-
- 01 Feb, 2019 8 commits
-
-
Erkka Rinne authored
-
Erkka Rinne authored
-
Erkka Rinne authored
-
Erkka Rinne authored
# Conflicts: # inc/3c_inputsLoop.gms
-
-
Topi Rasku authored
-
Topi Rasku authored
-
Erkka Rinne authored
Only calculate sample displacement (`ds`) for samples which have a defined starting point and which are adjacent to each other Should fix #64
-
- 31 Jan, 2019 1 commit
-
-
Erkka Rinne authored
-
- 30 Jan, 2019 1 commit
-
-
Topi Rasku authored
-
- 29 Jan, 2019 2 commits
-
-
Topi Rasku authored
-
Topi Rasku authored
-
- 28 Jan, 2019 8 commits
-
-
Topi Rasku authored
Issue #59: Model features can now only be activated through the model definition file. Commented out the features that have not bee implemented for clarity.
-
Niina Helistö authored
-
-
Niina Helistö authored
Implementing cyclic online states for units (inside/between samples). A new set uss(unit, s, s) added for this purpose. See issue #51.
-
Topi Rasku authored
Issue #58: Removed the references to unused command line arguments, and clarified the capabilites of the model somewhat.
-
Topi Rasku authored
-
Topi Rasku authored
Issue #55: Commented the 'ts_effUnit' and 'ts_effGroupUnit' out for the time being, as their implementation is not clear.
-
Topi Rasku authored
Issue #55: Added a new 'param_eff' set for 'ts_effUnit' and 'ts_effGroupUnit', used 'param_unit' for 'ts_unit' for the time being. Created 'unit_timeseries' set to simplify writing conditionals for units with time series data. "inputsLoop" should now work for 'ts_unit', but the nature of 'ts_effUnit' and 'ts_effGroupUnit' should be further discussed before their inclusion into "inputsLoop".
-
- 25 Jan, 2019 3 commits
-
-
Topi Rasku authored
-
Topi Rasku authored
Errors with interval blocks now print the 'counter' on which the error occurred. Minor readability change to 'q_genRamp'.
-
Topi Rasku authored
Issue #32: Slightly cleaning up the trajectory equations by separating 'p_uCounter_runUp' and 'p_uCounter_shutdown' into minimum and maximum arrays to avoid doing partial time step calculations in '2b_constraints.gms'
-
- 24 Jan, 2019 4 commits
-
-
Topi Rasku authored
-
Topi Rasku authored
Issue #32: Units should now be able to shut down at the end of the shutdown trajectory without enforcing the units to stay offline on the same step. Also fixing a bug in the 'dt_toShutdown' calculation.
-
Topi Rasku authored
Issue #32: Run-up and shutdown trajectories overhauled to permit SOS2 ramping on the last/first run-up/shutdown intervals, as well as include main fuel consumption during run-up/shutdown. However, this formulation still fails to consider changing interval lengths.
-
Topi Rasku authored
Diagnostic 'd_eff' and 'd_cop' now include +Eps to avoid inconsistent t-axes with GAMS plots. Minor readability changes.
-
- 21 Jan, 2019 2 commits
-
-
Topi Rasku authored
-
Topi Rasku authored
Fixing a bug in determining the 'dataLength' if not provided by user, which could result in errors with small model horizons.
-
- 18 Jan, 2019 3 commits
-
-
Juha Kiviluoma authored
-
-
Juha Kiviluoma authored
-
- 17 Jan, 2019 3 commits
-
-
Erkka Rinne authored
-
Erkka Rinne authored
-
Erkka Rinne authored
# Conflicts: # inc/2b_eqDeclarations.gms # inc/2d_constraints.gms # inc/3d_setVariableLimits.gms
-
- 16 Jan, 2019 4 commits
-
-
Juha Kiviluoma authored
-
Juha Kiviluoma authored
Changes to q_reserveDemandLargestInfeedUnit. Some name changes to make things more clear (check your input file too!) and changed the infeed2Cover from nReserves to nuReserves so that it can be defined on unit basis. New names: infeed2Cover -> portion_of_infeed_to_reserve. Equation name also changed.
-
Juha Kiviluoma authored
Solving issue #27. Allows to set v_gen for the first time step of the first solve (e.g. t000000). Use useInitialGeneration and initialGeneration in p_gnu to get this to work.
-
Erkka Rinne authored
# Conflicts: # inc/2d_constraints.gms
-