View source: R/Rimplementation.R
aboveground | R Documentation |
The function 'aboveground' runs the above ground component of the microclimate model.
aboveground(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()]) |
'pai_a' is used to calculate the radiation intercepted by leaves at 'reqhgt' if below canopy. If not supplied it is calculated from total plant area index by assuming leaf density within the canopy is uniformly vertically distributed. If supplied it must have the same dimensions as micro$pai. I.e. with the same x and y dims as the the supplied dtm and values for each hour as the z dimension.
a list of the following:
Air temperatures at height 'reqhgt' (deg C)
Leaf temperatures at height 'reqhgt' (deg C)
Ground surface temperatures (deg C)
Relative humidities at height 'reqhgt' (percentage)
Wind speeds at height 'reqhgt' (m/s)
Flux density of downward direct radiation at 'reqhgt' (W/m^2 - on the horizontal
Flux density of downward diffuse radiation at 'reqhgt' (W/m^2)
Flux density of downward longwave radiation at 'reqhgt' (W/m^2)
Flux density of upward shorwtave radiation at 'reqhgt' (W/m^2), assumed diffuse
Flux density of downward longwave radiation at 'reqhgt' (W/m^2)
[belowground()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.