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.
How to reproduce ? - Use OR-Tools + XPRESS - Run a simulation without MPS export - Run a simulation with MPS export (at least for the 1st weekly optimization)...
In mothly hydro management, when reservoir management is not used, monthly optimal levels array is populated with average reservoir levels. Don't see purpose of assigning monthly optimal level array when...
- It seems it handles **results** (I understand **simulation results**) but it also handles logs (when it's called from **importlogs.cpp**) - Method **addEntryFromFile** : every time I cross this method,...
These pose problems to Antares Web, possibly scripts.
It produces `nan` values in generated time-series for thermal clusters ``` -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan...
While this solution works, it forces 2 layers of dynamic allocation : the vector's and the smart pointer's. Consider using `std::variant` in some cases (`interfacePostProcessList`, ). References or iterators when...
- Correlate **solver** destruction (delete) with setting **solver** to null (to keep in mind : deleting a **nullptr** is harmless) - what else ?
Remove the refresh feature: no known users, add unnecessary complexity to the code TODO: Remove parallel test activation for every commit