hourlywind: Calculate hourly corrected wind speed and direction from...

Description Usage Arguments Details Value See Also

View source: R/other.R

Description

Calculate hourly corrected wind speed and direction from daily data

Usage

1
hourlywind(ukcp_uw, ukcp_vw, ws_gam)

Arguments

ukcp_uw

a spatialarray of u vector of daily wind speed (m / s)

ws_gam

a gam object of correction coefficients to apply to wind speed data as returned by gamcorrect()

ukcp_uw

a spatialarray of v vector of daily wind speed (m / s)

Details

This function interpolates u and v wind vectors to hourly and then calculates wind speed and direction. It then applies a correction using parameters in ws_gam.

Value

a list of two spatialarrays

ws

A spatialarray of hourly wind speed (m /s)

wd

A spatialarray of hourly wind direction (degrees)

See Also

gamcorrect()


ilyamaclean/UKCP18adjust documentation built on Nov. 4, 2019, 2:08 p.m.