turb_flux_monin: Monin-Obhukov-Length

turb_flux_moninR Documentation

Monin-Obhukov-Length

Description

Calculation of the Monin-Obhukov-Length. The calculation depends on the stability of the atmosphere. This value will be taken from the Gradient-Richardson-Number.

Usage

turb_flux_monin(...)

## S3 method for class 'numeric'
turb_flux_monin(grad_rich_no, z1 = 2, z2 = 10, z0, v1, v2, t1, t2, ...)

## S3 method for class 'weather_station'
turb_flux_monin(weather_station, ...)

Arguments

...

Additional parameters passed to later functions.

grad_rich_no

Gradient-Richardson-Number.

z1

Lower height of measurement (e.g. height of anemometer) in m.

z2

Upper height of measurement in m.

z0

Roughness length in m.

v1

Windspeed at lower height (e.g. height of anemometer) in m/s.

v2

Windspeed at upper height in m/s.

t1

Temperature at lower height (e.g. height of anemometer) in °C.

t2

Temperature at upper height in °C.

weather_station

Object of class weather_station

Value

Monin-Obhukov-Length in m.


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