surface_roughness: Surface Roughness from Empirical Measurements

surface_roughnessR Documentation

Surface Roughness from Empirical Measurements

Description

The function estimates surface roughness (m) from empirical wind speed (m s-1) data collected at a vector of heights (m) \insertCiteKingsolver2015,Campbell1998,Porter1979TrenchR.

Usage

surface_roughness(u_r, zr)

Arguments

u_r

numeric wind velocity (m s-1) at a vector of reference heights.

zr

numeric vector of reference heights (m).

Value

numeric surface roughness (m).

References

\insertAllCited

See Also

Other microclimate functions: air_temp_profile_neutral(), air_temp_profile_segment(), air_temp_profile(), degree_days(), direct_solar_radiation(), diurnal_radiation_variation(), diurnal_temp_variation_sineexp(), diurnal_temp_variation_sinesqrt(), diurnal_temp_variation_sine(), monthly_solar_radiation(), partition_solar_radiation(), proportion_diffuse_solar_radiation(), solar_radiation(), wind_speed_profile_neutral(), wind_speed_profile_segment()

Examples

  surface_roughness(u_r = c(0.01, 0.025, 0.05, 0.1, 0.2), 
                    zr  = c(0.05, 0.25, 0.5, 0.75, 1))


trenchproject/TrenchR documentation built on Oct. 10, 2023, 10:12 p.m.