View source: R/Rimplementation.R
soiltemp | R Documentation |
The function 'soiltemp' estimates ground surface temperature
soiltemp(micro, reqhgt = 0.05, pai_a = NA, tfact = 1.5)
micro |
an object of class 'microin' as returned by [modelin()] (see details) |
reqhgt |
height above ground at which model outputs are needed (m). |
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()]) |
if [wind()] has not been run to add additional elements to 'micro' it is automatically called.
an object of class micro with the following components added:
ground surface temperature (deg C)
ground heat flux (W/m^2)
additional terms needed for subsequent modelling
[wind()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.