if (FALSE) {
# Default format with "dot separator"
# thermal
readClusterDesc()
# renewable
readClusterResDesc()
# st-storage
readClusterSTDesc()
# Antares Simulator format
#' # thermal
readClusterDesc(dot_format = FALSE)
# renewable
readClusterResDesc(dot_format = FALSE)
# st-storage
readClusterSTDesc(dot_format = FALSE)
# By default, the function reads cluster descriptions for the default study,
# but it is possible to specify another study with parameter "opts"
sim1 <- setSimulationPath()
#[... code that modifies the default antares study]
readClusterDesc(sim1)
}
Run the code above in your browser using DataLab