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 – Intermediate calculated heat index. Same shape as temperature

Return type

numpy.ndarray, xarray.DataArray, list, float

See also

Related GeoCAT Functions: heat_index, _heat_index

Related NCL Functions: heat_index_nws,