surface_roughness {TrenchR} | R 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) (Kingsolver and Buckley 2015; Campbell and Norman 1998; Porter and James 1979).
Usage
surface_roughness(u_r, zr)
Arguments
u_r |
|
zr |
|
Value
numeric
surface roughness (m).
References
Campbell GS, Norman JM (1998).
Introduction to environmental biophysics, 2nd ed. edition.
Springer, New York.
ISBN 0387949372.
Kingsolver JG, Buckley LB (2015).
“Climate variability slows evolutionary responses of Colias butterflies to recent climate change.”
Proceedings of the Royal Society B, 282(1802).
doi: 10.1098/rspb.2014.2470.
Porter WP, James FC (1979).
“Behavioral Implications of Mechanistic Ecology II: The African Rainbow Lizard, Agama agama.”
Copeia, 1979(4), 594–619.
ISSN 00458511, 19385110, doi: 10.2307/1443867.
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))