Antares_Simulator icon indicating copy to clipboard operation
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.

Results 153 Antares_Simulator issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement
Prio: Low

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...

ci
Prio: Low

A pretty deep refactor is required. We need to move the solver check (is the solver available ?) somewhere else.

Prio: Low

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...

enhancement
Prio: Medium

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)`

bug
Prio: Medium

See https://cmake.org/cmake/help/git-stage/command/target_precompile_headers.html

build
Prio: Low

Consider moving some code to a .cpp file.

code
build
Prio: Medium

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**.

tests
refactoring
Prio: Low

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...

bug
Prio: Low

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...

question