Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Calculate humidity for METAR data #3

Open
bergie opened this issue Jun 13, 2017 · 1 comment
Open

Calculate humidity for METAR data #3

bergie opened this issue Jun 13, 2017 · 1 comment

Comments

@bergie
Copy link
Member

bergie commented Jun 13, 2017

Needed for the forecaster. Formula:

Tc = Temperature in degrees C
Tdc is dewpoint in degrees C

First calcutate saturation vapor pressure (Es) and actual vapor pressure
(E):

Es=6.11*10.0**(7.5*Td/(237.7+Td))
E=6.11*10.0**(7.5*Tdc/(237.7+Tdc))

Relative humidity then becomes (E/Es)*100

https://groups.google.com/forum/#!topic/uk.sci.weather/sIh6-ZV9GjI

bergie added a commit that referenced this issue Jun 13, 2017
@bergie
Copy link
Member Author

bergie commented Nov 2, 2017

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant