turb_roughness_length: Roughness length

turb_roughness_lengthR Documentation

Roughness length

Description

Calculate the roughness length of an surface on the basis of the obstacle height or the type of the surface Possible surface types are: "Wiese", "Acker", "Gruenflaeche", "Strasse", "Landwirtschaft", "Siedlung", "Nadelwald", "Laubwald", "Mischwald", "Stadt" You need to specify only one, "type" OR "obs_height".

Usage

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, ...)

Arguments

...

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

Value

Pressure in hPa.


jonasViehweger/fieldClim documentation built on June 22, 2022, 3:17 p.m.