turb_flux_ex_quotient_temp | R Documentation |
Calculation of the exchange quotient of the turbulent heat transmission.
turb_flux_ex_quotient_temp(...) ## S3 method for class 'numeric' turb_flux_ex_quotient_temp(grad_rich_no, ustar, monin, z, air_density, ...) ## S3 method for class 'weather_station' turb_flux_ex_quotient_temp(weather_station, height = "lower", ...)
... |
Additional parameters passed to later functions. |
grad_rich_no |
Gradient-Richardson-Number. |
ustar |
Friction velocity in m/s. |
monin |
Monin-Obhukov-Length in m. |
z |
Height in m. |
air_density |
Air density in kg/m^3. |
weather_station |
Object of class weather_station |
height |
Height of measurement. Either "upper" or "lower". |
Exchange quotient for heat transmission in kg/(m*s).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.