@@ -66,7 +66,7 @@ \subsubsection{Heat Index}\label{heat-index}
6666\end {tabular }
6767\end {table }
6868
69- The computation of the heat index is a refinement of a result obtained by
69+ Before version 25.1, the computation of the heat index is a refinement of a result obtained by
7070multiple regression analysis carried out by Lans P. Rothfusz and described in a
71711990 National Weather Service (NWS) Technical Attachment (SR 90-23) [4-5]. The
7272calculation is based on degree Fahrenheit.
@@ -130,6 +130,17 @@ \subsubsection{Heat Index}\label{heat-index}
130130regression is not valid for extreme temperature and relative humidity conditions
131131beyond the range of data considered by Steadman.
132132
133+ Starting from version 25.1, the heat index calculation allows the use of the extended heat
134+ index method developed by Lu \& Romps [17]. By selecting `` Extended'' in the `` Algorithm''
135+ field of HeatIndexAlgorithm, this extended heat index will be used. If the field is
136+ `` Simplified'' or left empty, the Rothfusz-Steadman method described above will be used.
137+ The heat index calculated with Rothfusz-Steadman method can give
138+ unrealistic results for very hot and humid or very cold and dry conditions. The
139+ extended index extends the domain of the heat index calculation to all
140+ combinations of temperature and relative humidity and gives a more realistic heat
141+ index for the extreme conditions. The implementation in EnergyPlus is based on
142+ the released Python code by Lu and Romps [18].
143+
133144The Heat Index Hours (accumulated hours for a space) and Heat Index
134145OccupantHours (accumulated hours for the sum of all occupants in a space) of
135146each level for each zone and the whole building are reported under the Annual
@@ -516,3 +527,11 @@ \subsection{References}
516527
517528{[}16{]} ACGIH, Threshold Limit Values (TLVs) and Biological Exposure Indices
518529(BEIs), 2012. doi:10.1073/pnas.0703993104.
530+
531+ {[}17{]} Lu, Yi-Chuan, and David M. Romps. `` Extending the heat index'' . Journal
532+ of Applied Meteorology and Climatology 61, no. 10 (2022): 1367-1383.
533+ doi:10.1073/pnas.0703993104.
534+
535+ {[}18{]} Lu, Yi-Chuan, and David M. Romps. `` Lu and Romps, Extending the heat index, JAMC, 2022'' ,
536+ Physics of Climate, February 23, 2023.
537+ https://romps.berkeley.edu/papers/pubs-2020-heatindex.html.
0 commit comments