turb_roughness_length | R Documentation |
Calculate the roughness length of a surface on the basis of the obstacle height or the type of the surface. Possible surface types are: "field", "acre", "lawn", "street", "agriculture", "settlement", "coniferous forest", "deciduous forest", "mixed forest", "city" You need to specify only one, "surface_type" OR "obs_height".
turb_roughness_length(...) ## Default S3 method: turb_roughness_length(surface_type = NULL, obs_height = NULL, ...) ## S3 method for class 'weather_station' turb_roughness_length(weather_station, ...)
... |
Additional parameters passed to later functions. |
surface_type |
Type of surface. |
obs_height |
Height of obstacle in m. |
weather_station |
Object of class weather_station. |
roughness length in m.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.