Skip to content

CRAN version 0.9.2

Choose a tag to compare

@berthetclement berthetclement released this 25 Sep 07:46
· 31 commits to master since this release
63c8c65

This version of the package allows you to create/edit/delete a disk study or API from Antares Simulator version 9.2.

A summary of the new features (cf. Antares v9.2 changelog) :

  • createStudy() initializes the study by updating the generaldata.ini file :
    • the value of the shedding-policy parameter is changed to "accurate shave peaks"
    • a new "compatibility" section is created with parameter hydro-pmax = "daily"
  • createArea() initializes the hydro.ini file with a new parameter overflow spilled cost difference (for each area)
  • createClusterST()/editClusterST() : Parameter group is now dynamic and have no restriction
  • createClusterST()/editClusterST() :
    • New properties (efficiencywithdrawal, penalize-variation-injection, penalize-variation-withdrawal, see list of properties according to study version of Antares with storage_values_default())
    • New optional time series (cost-injection, cost-withdrawal, cost-level, cost-variation-injection, cost-variation-withdrawal)
    • New additional constraints (properties and time series)
  • removeClusterST() : remove New optional time series + New additional constraints
  • updateScenarioBuilder() New type of series "hfl" ("hydro final level", similar to "hydrolevels") is available

This new version also includes new features for existing functions and corrections (see changelog).