Convert water values to Antares format with high accuracy
Source:R/functions.R
to_Antares_Format_bis.RdThis function converts water values generated by Grid_Matrix()
to the format expected by Antares: a 365*101 matrix, where
the rows are the 365 days of the year and the columns are round percentage values
ranging from 0 to 100 assessing the reservoir level.
Use antaresEditObject::writeWaterValues() to write water values.
Arguments
- data
A
dplyr::tibble()representing water values, outputaggregated_resultsgenerated byGrid_Matrix().