aggregateResult_old {antaresRead}R Documentation

Creation of Mc_all (only antares > V6)

Description

Creation of Mc_all (only antares > V6)

Usage

aggregateResult_old(
  opts,
  verbose = 1,
  filtering = FALSE,
  selected = NULL,
  timestep = c("annual", "daily", "hourly", "monthly", "weekly"),
  writeOutput = FALSE,
  mcWeights = NULL,
  mcYears = NULL
)

parAggregateMCall_old(
  opts,
  nbcl = 8,
  verbose = 1,
  timestep = c("annual", "daily", "hourly", "monthly", "weekly"),
  writeOutput = TRUE,
  mcWeights = NULL,
  mcYears = NULL
)

Arguments

opts

list of simulation parameters returned by the function setSimulationPath

verbose

numeric see logs (1) or not (0)

filtering

boolean filtering control

selected

list named list (pass to antaresRead) : list(areas = 'a', links = 'a - e')

timestep

character antares timestep

writeOutput

boolean write result or not.

mcWeights

numeric vector of weigth for mcYears.

mcYears

numeric mcYears to load.

nbcl

numeric Number of parralel process

Examples

## Not run: 
   aggregateResult(opts)


## End(Not run)


[Package antaresRead version 2.6.0 Index]