diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index ccc72260..c7e8e96d 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -7,4 +7,4 @@ articles: api-variant-management: api-variant-management.html renewables-energy-sources: renewables-energy-sources.html scenario-builder: scenario-builder.html -last_built: 2024-08-21T13:59Z +last_built: 2024-08-30T14:23Z diff --git a/dev/reference/createClusterST.html b/dev/reference/createClusterST.html index 69e04113..19720973 100644 --- a/dev/reference/createClusterST.html +++ b/dev/reference/createClusterST.html @@ -106,7 +106,8 @@
Group of the cluster, one of : "PSP_open", "PSP_closed", "Pondage", "Battery", "Other". It corresponds to the type of stockage.
Group of the cluster, one of : "PSP_open", "PSP_closed", "Pondage", "Battery", "Other". +It corresponds to the type of stockage.
modulation of charging capacity on an 8760-hour basis. The values are float between 0 and 1.
Modulation of charging capacity on an 8760-hour basis. numeric
{0;1} (8760*1).
modulation of discharging capacity on an 8760-hour basis. The values are float between 0 and 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.
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. The values are float between 0 and 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. The values are float between 0 and 1.
This is the upper limit for filling the stock imposed each hour. numeric
{0;1} (8760*1).
initialleveloptim = FALSE (logical
TRUE/FALSE)
Study version >= "8.8.0" (update + new parameter) :
initiallevel = 0.5 (numeric
{0;1})
enabled = TRUE (logical
TRUE/FALSE)
See example section.
-To write data (.txt file), you have parameter for each output file :
PMAX-injection.txt
PMAX-withdrawal.txt
inflows.txt
lower-rule-curve.txt
upper-rule-curve.txt
⚠⚠⚠
+By default, these values don't allow you to have an active cluster (See example section.)
+⚠⚠⚠
+editClusterST()
to edit existing clusters, antaresRead::readClusterSTDesc()
to read cluster,
-removeClusterST()
to remove clusters.
All the functions needed to manage a storage cluster,
+antaresRead::readClusterSTDesc()
, editClusterST()
, removeClusterST()
.