Antares_Simulator
Antares_Simulator copied to clipboard
Antares-Simulator is an Open Source power system simulator to quantify the adequacy or the economic performance of interconnected energy systems, at short or remote time horizons.
### Current When parallel execution is enabled, logs are mixed. Sometimes it makes them difficult to interpret since they are indistinguishable. ``` Fri Jan 6 11:53:45 2023 info Exporting results...
Since the build is set up within a docker image, persistence is a bit tricky. However, mounting volumes allows persistence of data. General idea https://stackoverflow.com/questions/39650056/using-ccache-when-building-inside-of-docker Github workflow configuration https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container The...
A pretty deep refactor is required. We need to move the solver check (is the solver available ?) somewhere else.
Note : MCY = Monte-Carlo Year I've tried running a process with 20 parallel jobs using option `--force-parallel=20`. The study is quite large. I use 100 MCY, which are split...
Current behavior : ignored `3 x (cluster) + 2 x (must-run cluster) < rhs` Expected behavior : move to RHS `3 x (cluster) < rhs - 2 x (must-run cluster)`
See https://cmake.org/cmake/help/git-stage/command/target_precompile_headers.html
Consider moving some code to a .cpp file.
A fixture creates a study in-memory. This code is duplicated. In directory **src/tests/src/libs/antares/study/scenario-builder**, see files **test-sc-builder-file-read-line.cpp** and **test-sc-builder-file-save.cpp**.
For example, if an area or link does not exist in the study, if a ts-number or year is out of bounds. Current behavior: issue a warning, continue with default...
Currently, only one set of water values per week is used. Water values associated to other days of the week are ignored. Proposed change: use all water values provided by...