readReservoirLevelsV7: Read Reservoir Levels for antares version 7.

View source: R/readReservoirLevels.R

readReservoirLevelsV7R Documentation

Read Reservoir Levels for antares version 7.

Description

Read Reservoir Levels for antares version 7.

Usage

readReservoirLevelsV7(
  area,
  timeStep = "weekly",
  byReservoirCapacity = TRUE,
  opts = antaresRead::simOptions()
)

Arguments

area

An 'antares' area.

timeStep

Resolution of the data to import: weekly (default, a linear interpolation is done on the data), monthly (original data).

byReservoirCapacity

Multiply the result by the reservoir capacity (if available).

opts

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

Value

a data.table


rte-antares-rpackage/antaresWaterValues documentation built on April 24, 2024, 7:25 a.m.