View source: R/microclimatemodel.R
snowbelow_hr | R Documentation |
Used by e.g. runmicro_hr()
to model microclimate below ground
snowbelow_hr(
microsnow,
reqhgt,
pai_a = NA,
slr = NA,
apr = NA,
hor = NA,
wsa = NA
)
microsnow |
an object of class microsnowin as returned by |
reqhgt |
specified height (m) below ground for which microclimate outputs are required. Must be negative. |
pai_a |
total plant area index above |
slr |
an optional SpatRaster object of slope values (Radians). Calculated from dtm if not supplied. |
apr |
an optional SpatRaster object of aspect values (Radians). Calculated from dtm if not supplied. |
hor |
an optional array of the tangent of the angle to the horizon in 24 directions. Calculated from dtm if not supplied. |
wsa |
an optional array of wind shelter coefficients in 8 directions. Calculated from dtm if not supplied. |
an array of soil temperatures (deg C)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.