Skip to content

Commit 0a195bc

Browse files
Vignette/generaldata (#214)
* doc built cr8 cluster-st * update doc storage with unit measure for TS * update vignette with generaldata part
1 parent c08cdcd commit 0a195bc

File tree

4 files changed

+37
-15
lines changed

4 files changed

+37
-15
lines changed

R/createClusterST.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
#' generation or consumption on the system `numeric` \{<0;>0\} (8760*1).
1717
#' @param lower_rule_curve This is the lower limit for filling the stock imposed each hour. `numeric` \{0;1\} (8760*1).
1818
#' @param upper_rule_curve This is the upper limit for filling the stock imposed each hour. `numeric` \{0;1\} (8760*1).
19-
#' @param cost_injection Penalizes the injection flowrate at each hour (&euro;/MW) `numeric` \{>0\} (8760*1).
20-
#' @param cost_withdrawal Penalizes the withdrawal flowrate at each hour (&euro;/MW) `numeric` \{>0\} (8760*1).
21-
#' @param cost_level Penalizes the volume of stored energy at each hour (&euro;/MW/h) `numeric` \{<0;>0\} (8760*1).
22-
#' @param cost_variation_injection Penalizes injection flowrate variation every hour (&euro;/MW/h) `numeric` \{>0\} (8760*1).
23-
#' @param cost_variation_withdrawal Penalizes the withdrawal variation every hour (&euro;/MW/h) `numeric` \{>0\} (8760*1).
19+
#' @param cost_injection Penalizes the injection flowrate at each hour (&euro;/MWh) `numeric` \{>0\} (8760*1).
20+
#' @param cost_withdrawal Penalizes the withdrawal flowrate at each hour (&euro;/MWh) `numeric` \{>0\} (8760*1).
21+
#' @param cost_level Penalizes the volume of stored energy at each hour (&euro;/MWh) `numeric` \{<0;>0\} (8760*1).
22+
#' @param cost_variation_injection Penalizes injection flowrate variation every hour (&euro;/MWh) `numeric` \{>0\} (8760*1).
23+
#' @param cost_variation_withdrawal Penalizes the withdrawal variation every hour (&euro;/MWh) `numeric` \{>0\} (8760*1).
2424
#' @param add_prefix If `TRUE` (the default), `cluster_name` will be prefixed by area name.
2525
#' @param overwrite `logical`, overwrite the cluster or not.
2626
#'

man/createClusterST.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/editClusterST.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/Antares_new_features_v920.Rmd

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,28 @@ tab <- readClusterSTDesc()
199199
rmarkdown::paged_table(tab)
200200
```
201201

202+
203+
## Generaldata
204+
205+
The “generaldata.ini” settings file (*settings/generaldata.ini*) contains several sections.
206+
207+
Antares Simulator v9.2 deletes some parameters:
208+
209+
- *adequacy patch/enable-first-step*
210+
- *adequacy patch/set-to-null-ntc-between-physical-out-for-first-step*
211+
- *other preferences/initial-reservoir-levels*
212+
213+
A message is displayed and parameters are set to `NULL` for the `[adequacy patch]` section.
214+
215+
For the `[other preferences]` section, the `initial-reservoir-levels` parameter is not explicitly used by a dedicated function.
216+
217+
```{r generaldata}
218+
# user messages
219+
updateAdequacySettings(
220+
set_to_null_ntc_between_physical_out_for_first_step = FALSE)
221+
updateAdequacySettings(enable_first_step = FALSE)
222+
```
223+
202224
```{r delete study, include=FALSE}
203225
# Delete study
204226
unlink(current_study_opts$studyPath,

0 commit comments

Comments
 (0)