logging.info("Wexler, A., Vapor Pressure Formulation for Water \
in Range 0 to 100 C. A Revision, Journal of Research \
of the National Bureau of Standards - A. Physics and \
Chemistry, September - December 1976, Vol. 80A, \
Nos.5 and 6, 775-785")
Psat=np.exp(-0.29912729e4*np.power(T,-2)-
0.60170128e4*np.power(T,-1)+
0.1887643854e2-0.28354721e-1*T+
0.17838301e-4*np.power(T,2)-
0.84150417e-9*np.power(T,3)+
0.44412543e-12*np.power(T,4)+# This line was corrected from '-' to '+' following the original citation. (HV 20140819). The change makes only negligible difference