edit-cluster | R Documentation |
(thermal clusters only)
Edit parameters, pre-process data and time series 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() )
area |
The area where to create the cluster. |
cluster_name |
Name for the cluster, it will prefixed by area name, unless you set |
... |
Parameters to write in the Ini file. Careful!
Some parameters must be set as |
time_series |
the "ready-made" 8760-hour time-series available for simulation purposes. |
prepro_data |
Pre-process data, a |
prepro_modulation |
Pre-process modulation, a |
add_prefix |
If |
opts |
List of simulation parameters returned by the function
|
An updated list containing various information about the simulation.
createCluster()
or createClusterRES()
to create new clusters, removeCluster()
or removeClusterRES()
to remove clusters.
## Not run: # Update only nominalCapacity for an existing cluster editCluster( area = "myarea", cluster_name = "mycluster", nominalcapacity = 10600.000 ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.