| air_temp_profile_segment | R Documentation |
The function calculates air temperature (C) at a specified height (m). Estimates a three segment velocity and temperature profile based on user-specified, experimentally determined values for 3 roughness heights and reference heights. Multiple heights are appropriate in heterogenous areas with, for example, a meadow, bushes, and rocks. Implements the MICROSEGMT routine from NicheMapR as described in \insertCiteKearney2017;textualTrenchR.
air_temp_profile_segment(T_r, u_r, zr, z0, z, T_s)
T_r |
|
u_r |
|
zr |
|
z0 |
|
z |
|
T_s |
|
numeric air temperature (C).
Other microclimate functions:
air_temp_profile_neutral(),
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(),
surface_roughness(),
wind_speed_profile_neutral(),
wind_speed_profile_segment()
air_temp_profile_segment(T_r = c(25, 22, 20),
u_r = c(0.01, 0.025, 0.05),
zr = c(0.05, 0.25, 0.5),
z0 = c(0.01, 0.15, 0.2),
z = 0.3,
T_s = 27)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.