Antares API NO

Compute daily, weekly, monthly and annual mc-ind from hourly data.

computeTimeStampFromHourly(
  opts,
  mcYears = "all",
  nbcl = 8,
  verbose = 1,
  type = c("areas", "links", "clusters")
)

Arguments

opts

opts simulation path.

mcYears

mcYears to compute.

nbcl

number of thread for parallel computing.

verbose

verbose for execution.

type

type of file to compute.

Note

Deprecated on studies v8 or higher.

Examples

if (FALSE) {

library(antaresEditObject)
opts <- setSimulationPath("my_study")
computeTimeStampFromHourly(opts)

}