dot-h5ReadAntares: Read data

.h5ReadAntaresR Documentation

Read data

Description

Read data

Usage

.h5ReadAntares(
  path,
  areas = NULL,
  links = NULL,
  clusters = NULL,
  districts = NULL,
  mcYears = NULL,
  misc = FALSE,
  thermalAvailabilities = FALSE,
  hydroStorage = FALSE,
  hydroStorageMaxPower = FALSE,
  reserve = FALSE,
  linkCapacity = FALSE,
  mustRun = FALSE,
  thermalModulation = FALSE,
  timeStep = "hourly",
  select = NULL,
  showProgress = TRUE,
  simplify = TRUE,
  perf = FALSE
)

Arguments

path

character path of h5file to load

areas

see readAntares

links

see readAntares

clusters

see readAntares

districts

see readAntares

mcYears

see readAntares

misc

see readAntares

thermalAvailabilities

see readAntares

hydroStorage

see readAntares

hydroStorageMaxPower

see readAntares

reserve

see readAntares

linkCapacity

see readAntares

mustRun

see readAntares

thermalModulation

see readAntares

timeStep

see readAntares

select

see readAntares

showProgress

see readAntares

simplify

see readAntares

perf

boolean, eval performance during developpement time, to remove


antaresRead documentation built on Aug. 31, 2023, 1:09 a.m.