turb_flux_imp_exchange | R Documentation |
Calculation of the turbulent impulse exchange.
turb_flux_imp_exchange(...) ## S3 method for class 'numeric' turb_flux_imp_exchange(ex_quotient, v1, v2, z1 = 2, z2 = 10, ...) ## S3 method for class 'weather_station' turb_flux_imp_exchange(weather_station, height = "lower", ...)
... |
Additional parameters passed to later functions. |
ex_quotient |
Exchange quotient in kg/(m*s). |
v1 |
Windspeed at lower height (e.g. height of anemometer) in m/s. |
v2 |
Windspeed at upper height in m/s. |
z1 |
Lower height of measurement (e.g. height of anemometer) in m. |
z2 |
Upper height of measurement in m. |
weather_station |
Object of class weather_station |
height |
Height of measurement. Either "upper" or "lower". |
Turbulent impulse exchange in kg/(m*s²).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.