Prod_RSF: Prod_RSF Function

Description Usage Arguments Examples

Description

Compute the production [MWh] for one turbine type (power_curve) at the unique position (Xp, Yp) based on the rsf (rsf).

Usage

1
Prod_RSF(rsf, Xp, Yp, power_curve)

Arguments

rsf:

rsf object already loaded into memory

Xp:

turbine position (x)

Yp:

turbine position (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
Compute AEP for V117 at the position (3756122,1625482) and store it into AEP_T1:
pc <- Gen_power_curve("V117-3.45")
AEP_T1 <- Prod_RSF(rsf87,3756122,1625482,pc)

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