| surface_roughness | R Documentation |
The function estimates surface roughness (m) from empirical wind speed (m s-1) data collected at a vector of heights (m) \insertCiteKingsolver2015,Campbell1998,Porter1979TrenchR.
surface_roughness(u_r, zr)
u_r |
|
zr |
|
numeric surface roughness (m).
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()
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.