View Single Post
  #4   Report Post  
Old June 5th 05, 07:04 PM posted to uk.sci.weather
Shaun Pudwell Shaun Pudwell is offline
external usenet poster
 
First recorded activity by Weather-Banter: Apr 2004
Posts: 233
Default Januaries that were significantly warmer than the February

I wrote an application "MetSCAN" in VC++ which can do the same thing,
however, it can also display charts, graphs and calculate trends. I was
however referring to the average person who is not necessarily able to write
SQL or C++ code.

Shaun Pudwell.


"Brian Wakem" wrote in message
...
Gavin Staples wrote:

Januaries that were significantly warmer than the February
Here's a list of Februaries CETs that were significantly lower

than
the previous Januaries CETs i.e greater than 2C

The first value is the January CET, the second value is the

February
CET

1994 5.3 3.2
1986 3.6 -1.1
1983 6.7 1.7

snip data


I find this quite remarkable and I wish I had
the means to produce info like this.




It isn't particularly difficult. I have all the CET values stored in

mysql
database table and can produce the exact same dataset with a simple query.

SELECT year,jan,feb FROM mean WHERE jan feb+2 ORDER BY year DESC;


--
Brian Wakem