read_BSA: Read the wind data from Borselle Alpha

Description Usage Arguments Author(s)

Description

Function to read the wind speed and direction from the Borselle Alpha lidar. Dataset from KNMI, contact Steven for details.

Usage

1
2
3
4
5
6
7
read_BSA(
  dir = "D:/data/Lidar/Steven/",
  h = 50,
  what = "Speed",
  stn = "Borssele_Alpha",
  period = "JA2019"
)

Arguments

dir

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

h

height of the measurement, depends on period: For July and August 2019: 59m,84m,112m,121m,143m,168m,194m,205m,225m,245m or 295m For September 2019: 60m,84m,109m,118m,140m,165m,191m,202m,225m,245m or 295m.

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 name is Borssele_Alpha.

period

JA2019 for July and August 2019 or S2019 for September 2019.

Author(s)

Marieke Dirksen


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