WBGT_ESI(hurs, tas, rsds)
Arguments
- hurs
relative humidity (%)
- tas
2m air temperature (K)
- sdsr
surface downward solar radiation (W m-2)
- ...
individual .nc file name of climate variables in order
Environmental Stress Index (ESI) is from Moran et al (2001) & Moran et al (2003)
Value
A raster stack of daily grid-level heat stress level
Examples
if (FALSE) { # \dontrun{
ESI.test <- WBGT_ESI(50, 303.15, 200)
} # }