Check if mingen data and hydro storage data are consistent
Source:R/writeHydroValues.R
check_mingen_vs_hydro_storage.Rd
At each weekly/monthly/annual time step, mingen must be less or equal than hydro storage.
Usage
check_mingen_vs_hydro_storage(area, opts = antaresRead::simOptions())
Arguments
- area
The area where to check the data.
- opts
List of simulation parameters returned by the function
antaresRead::setSimulationPath()
.