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

View source: R/computeTimeStepFromHourly.R

computeOtherFromHourlyMultiR Documentation

Compute daily, weekly, monthly and annual mc-ind from hourly data multiyear. (new)

Description

Compute daily, weekly, monthly and annual mc-ind from hourly data multiyear. (new)

Usage

computeOtherFromHourlyMulti(
  opts = simOptions(),
  areas = "all",
  type = c("areas", "links", "clusters"),
  timeStep = c("daily", "monthly", "annual", "weekly"),
  mcYears = simOptions()$mcYears,
  writeOutput = F,
  nbcl = 8,
  verbose = F
)

Arguments

opts

study opts

areas

vector of areas

type

type of aggregation

timeStep

timestep of aggregation (daily, monthly and annual, NO weekly)

mcYears

vector of years to compute

writeOutput

boolean to write data in mc-ind folder

nbcl

number of cpu cores for parallelization

verbose

logical for printing output

Note

Recommended only with studies spanning on two years.

See Also

computeOtherFromHourlyYear


rte-antares-rpackage/antaresEditObject documentation built on April 23, 2024, 8:38 a.m.