cal_heat_stress.Rd
Calculate Heat Stress Levels Based on Climate Projections
cal_heat_stress(TempRes, SECTOR, HS, YEAR_INPUT, ...)
A raster stack of daily grid-level heat stress level
The cal_heat_stress
function computes daily or monthly grid-level heat stress levels for specified
sectors, using a user-defined heat stress function and climate data. The function
supports both daily and monthly climate inputs and evaluates heat stress over a specific year.
if (FALSE) { # \dontrun{
GD_HS <- cal_heat_stress(
TempRes = "day", SECTOR = "MAIZ_I", HS = WBGT1, YEAR_INPUT = 2027,
"hurs_day_GFDL-ESM2M_rcp60_r1i1p1_EWEMBI_20210101-20301231.nc4",
"tas_day_GFDL-ESM2M_rcp60_r1i1p1_EWEMBI_20210101-20301231.nc4",
"ps_day_GFDL-ESM2M_rcp60_r1i1p1_EWEMBI_20210101-20301231.nc4"
)
} # }