View source: R/Rimplementation.R
belowground | R Documentation |
The function 'belowground' runs the below ground component of the microclimate model.
belowground(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:
Soil temperatures at height 'reqhgt' below ground (deg C)
Ground surface temperatures (deg C)
Soil moisture in top 10 cm of soil (volumetric water fraction)
[aboveground()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.