Loading bdx/thermo.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
bdx/thermo.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading