Commit 7a39c4f0 authored by hazrmard's avatar hazrmard
Browse files

corrected constant value for Arden-Buck equation

parent 256aa082
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ CONSTANTS = _Constants(cv=4.1796e6, cm=4.1813e3)

# Constants used by vaporpressure() and dewpoint()
_ABConstants = namedtuple('ArdenBuckConstants', 'a b c d')
ABC = _ABConstants(a=0.61121, b=18.678, c=257.14, d=234.5)
ABC = _ABConstants(a=6.1121, b=18.678, c=257.14, d=234.5)

# Temperature conversion functions
# f: Farenheit