Learn R Programming

TreeDep (version 0.1.3)

Fric_vel: Fric_vel - Calculates friction velocity on an hourly basis

Description

Fric_vel - Calculates friction velocity on an hourly basis

Usage

Fric_vel(x, z_0 = 1)

Arguments

x

A data frame containing hourly data of weather variables (e.g. Hum (%), Pres (kPa), Precip (mm), Rad (W m-2), Temp (C), Wind (m s-1), Daylight (Night or Daylight))

z_0

Roughness length value (m)

Value

Hourly data of friction velocity (m s-1)

Examples

Run this code
# NOT RUN {
data(Bizkaia_data)
Fric_vel(x = Bizkaia_data, z_0 = 1)
# }

Run the code above in your browser using DataLab