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.
check if error or print help _Originally posted by @a-zakir in https://github.com/AntaresSimulatorTeam/Antares_Simulator/pull/2056#discussion_r1579413954_
A study containing duplicates should be considered invalid.
> qu'on travaille dessus avec Antares Simulator et qu'on utilise le fonction Save (ou Save as), l'étude vient écrire un champ supplémentaire dans les fichiers list.ini des clusters de stockage...
Run an MC year in isolation would be useful in end-to-end and in memory tests. Currently, in order to have access to a specific year results, we are forced to...
See **src/libs/antares/study/parameters.cpp** ```cpp if (key == "simulation.start") { uint day; if (not value.to(day)) return false; if (day == 0) day = 1; else { if (day > 365) day =...
"Exception" group all the exceptions of the programme. The issue is that it currently depends on AreaName meaning that anything (i.e. benchmarking) that depends on it also depends on AreaName...
Basically, we have structures whose member data is duplicated for multi-threading, and indexed by numSpace, the thread number. My advice would be to confine this `numSpace` variable to the highest...
Allow removal of "private" directory and follow guideline on Cmake project