Learn R Programming

antaresRead (version 2.6.0)

aggregateResult_old: 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

Run this code
if (FALSE) {
   aggregateResult(opts)

}

Run the code above in your browser using DataLab