create-wm-load-fr: Create Load TS for France

Description Usage Arguments Examples

Description

Create Load TS for France

Usage

1
2
3
4
5
6
7
8
9
create_wm_load_fr(path, start, start_prev_hebdo, type = c("prevu",
  "premis", "offset"), offset_options = NULL,
  opts = antaresRead::simOptions())

offset_opts(peak_morning = c(NA, NA, "13:00", "13:00", "13:00", "13:00",
  "13:00"), peak_evening = c(NA, NA, "19:00", "19:00", "19:00", "19:00",
  "23:00"), offpeak_night = c(NA, NA, "04:00", "04:00", "04:00", "04:00",
  "04:00"), offpeak_day = c(NA, NA, "22:00", "22:00", "22:00", "22:00",
  "22:00"))

Arguments

path

Path to CNES directory, see read_cnes for usage.

start

Beginning of the simulation.

start_prev_hebdo

Beginning of previsions.

type

Forecast to use "prevu", "premis" or "offset".

offset_options

DEPRECATED. Peak and off-peak if type = "offset".

opts

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

peak_morning

Morning peak.

peak_evening

Evening peak.

offpeak_night

Night off-peak.

offpeak_day

Day off-peak.

Examples

1
2
3
4
5
6
## Not run: 

create_wm_load_fr("Prev_hebdo_CNES/", "2018-02-27", "prevu")


## End(Not run)

rte-antares-rpackage/antaresWeeklyMargin documentation built on July 25, 2019, 8:23 p.m.