Bensh_RSF: Bensh_RSF Function

Description Usage Arguments Examples

Description

Benchmark wind turbine production of two different rsf (wind mapping). It is mainly used to benchmark 36 versus 12 sectors rsf.

Usage

1
Bensh_RSF(rsf36, rsf12, layout, power_curve)

Arguments

rsf36:

first rsf object already loaded into memory

rsf12:

second rsf object already loaded into memory

layout:

data frame of two columns containing the turbine positions (X,Y).

power_curve:

power curve used to compute production. the format of power_curve is a data frame with two columns (Wind speed [m/s], power [kW]). can be generate by Gen_power_curve function.

Examples

1
2
3
4
Compute AEP for V117 on the position (3756122,1625482):
layout <- read.csv("layout_file.csv")
pc <- Gen_power_curve("V117-3.45")
bench_table <- Bensh_RSF(rsf_H1_36,rsf_H1_12, layout, pc)

Umercia/rsf documentation built on May 9, 2019, 9:38 p.m.