powered by
calculates the Roughness Reynolds Number.
Reynolds.Number(Tair, pressure, ustar, z0m, constants = bigleaf.constants())
Air temperature (deg C)
Atmospheric pressure (kPa)
Friction velocity (m s-1)
Roughness length (m)
Kelvin - conversion degree Celsius to Kelvin pressure0 - reference atmospheric pressure at sea level (Pa) Tair0 - reference air temperature (K)
Roughness Reynolds Number (-)
The Roughness Reynolds Number is calculated as in Massman 1999a:
$$Re = z0m * ustar / v$$
where v is the kinematic viscosity (m2 s-1).
v
Massman, W.J., 1999a: A model study of kB H- 1 for vegetated surfaces using 'localized near-field' Lagrangian theory. Journal of Hydrology 223, 27-43.
# NOT RUN { Reynolds.Number(25,100,0.5,z0m=0.5) # }
Run the code above in your browser using DataLab