turb_ustar | R Documentation |
Calculate the friction velocity of the underground.
turb_ustar(...) ## S3 method for class 'numeric' turb_ustar(v, z, z0, ...) ## S3 method for class 'weather_station' turb_ustar(weather_station, ...)
... |
Additional parameters passed to later functions. |
v |
Windspeed in height of anemometer in m/s. |
z |
Height of anemometer in m. |
z0 |
Roughness length in m. |
weather_station |
Object of class weather_station |
Friction velocity in m/s.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.