- 01 Dec, 2021 3 commits
-
-
DanaKi404 authored
-
DanaKi404 authored
Allows for choosing a specific input_file with e.g. name 'InputData_test.gdx' if command line option --run=test is active
-
DanaKi404 authored
In order to enable multiple runs in parallel, the name of the debug file includes the name of the run (option is enabled in command line with --run=test). t_start and t_end are similarly chosen in command line (e.g. --t_start=1 --t_end=24).
-
- 03 Jun, 2021 1 commit
-
-
DaKi404 authored
Division by step length should include v_genRamp and v_reserve (parenthesis error fixed)
-
- 14 May, 2021 5 commits
- 30 Apr, 2021 2 commits
- 23 Apr, 2021 4 commits
- 15 Apr, 2021 1 commit
-
-
Tomi J. Lindroos authored
Wheeling See merge request !14
-
- 14 Apr, 2021 2 commits
-
-
Tomi J. Lindroos authored
-
Tomi J. Lindroos authored
-
- 12 Apr, 2021 1 commit
-
-
Erkka Rinne authored
-
- 24 Mar, 2021 4 commits
-
-
DaKi404 authored
Timeseries option tested for the wastewater input data. Testing successful, but might require additional testing with power system input
-
DaKi404 authored
Added ts_unitConstraintNode to loaded inputs. Updated the error message concerning p_unitConstraintNode, but might require another patch
-
DaKi404 authored
Added ts_unitConstraintNode and added dimension 'param_constraint' to p_unitConstraint
-
DaKi404 authored
Added 'useTimeSeries' and 'useConstant' flags to param_constraint to enable the optional use of a time series for 'coefficient'
-
- 19 Mar, 2021 1 commit
-
-
DaKi404 authored
In previous runs, v_flagTransfer was not used anymore, so it is currently removed from the code.
-
- 17 Mar, 2021 1 commit
-
-
Juha Kiviluoma authored
-
- 16 Mar, 2021 1 commit
-
-
DaKi404 authored
Splitting up 4bb_additional_output into 4ab_additional_outputVariant and 4bb_additional_outputInvariant (there seems to be still a bug in r_outgoingDiffusion, since it is not formed every first time step of a solve)
-
- 04 Mar, 2021 5 commits
-
-
DaKi404 authored
Basically, flows in wastewater nodes are time-independent (g/m3 of concentration) or already in subhourly steps (m3 per 15 minutes), so multiplication by step length not necessary
-
DaKi404 authored
resuls incoming and outcoming diffusion can now be observed between nodes, also results for r_flagState are included in results.gdx
-
DaKi404 authored
-
DaKi404 authored
decay and recycle depend on v_state instead of v_flagState and therefore need their own parameters in contrast to diffCoeff
-
DaKi404 authored
Had to move 4bb_additional_output, however, it does not include an ifthen exist condition; how to include the condition in this case?
-
- 03 Mar, 2021 2 commits
-
-
Niina Helistö authored
-
Niina Helistö authored
Fixing bugs in unit aggregation and the selection of unit efficiency approximations. It is now easier to skip some efficiency approximation levels. Issue #135
-
- 01 Mar, 2021 3 commits
-
-
Niina Helistö authored
-
Niina Helistö authored
Adding reserve_activation_duration and reserve_reactivation_time parameters See merge request !13
-
Niina Helistö authored
-
- 24 Feb, 2021 2 commits
-
-
Huang, Jiangyi authored
-
Huang, Jiangyi authored
-
- 01 Feb, 2021 1 commit
-
-
Niina Helistö authored
-
- 25 Jan, 2021 1 commit
-
-
DaKi404 authored
-