View source: R/surface_roughness.r
Reynolds.Number | R Documentation |
calculates the Roughness Reynolds Number.
Reynolds.Number(Tair, pressure, ustar, z0m, constants = bigleaf.constants())
Tair |
Air temperature (deg C) |
pressure |
Atmospheric pressure (kPa) |
ustar |
Friction velocity (m s-1) |
z0m |
Roughness length (m) |
constants |
Kelvin - conversion degree Celsius to Kelvin |
The Roughness Reynolds Number is calculated as in Massman 1999a:
Re = z0m * ustar / v
where v
is the kinematic viscosity (m2 s-1).
Re - |
Roughness Reynolds Number (-) |
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.
Reynolds.Number(25,100,0.5,z0m=0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.