updateGeneralSettings {antaresEditObject}R Documentation

Update general parameters of an Antares study

Description

Antares API OK

Update general parameters of an Antares study

Usage

updateGeneralSettings(
  mode = NULL,
  horizon = NULL,
  nbyears = NULL,
  simulation.start = NULL,
  simulation.end = NULL,
  january.1st = NULL,
  first.month.in.year = NULL,
  first.weekday = NULL,
  leapyear = NULL,
  year.by.year = NULL,
  derated = NULL,
  custom.ts.numbers = NULL,
  user.playlist = NULL,
  filtering = NULL,
  active.rules.scenario = NULL,
  generate = NULL,
  nbtimeseriesload = NULL,
  nbtimeserieshydro = NULL,
  nbtimeserieswind = NULL,
  nbtimeseriesthermal = NULL,
  nbtimeseriessolar = NULL,
  refreshtimeseries = NULL,
  intra.modal = NULL,
  inter.modal = NULL,
  refreshintervalload = NULL,
  refreshintervalhydro = NULL,
  refreshintervalwind = NULL,
  refreshintervalthermal = NULL,
  refreshintervalsolar = NULL,
  readonly = NULL,
  opts = antaresRead::simOptions()
)

Arguments

mode

Economy, Adequacy, Draft.

horizon

Reference year (static tag, not used in the calculations)

nbyears

Number of Monte-Carlo years that should be prepared for the simulation (not always the same as the Number of MC years actually simulated, see 'selection mode' below).

simulation.start

First day of the simulation (e.g. 8 for a simulation beginning on the second week of the first month of the year)

simulation.end

Last day of the simulation (e.g. 28 for a simulation ending on the fourth week of the first month of the year)

january.1st

First day of the year (Mon, Tue, etc.).

first.month.in.year

Actual month by which the Time-series begin (Jan to Dec, Oct to Sep, etc.)

first.weekday

In economy or adequacy simulations, indicates the frame (Mon- Sun, Sat-Fri, etc.) to use for the edition of weekly results.

leapyear

(TRUE/FALSE) indicates whether February has 28 or 29 days.

year.by.year

(False) No individual results will be printed out, (True) For each simulated year, detailed results will be printed out in an individual directory7 : Study_name/OUTPUT/simu_tag/Economy /mc-i-number

derated

See Antares General Reference Guide.

custom.ts.numbers

See Antares General Reference Guide.

user.playlist

See Antares General Reference Guide.

filtering

See Antares General Reference Guide.

active.rules.scenario

See Antares General Reference Guide.

generate

See Antares General Reference Guide.

nbtimeseriesload

See Antares General Reference Guide.

nbtimeserieshydro

See Antares General Reference Guide.

nbtimeserieswind

See Antares General Reference Guide.

nbtimeseriesthermal

See Antares General Reference Guide.

nbtimeseriessolar

See Antares General Reference Guide.

refreshtimeseries

See Antares General Reference Guide.

intra.modal

See Antares General Reference Guide.

inter.modal

See Antares General Reference Guide.

refreshintervalload

See Antares General Reference Guide.

refreshintervalhydro

See Antares General Reference Guide.

refreshintervalwind

See Antares General Reference Guide.

refreshintervalthermal

See Antares General Reference Guide.

refreshintervalsolar

See Antares General Reference Guide.

readonly

See Antares General Reference Guide.

opts

List of simulation parameters returned by the function antaresRead::setSimulationPath()

Value

An updated list containing various information about the simulation.

Examples

## Not run: 

# Update number of Monte-Carlo years
updateGeneralSettings(nbyears = 42)

# Use a vector to update a parameter that
# can take multiple values
updateGeneralSettings(generate = c("thermal", "hydro"))


## End(Not run)

[Package antaresEditObject version 0.6.1 Index]