Edit parameters and time series of an existing st-storage
cluster (Antares studies >= v8.6.0).
editClusterST(
area,
cluster_name,
group = NULL,
storage_parameters = NULL,
PMAX_injection = NULL,
PMAX_withdrawal = NULL,
inflows = NULL,
lower_rule_curve = NULL,
upper_rule_curve = NULL,
add_prefix = TRUE,
opts = antaresRead::simOptions()
)
The area where to create the cluster.
Name for the cluster, it will prefixed by area name, unless you set add_prefix = FALSE
.
Group of the cluster, one of : "PSP_open", "PSP_closed", "Pondage", "Battery", "Other". It corresponds to the type of stockage.
Parameters to write in the Ini file.
modulation of charging capacity on an 8760-hour basis. The values are float between 0 and 1.
modulation of discharging capacity on an 8760-hour basis. The values are float between 0 and 1.
imposed withdrawals from the stock for other uses, The values are integer.
This is the lower limit for filling the stock imposed each hour. The values are float between 0 and 1.
This is the upper limit for filling the stock imposed each hour. The values are float between 0 and 1.
If TRUE
(the default), cluster_name
will be prefixed by area name.
List of simulation parameters returned by the function
antaresRead::setSimulationPath()
An updated list containing various information about the simulation.
createClusterST()
to edit existing clusters, removeClusterST()
to remove clusters.