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