R/TempWindProfileFunctions.R
surface_roughness.Rd
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) .
surface_roughness(u_r, zr)
numeric
wind velocity (m s-1) at a vector of reference heights.
numeric
vector of reference heights (m).
numeric
surface roughness (m).
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
.
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()