NEW FEATURES :
- Full support of studies up to v8.5
- New function
convertConfigToAdq()
for migration of older adequacy patch studies into v8.5 - Existing function
updateAdequacySettings()
has new arguments (cf. Antares v8.5 changelog) - New internal function
.createColumns()
to create headers of output data when missing. - New function
cleanUpOutput()
to delete any extra output files not selected in simulation. - New functions
computeOtherFromHourlyMulti()
andcomputeOtherFromHourlyYear()
for mc-ind aggregation.computeTimeStampFromHourly()
is now deprecated.
BUGFIXES :
- Major corrections to
writeOutput()
andwriteAntaresOutput()
(support V8) - Added support of API mode for
editClusterRES()
- Fixed ts write in API mode for
createClusterRES()
- Fixed
getPlaylist()
andsetPlaylist()
in API mode
BUGFIXES :
- Fix case sensitivity for
editCluster()
in API mode - Fix opts returned (proper new study_id) when using
createVariant()
- Fix case sensitivity for groups in
createCluster()
andcreateClusterRES()
-
Antares v840 : new parameter
result-format
to choose output format (txt/zip) + new values fortransmission-capacities
parameter. -
Antares v832 : added filtering options to bindingConstraints.
-
Antares v830 :
updateAdequacySettings()
function to activate Adequacy Patch and set parameters. -
Antares v820 :
createLink()
andeditLink()
have a new argumenttsLink
allowing to write transmission capacities time-series. -
createBindingConstraintBulk()
allow to create multiple binding constraints at once.
- Argument's order of
writeInputTS()
has changed,data
is now in first place.
This release include some new features to interact with Antares Web.
- Main functions are now compatible to interact with a variant through the API:
createArea()
,editArea()
,removeArea()
,createLink()
,editLink()
,removeLink()
,createCluster()
,editCluster()
,removeCluster()
,createBindingConstraint()
,editBindingConstraint()
,removeBindingConstraint()
,createDistrict()
,updateGeneralSettings()
,updateInputSettings()
,updateOptimizationSettings()
,updateOutputSettings()
,updateAdequacySettings()
,writeInputTS()
,readScenarioBuilder()
,updateScenarioBuilder()
,clearScenarioBuilder()
,writeWaterValues()
,createDSR()
,createPSP()
. - New functions to use or create variants:
useVariant()
,createVariant()
. - New function to create studies on AntaREST server:
createStudyAPI()
. - New function to search studies on AntaREST server:
searchStudy()
. - API calls can be synchronous or asynchronous, see
setAPImode()
.
createStudy()
no longer returnTRUE
/FALSE
, but simulation options list returned byantaresRead::setSimulationPath()
.
This release include some new features to interact with renewable energy sources (new in Antares v8.0.3):
- New function
activateRES()
to use new RES features in an Antares study. updateOptimizationSettings()
has a new argumentrenewable.generation.modelling
that can take as value:NULL
|aggregated
|cluster
.- New function
createClusterRES()
to create a new renewable cluster. - New function
editClusterRES()
to edit an existing renewable cluster. - New function
removeClusterRES()
to remove a renewable cluster. readScenarioBuilder()
: there can be a new fieldr
if a scenario is completed for renewablesupdateScenarioBuilder()
: allow to update scenario builder for renewables if RES activated.- In
updateGeneralSettings()
: check value forinter.modal
andinter.modal
parameters:- RES activated: use load, hydro, thermal, renewables
- RES not activated: use load, hydro, wind, thermal, solar
- In
updateInputSettings()
: prevent use ofrenewables
forimport
parameter.
updateScenarioBuilder()
has a new argumentclusters_areas = <data.table>
to specify area/cluster to use for thermal/renewable series.- New function
clearScenarioBuilder()
to clear a ruleset from the scenario builder.
- New usage
getPlaylist
: V8 antares ponderation. - New usage
setPlaylist
: V8 antares ponderation.
- New function
copyOutput
: to copy antares output with extension. - New function
writeOutputValues
: to write antares data afterantaresRead
(areas, links and clusters). - New function
computeTimeStampFromHourly
: to write mc-ind data from hourly files (daily, weekly, monthly and annual). - New function
parAggregateMCall
: to compute mc-all from md-ind. - New function
editArea
: to edit an area. - New function
editBindingConstraint
: to edit a Binding Constraint.
- New template in
createStudy()
for Antares version >= 7.1.0
- New function
writeSeriesPrepro()
: to write load, wind and solar prepro data. - New function
writeInputTS()
: writes input time series. scenarioBuilder()
can write thermal scenario.- New function
writeEconomicOptions()
: to create or edit economic options. nodalOptimizationOptions()
has two new arguments:average_unsupplied_energy_cost
andaverage_spilled_energy_cost
.
scenarioBuilder()
now work when areas_rand has length 1
- Internal release.
- Fix
createPSP
to work with Antares v7
- Compatibility with Antares version 7
- Initial release.
- Added a
NEWS.md
file to track changes to the package.