| Literature DB >> 35715416 |
Keith R Spangler1, Shixin Liang2,3, Gregory A Wellenius2.
Abstract
Epidemiologic research on extreme heat consistently finds significant impacts on human morbidity and mortality. However, most of these analyses do not use spatially explicit measures of heat (typically assessing exposures at major cities using the nearest weather station), and they frequently consider only ambient temperature or heat index. The field is moving toward more expansive analyses that use spatially resolved gridded meteorological datasets and alternative assessments of heat, such as wet-bulb globe temperature (WBGT) and universal thermal climate index (UTCI), both of which require technical geoscientific skills that may be inaccessible to many public health researchers. To facilitate research in this domain, we created a database of population-weighted, spatially explicit daily heat metrics - including WBGT, UTCI, heat index, dewpoint temperature, net effective temperature, and humidex - for counties in the conterminous United States derived from the ERA5-Land gridded data set and using previously validated equations and algorithms. We also provide an R package to calculate these metrics, including gold-standard algorithms for estimating WBGT and UTCI, to facilitate replication.Entities:
Year: 2022 PMID: 35715416 PMCID: PMC9206009 DOI: 10.1038/s41597-022-01405-3
Source DB: PubMed Journal: Sci Data ISSN: 2052-4463 Impact factor: 8.501
Fig. 1Schematic overview of the creation of the heatmetrics database.
Inputs to wet-bulb globe temperature (WBGT) algorithm.
| Variable | Calculation | Units/Notes |
|---|---|---|
| Year | Provided by ERA5-Land | Numeric (YYYY) |
| Month | Provided by ERA5-Land | Numeric (MM), 1–12 |
| Day | Provided by ERA5-Land | Numeric (DD), 1–31 |
| Hour | Provided by ERA5-Land | Numeric (HH), 0–23 in local time |
| Minute | Set to 0 for all observations | Top-of-hour observations |
| UTC Offset | Set to 0 for all observations because we calculated on the original UTC data | Number of hours difference from UTC, if applicable |
| Averaging Time | Set to 0 for all observations | Observations are provided as either instantaneous or already averaged over the hour |
| Latitude | ERA5-Land grid centroids | Decimal-degrees North (°N) |
| Longitude | ERA5-Land grid centroids | Decimal-degrees East (°E) |
| Ambient Temperature | Provided by ERA5-Land | Degrees Celsius (°C) |
| Relative Humidity | TD = dew point temperature (°C); see Lawrence (2005)[ | |
| TA = ambient air temperature (°C); see Lawrence (2005)[ | ||
| e = vapor pressure (Pascals [Pa]) and es = saturation vapor pressure (Pascals [Pa]) | ||
| Surface Solar Radiation Downward | Provided by ERA5-Land | Watts per square-meter (W/m2) |
| Wind Speed | u = zonal wind velocity (m/s) and v = meridional wind velocity (m/s) | |
| Surface Pressure | Provided by ERA5-Land | Pascals (Pa) |
| Wind-Speed Height | Set to 10 meters for all observations | N/A |
| Temperature Lapse | Set to −0.052 °C for all observations | Assumes vertical lapse rate of −6.5 °C / km |
| Urban | Assigned 1 (urban) to pixels classified as urban or built up in the National Land Cover Database 2011 dataset and 0 (rural) otherwise | N/A |
Summary of the methods used to calculate the heat metrics in the data set.
| Variable | Calculation | Variables/Units | Ref. |
|---|---|---|---|
| Ambient Temperature | Provided directly by ERA5-Land | °C | N/A |
| Dew-Point Temperature | Provided directly by ERA5-Land | °C | N/A |
| Net Effective Temperature | RH – rel. hum. (%) TA – air temp. (°C) w – wind speed (m/s) | [ | |
| Humidex | TD – dew-point T (°C) | [ | |
TA – air temp. (°C) e – vapor pressure (hPa) | [ | ||
| Heat Index | °C | [ | |
| Wet-Bulb Globe Temperature (WBGT) | Liljegren | °C | [ |
| Universal Thermal Climate Index (UTCI) | Mean radiant temperature (Tmrt) estimated using Di Napoli | °C | [ |
| Bröde | °C | [ |
Description of variables available in the heatmetrics database.
| Variable Name (Short) | Variable Name (Long) | Description / Format | Units |
|---|---|---|---|
| StCoFIPS | State-county Federal Information Processing Standard (FIPS) Identifier | Unique county identifier: concatenation of two-digit state identifier and three-digit county identifier | N/A |
| Date | Date | Local day in the format YYYYMMDD | N/A |
| Tmin_C | Daily Minimum Ambient Temperature | Lowest 2-meter ambient temperature observed from hourly data from 00 LST to 23 LST | °C |
| Tmax_C | Daily Maximum Ambient Temperature | Highest 2-meter ambient temperature observed from hourly data from 00 LST to 23 LST | °C |
| Tmean_C | Daily Mean Ambient Temperature | 2-meter ambient temperature averaged over hourly observations from 00 LST to 23 LST | °C |
| TDmin_C | Daily Minimum Dew Point Temperature | Lowest dew point temperature observed from hourly data from 00 LST to 23 LST | °C |
| TDmax_C | Daily Maximum Dew Point Temperature | Highest dew point temperature observed from hourly data from 00 LST to 23 LST | °C |
| TDmean_C | Daily Mean Dew Point Temperature | Dew point temperature averaged over hourly observations from 00 LST to 23 LST | °C |
| NETmin_C | Daily Minimum Net Effective Temperature | Lowest net effective temperature observed from hourly data from 00 LST to 23 LST | °C |
| NETmax_C | Daily Maximum Net Effective Temperature | Highest net effective temperature observed from hourly data from 00 LST to 23 LST | °C |
| NETmean_C | Daily Mean Net Effective Temperature | Net effective temperature averaged over hourly observations from 00 LST to 23 LST | °C |
| HImin_C | Daily Minimum Heat Index | Lowest heat index observed from hourly data from 00 LST to 23 LST | °C |
| HImax_C | Daily Maximum Heat Index | Highest heat index observed from hourly data from 00 LST to 23 LST | °C |
| HImean_C | Daily Mean Heat Index | Heat index averaged over hourly observations from 00 LST to 23 LST | °C |
| HXmin_C | Daily Minimum Humidex | Lowest humidex observed from hourly data from 00 LST to 23 LST | °C |
| HXmax_C | Daily Maximum Humidex | Highest humidex observed from hourly data from 00 LST to 23 LST | °C |
| HXmean_C | Daily Mean Humidex | Humidex averaged over hourly observations from 00 LST to 23 LST | °C |
| WBGTmin_C | Daily Minimum Wet-Bulb Globe Temperature | Lowest wet-bulb globe temperature (WBGT) observed from hourly data from 00 LST to 23 LST | °C |
| WBGTmax_C | Daily Maximum Wet-Bulb Globe Temperature | Highest wet-bulb globe temperature (WBGT) observed from hourly data from 00 LST to 23 LST | °C |
| WBGTmean_C | Daily Mean Wet-Bulb Globe Temperature | Wet-bulb globe temperature (WBGT) averaged over hourly observations from 00 LST to 23 LST | °C |
| UTCImin_C | Daily Minimum Universal Thermal Climate Index | Lowest Universal Thermal Climate Index (UTCI) observed from hourly data from 00 LST to 23 LST | °C |
| UTCImax_C | Daily Maximum Universal Thermal Climate Index | Highest Universal Thermal Climate Index (UTCI) observed from hourly data from 00 LST to 23 LST | °C |
| UTCImean_C | Daily Mean Universal Thermal Climate Index | Universal Thermal Climate Index (UTCI) averaged over hourly data from 00 LST to 23 LST | °C |
| Flag_T | Ambient temperature flag | Indicator of the percent of county population represented by the county-day ambient temperature estimate. 0: ≥50%, 1: 10–49%, 2: <10%, 3: 0% (NA) | N/A |
| Flag_TD | Dew point temperature flag | Indicator of the percent of county population represented by the county-day dew point temperature estimate. 0: ≥50%, 1: 10–49%, 2: <10%, 3: 0% (NA) | N/A |
| Flag_NET | Net effective temperature flag | Indicator of the percent of county population represented by the county-day net effective temperature estimate. 0: ≥50%, 1: 10–49%, 2: <10%, 3: 0% (NA) | N/A |
| Flag_HI | Heat index flag | Indicator of the percent of county population represented by the county-day heat index estimate. 0: ≥50%, 1: 10–49%, 2: <10%, 3: 0% (NA) | N/A |
| Flag_HX | Humidex flag | Indicator of the percent of county population represented by the county-day humidex estimate. 0: ≥50%, 1: 10–49%, 2: <10%, 3: 0% (NA) | N/A |
| Flag_WBGT | Wet-bulb globe temperature flag | Indicator of the percent of county population represented by the county-day WBGT estimate. 0: ≥50%, 1: 10–49%, 2: <10%, 3: 0% (NA) | N/A |
| Flag_UTCI | Universal Thermal Climate Index flag | Indicator of the percent of county population represented by the county-day UTCI estimate. 0: ≥50%, 1: 10–49%, 2: <10%, 3: 0% (NA) | N/A |
| Measurement(s) | ambient temperature • dewpoint temperature • humidex • heat index • wet-bulb globe temperature • universal thermal climate index • effective temperature |
| Technology Type(s) | reanalysis |
| Sample Characteristic - Environment | 2-meter atmospheric conditions |
| Sample Characteristic - Location | contiguous United States of America |