turb_flux_monin: Monin-Obhukov-Length

turb_flux_moninR Documentation

Monin-Obhukov-Length

Description

Calculation of the Monin-Obhukov-Length. Stability of atmosphere needs to be given as one of "stabil", "neutral" or "unstabil".

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 degrees C.

t2

Temperature at upper height in degrees C.

weather_station

Object of class weather_station

Value

Monin-Obhukov-Length in m.


jonasViehweger/energyBudget documentation built on June 27, 2022, 2:56 a.m.