read_Eemshaven: Read the wind data from Eemshaven

Description Usage Arguments Author(s)

Description

Function to read the wind speed and direction from the Eemshaven lidar. Data only available at KNMI, contact Steven for details.

Usage

1
2
3
4
5
6
read_Eemshaven(
  dir = "D:/data/Lidar/Steven/",
  h = 58,
  what = "Speed",
  stn = "Eemshaven"
)

Arguments

dir

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

h

height of the measurement (42m,58m,71m,84m,96m,109m,121m,133m,146m,158m,183m,200m).

what

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

stn

The stations of Steven (function not included in online version), stn is Eemshaven.

Author(s)

Marieke Dirksen


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