Calculate the displacement height, caused by an obstacle (e.g. a crop field). Works for vegetation only.

turb_displacement(...)

# S3 method for numeric
turb_displacement(obs_height, ...)

# S3 method for weather_station
turb_displacement(weather_station, ...)

Arguments

...

Additional parameters passed to later functions.

obs_height

Height of vegetation in m.

weather_station

Object of class weather_station

Value

Displacement height in m.