Skip to content

Commit

Permalink
createClusterST() doc updated to describe list parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
berthetclement committed Aug 20, 2024
1 parent 83841dc commit 1df4446
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 4 deletions.
11 changes: 8 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ BUGFIXES :
* `updateOutputSettings()` : in API mode, allow the user to edit the desired property


OTHER UPDATES :
* `updateGeneralSettings()` : replace custom.ts.numbers argument by custom.scenario and deprecate custom.ts.numbers
* `updateGeneralSettings()` : add thematic.trimming argument for edition
OTHER UPDATES :

* `updateGeneralSettings()` : replace custom.ts.numbers argument by custom.scenario and deprecate custom.ts.numbers
* `updateGeneralSettings()` : add thematic.trimming argument for edition

DOC :

* `createClusterST()` : update doc to discrabe st-storage list parameters + "Inflows" parameter

# antaresEditObject 0.7.0

Expand Down
16 changes: 15 additions & 1 deletion R/createClusterST.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,21 @@
#' @template opts
#' @note
#' To write parameters to the `list.ini` file. You have function `storage_values_default()` who is called by default.
#' This function return `list` containing properties according study version for cluster `st-storage`.
#' This function return `list` containing properties according study version for cluster `st-storage`.
#'
#' Study version >= "8.6.0" :
#' - efficiency = 1 (`numeric` \{0;1\})
#' - reservoircapacity = 0 (`integer` >= 0)
#' - initiallevel = 0 (`numeric` \{0;1\})
#' - withdrawalnominalcapacity = 0 (`integer` >= 0)
#' - injectionnominalcapacity = 0 (`integer` >= 0)
#' - 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 :
Expand Down
17 changes: 17 additions & 0 deletions man/createClusterST.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1df4446

Please sign in to comment.