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,
cost_injection = NULL,
cost_withdrawal = NULL,
cost_level = NULL,
cost_variation_injection = NULL,
cost_variation_withdrawal = NULL,
constraints_properties = NULL,
constraints_ts = NULL,
add_prefix = TRUE,
opts = antaresRead::simOptions()
)
An updated list containing various information about the simulation.
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 (dynamic name for Antares version >= 9.2).
list
Parameters to write in the Ini file (see Note
).
Modulation of charging capacity on an 8760-hour basis. numeric
{0;1} (8760*1).
Modulation of discharging capacity on an 8760-hour basis. numeric
{0;1} (8760*1).
Algebraic deviation of the state of charge of the storage, which does not induce any power
generation or consumption on the system numeric
{<0;>0} (8760*1).
This is the lower limit for filling the stock imposed each hour. numeric
{0;1} (8760*1).
This is the upper limit for filling the stock imposed each hour. numeric
{0;1} (8760*1).
Penalizes the injection flowrate at each hour (€/MWh) numeric
{>0} (8760*1).
Penalizes the withdrawal flowrate at each hour (€/MWh) numeric
{>0} (8760*1).
Penalizes the volume of stored energy at each hour (€/MWh) numeric
{<0;>0} (8760*1).
Penalizes injection flowrate variation every hour (€/MWh) numeric
{>0} (8760*1).
Penalizes the withdrawal variation every hour (€/MWh) numeric
{>0} (8760*1).
list
Parameters (see example)
list
of time series (see example)
If TRUE
(the default), cluster_name
will be prefixed by area name.
List of simulation parameters returned by the function
antaresRead::setSimulationPath()
createClusterST()
, removeClusterST()