Home > Ramblings > Weather, part 3

Weather, part 3

In part two I said I hadn’t done humidity yet. Now I have – it was fairly easy to do and I was short of something better to do in the wee hours of the morning.

Twelve hours:

Humidity, 12 hours

One day:

Humidity, 24 hours

I was asked in #bitfolk whether the station did anything other than temperature and I remembered that WSDL gave the dew point so thought I might as well add that too.

The maths required to calculate dew point and the background information is given in the Wikipedia article but for want of an excuse to use the LaTeX plugin for WordPress, the dew point Input: T_d is given by:

Input: T_d = \frac {a \times \gamma(T, RH)}{b-\gamma(T, RH)}

Where Input: \gamma(T,RH) is given by

Input: \gamma(T,RH) = \frac {a\ T} {b+T} + \ln (\frac{RH}{100})

The bottom pair of lines in the temperature graphs in the last post show the dew point.

Categories: Ramblings Tags:
  1. No comments yet.
  1. No trackbacks yet.