Interpol_RSF: Interpol_RSF Function

Description Usage Arguments Examples

Description

Based on the interpolation of rsf at H1 and H2, this function creates a combined rsf file for H!, H2 and the height(s) provided in the vector "layer_H". it assumes a shear profile of the wind speed, and linear interpolation for the other parameters (Freq, and k). The function can actually extrapolate if needed. It is recommended that the difference H1-H2 is at least 20m.

Usage

1
Interpol_RSF(rsf_H1, rsf_H2, layer_H)

Arguments

rsf_H1:

first rsf object already loaded into memory (wind mapping at height H1)

rsf_H2:

second rsf object already loaded into memory (wind mapping at height H2)

layer_H:

vector containing target heights [m] to add (height above the ground)

Examples

1
2
Generate rsf at 87m, 105m, 137m based on the rsf_100 and rsf150 inputs (respectively at 100m and 150m).
rsf_3D <- Interpol_RSF(rsf_100, rsf_150,c(87,105,137))

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