calculates the Monin-Obukhov length.
Monin.Obukhov.length(
data,
Tair = "Tair",
pressure = "pressure",
ustar = "ustar",
H = "H",
constants = bigleaf.constants()
)
Monin-Obukhov length (m)
Data.frame or matrix containing all required variables
Air temperature (deg C)
Atmospheric pressure (kPa)
Friction velocity (m s-1)
Sensible heat flux (W m-2)
Kelvin - conversion degree Celsius to Kelvin
cp - specific heat of air for constant pressure (J K-1 kg-1)
k - von Karman constant (-)
g - gravitational acceleration (m s-2)
The Monin-Obukhov length (L) is given by:
where
Foken, T, 2008: Micrometeorology. Springer, Berlin, Germany.
stability.parameter
Monin.Obukhov.length(Tair=25,pressure=100,ustar=seq(0.2,1,0.1),H=seq(40,200,20))
Run the code above in your browser using DataLab