View source: R/boundary_layers.R
bound_thermal_avg | R Documentation |
Calculation of the average height of the thermal internal boundary layer.
bound_thermal_avg(ustar, v, temp_change_dist, t_pot_upwind, t_pot, lapse_rate)
ustar |
Friction velocity u* in m/s. |
v |
Windspeed in height of anemometer in m/s. |
temp_change_dist |
Distance to point of temperature change in m. |
t_pot_upwind |
Potential temperature in upwind direction in °C. |
t_pot |
Potential temperature at site in °C. |
lapse_rate |
Lapse rate in K/m (or °C/m) |
Average height of the thermal boundary layer in m.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.