geocat.comp.meteorology._nws_eqn#

geocat.comp.meteorology._nws_eqn(coeffs, temp, rel_hum)#

Helper function to compute the heat index.

Internal function for heat_index

Parameters
Returns

heatindex (numpy.ndarray, xarray.DataArray, list, float) – Intermediate calculated heat index. Same shape as temperature

See also

Related GeoCAT Functions: heat_index, _heat_index

Related NCL Functions: heat_index_nws,