This function allows to write load, wind and solar prepro data. Using
character(0)
allows to erase data (cf Examples).
writeSeriesPrepro(
area,
type = c("load", "wind", "solar"),
coefficients = NULL,
daily_profile = NULL,
translation = NULL,
conversion = NULL,
overwrite = TRUE,
opts = antaresRead::simOptions()
)
The area where to write prepro data.
Type of data to write : "load"
, "wind"
or "solar"
.
A 12*6 matrix of monthly values for the primary parameters alpha, beta, gamma, delta, theta and mu.
A 24*12 matrix of hourly / monthly coefficients K(hm) that are used to modulate the values of the stationary stochastic process by which the actual process is approximated.
A vector of length 8760 (or 8760*1 matrix) to add to the time-series generated, prior or after scaling.
A 2*N matrix (with 1<=N<=50) that is used to turn the initial time-series produced by the generators into final data. See Antares General Reference Guide.
Logical. Overwrite the values if a file already exists.
List of simulation parameters returned by the function
antaresRead::setSimulationPath()
.