air_temp_profile: Air Temperature Profile using MICRO Routine

air_temp_profileR Documentation

Air Temperature Profile using MICRO Routine

Description

The function estimates air temperature (C) at a specified height (m). Estimates a single, unsegmented temperature profile using the MICRO routine from NicheMapR \insertCiteKearney2017TrenchR.

Usage

air_temp_profile(T_r, u_r, zr, z0, z, T_s)

Arguments

T_r

numeric air temperature (C) at reference height.

u_r

numeric windspeed (m s-1) at reference height.

zr

numeric initial reference height (m).

z0

numeric surface roughness (m).

z

numeric height to scale (m).

T_s

numeric surface temperatures (C).

Value

numeric air temperature (C).

References

\insertAllCited

See Also

Other microclimate functions: air_temp_profile_neutral(), air_temp_profile_segment(), 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()

Examples

  air_temp_profile(T_r = 20,
                   u_r = 0.1, 
                   zr  = 0.1, 
                   z0  = 0.2, 
                   z   = 0.15, 
                   T_s = 25)


TrenchR documentation built on Sept. 14, 2023, 1:07 a.m.