The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Antares v8.0.3 allow to work with renewable energy sources, implemented in Antares as a new functionnality: renewables clusters. Here’s a quick start guide to use those new features.
As always, setup the study you want to use:
First you need to activate RES functionality, to do so you can use:
This will set renewable-generation-modelling
parameters
to clusters
and create appropriate file structure to create
RES clusters.
You can also update renewable-generation-modelling
parameters manually with:
Like thermal clusters, there’s equivalent functions to create, edit and remove RES clusters:
# create an area to create a cluster in it
createArea(name = "area51")
# Create a renewable cluster
createClusterRES(
area = "area51",
cluster_name = "ren01",
add_prefix = FALSE
)
# Use an other group and some parameters
createClusterRES(
area = "area51",
cluster_name = "ren02",
group = "Wind Offshore",
nominalcapacity = 123,
ts_interpretation = "production-factor",
add_prefix = FALSE
)
Edit an existing cluster with:
editClusterRES(
area = "area51",
cluster_name = "ren02",
group = "Solar Rooftop", # new group
add_prefix = FALSE
)
And remove a cluster with:
There’s a new type of serie allowed in scenario builder for renewable
clusters called r
:
To update the scenario builder, you can use:
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.