An updated list containing various information about the simulation.
Arguments
area
The area where to create the cluster.
cluster_name
Name for the cluster, it will prefixed by area name, unless you set add_prefix = FALSE.
...
Parameters to write in the Ini file. Careful!
Some parameters must be set as integers to avoid warnings in Antares, for example,
to set unitcount, you'll have to use unitcount = 1L.
list_pollutants
list named with specific pollutants (only for Antares version >= 860)
time_series
the "ready-made" 8760-hour time-series available for simulation purposes.
prepro_data
Pre-process data, a data.frame or matrix,
default is a matrix with 365 rows and 6 columns.
prepro_modulation
Pre-process modulation, a data.frame or matrix,
if specified, must have 8760 rows and 1 or 4 columns.
add_prefix
If TRUE (the default), cluster_name will be prefixed by area name.
opts
List of simulation parameters returned by the function
antaresRead::setSimulationPath()
See Also
createCluster() or createClusterRES() to create new clusters, removeCluster() or removeClusterRES() to remove clusters.
if (FALSE) {
# Update only nominalCapacity for an existing clustereditCluster(
area = "myarea",
cluster_name = "mycluster",
nominalcapacity = 10600.000)
}