Compute daily, weekly, monthly and annual mc-ind from hourly data multiyear. (new)
Source:R/computeTimeStepFromHourly.R
computeOtherFromHourlyMulti.Rd
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 = FALSE,
nbcl = 8,
verbose = FALSE
)
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