turb_roughness_length: Roughness length

turb_roughness_lengthR Documentation

Roughness length

Description

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".

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

roughness length in m.


FabianMitze/FieldClimRevised documentation built on Sept. 4, 2022, 12:38 a.m.