read_FINO: Read the wind data from FINO towers

Description Usage Arguments Author(s)

View source: R/read_FINO3.R View source: R/read_FINO.R

Description

Function to read the wind speed and direction from the FINO2 lidar. Data can be requested from https://orsted.com/en/our-business/offshore-wind/wind-data.

Function to read the wind speed and direction from the FINO2 lidar. Data can be requested from https://orsted.com/en/our-business/offshore-wind/wind-data.

Usage

1
2
3
read_FINO(dir = "D:/data/Lidar/", stn = "FINO1", h = 69, what = "Speed")

read_FINO(dir = "D:/data/Lidar/", stn = "FINO1", h = 69, what = "Speed")

Arguments

dir

directory of the files (allowed to be stored in subfolders).

stn

station name FINO1, FINO2 or FINO3

h

height of the measurement (63m,91m,116m,141m,166m,191m,216m,241m,266m,291m).

what

choose between Speed and Direction. Wind speed as sqrt(u^2+v^2).

Author(s)

Marieke Dirksen

Marieke Dirksen


MariekeDirk/WINS50_Lidar documentation built on March 20, 2021, 1:02 p.m.