Antares_Simulator
Antares_Simulator copied to clipboard
Perform hydro checks at the start instead of every year
Currently, hydro checks are done every year.
This can lead to half completed studies if some hydro data is invalid for some (but not all) years.
See HydroManagement::makeVentilation
, especially checkMinGeneration
.
This is made possible (or easier) by the removal of global variables for time series numbers.