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.
### Spillage & unsupplied costs stored in the wrong directory Currently, each area has costs stored in folder **input/thermal/areas.ini**. This information affects the termal modulation, but also the hydro optimization...
Some artifacts are a .zip file containing a .zip file. One level would be sufficient.
Having these two folders inside src slows down code search a lot.
This PR intends to be a first work in order to remove the direct call of Sirius as a solver. We want to keep the use of Sirius, but only...
Examples ``` /home/florian/Antares_Simulator/src/solver/main/../simulation/solver.hxx:442:58: required from ‘void Antares::Solver::Simulation::ISimulation::writeResults(bool, uint, uint) [with Impl = Antares::Solver::Simulation::Adequacy; uint = unsigned int]’ /home/florian/Antares_Simulator/src/solver/main/adequacy.cpp:49:32: required from here /home/florian/Antares_Simulator/src/solver/main/../simulation/../variable/storage/average.h:137:59: warning: bitwise operation between different enumeration types ‘Antares::Solver::Variable::Economy::VCardProfitByPlant::’...