R/computeTimeStepFromHourly.R
computeOtherFromHourlyMulti.Rd
Compute daily, weekly, monthly and annual mc-ind from hourly data multiyear. (new)
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
)
study opts
vector of areas
type of aggregation
timestep of aggregation (daily, monthly and annual, NO weekly)
vector of years to compute
boolean to write data in mc-ind folder
number of cpu cores for parallelization
logical for printing output
Recommended only with studies spanning on two years.