create_wm_ntc_tp: Create Links for de/nl/be for Weekly Margins simulation

Description Usage Arguments Examples

View source: R/create_wm_ntc_tp.R

Description

Create Links for de/nl/be for Weekly Margins simulation

Usage

1
2
create_wm_ntc_tp(data, start, default = 1468,
  opts = antaresRead::simOptions())

Arguments

data

a data.table containing NTC datas.

start

Starting day of the simulation.

default

Default value to use if forecasttransfercapacity is 0.

opts

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

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

opts <- setSimulationPath(path = "test_case/", simulation = "input")

ntc_tp <- read_ntc(path = "inputs/ntc_be_de_nl/")

create_wm_ntc_tp(data = ntc_tp, start = "2018-02-24", opts = opts)


## End(Not run)

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