powered by
Edit parameters of an existing cluster, thermal or RES (renewable energy source).
editCluster( area, cluster_name, ..., time_series = NULL, prepro_data = NULL, prepro_modulation = NULL, add_prefix = TRUE, opts = antaresRead::simOptions() )editClusterRES( area, cluster_name, ..., time_series = NULL, add_prefix = TRUE, opts = antaresRead::simOptions() )
editClusterRES( area, cluster_name, ..., time_series = NULL, add_prefix = TRUE, opts = antaresRead::simOptions() )
An updated list containing various information about the simulation.
The area where the cluster is.
cluster name.
Parameters to write in the Ini file.
the "ready-made" 8760-hour time-series available for simulation purposes.
Pre-process data, a data.frame or matrix, default is a matrix with 365 rows and 6 columns.
data.frame
matrix
Pre-process modulation, a data.frame or matrix, if specified, must have 8760 rows and 1 or 4 columns.
If TRUE, cluster_name will be prefixed by area name.
TRUE
List of simulation parameters returned by the function antaresRead::setSimulationPath()
antaresRead::setSimulationPath()
createCluster() or createClusterRES() to create new clusters, removeCluster() or removeClusterRES() to remove clusters.
createCluster()
createClusterRES()
removeCluster()
removeClusterRES()
if (FALSE) { # Update only nominalCapacity for an existing cluster editCluster( area = "myarea", cluster_name = "mycluster", nominalcapacity = 10600.000 ) }
Run the code above in your browser using DataLab