A data.table with one line per cluster. The columns of the data.table may
change between different projects, but there will always be the following
columns:
- area
Name of the area containing the cluster
- cluster
Name of the cluster
- group
Type of cluster (gaz, nuclear, etc.)
- unitcount
number of production units
- nominalcapacity
production capacity of each unit
The other present columns depends on the version of antares and the options
that have been set: if an option is unset for all clusters, it will not
appear in the table.
By default, the function reads the cluster description of the default antares
study. You can use the argument opts
to specify another study.
readClusterDesc
: read thermal clusters
readClusterResDesc
: read renewable clusters (Antares >= V8.1)
readClusterSTDesc
: read st-storage clusters (Antares >= V8.6)