computeTimeStampFromHourly {antaresEditObject}R Documentation

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

Description

Antares API NO

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

Usage

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

## Not run: 

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


## End(Not run)


[Package antaresEditObject version 0.6.1 Index]