readReservoirLevels: Read Reservoir Levels

View source: R/readReservoirLevels.R

readReservoirLevelsR Documentation

Read Reservoir Levels

Description

Read Reservoir Levels

Usage

readReservoirLevels(
  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.