writeWaterValues {antaresEditObject}R Documentation

Write water values

Description

Write water values

Usage

writeWaterValues(area, data = NULL, overwrite = TRUE,
  opts = antaresRead::simOptions())

Arguments

area

The area where to add the water values.

data

A 365*101 numeric matrix: table of marginal values for the stored energy, which depends on the date (365 days) and on the reservoir level (101 round percentage values ranging from 0 be 'date', 'level' and 'value' (in this order), and the rows must be sorted by: ascending day, ascending level.

overwrite

Logical. Overwrite the values if a file already exists.

opts

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

Examples

## Not run: 

writeWaterValues("fictive_area", data = matrix(rep(0, 365*101), nrow = 365))


## End(Not run)

[Package antaresEditObject version 0.1.7 Index]