View source: R/Rimplementation.R
wind | R Documentation |
The function 'wind' downscales wind speed accounting for vegetation and terrain
wind(micro, reqhgt = 0.05, pai_a = NA, tfact = 1.5)
micro |
object of class microin as returned by [modelin()] |
reqhgt |
height above ground for which wind speeds are wanted. If negative (below ground) wind friction velocity only is returned |
pai_a |
plant area index above 'reqhgt'. Determined from total 'pai' if not supplied. |
tfact |
coefficient determining sensitivity of soil moisture to variation in topographic wetness (see [soilmdistribute()]) |
In downscaling wind, two processes are accounted for. Firstly the drag effects of vegetation on wind , which ultimately dictate the wind height profile. Secondly, the effects of local vegetation and terrain on wind speed. Terrain effects are calculated by applying the topographic shelter coefficient described in Maclean et al (2019) Methods in Ecology and Evolution, 10:280-290.
an object of class microin with the following components added:
wind friction velocity (m/s)
if 'reqhgt > 0' wind speed at height 'reqhgt' (m/s)
convective conductance (mol/m^2/s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.