The Trouble With Our Liberal Friends …

The trouble with our Liberal friends is not that they’re ignorant; it’s just that they know so much that isn’t so.

Ronald Reagan

Every time I post a graph like this, some geniuses weigh in and say – of course the number of records go down – because it becomes harder to beat the old records.

This is a typical response.

Here is the algorithm. It makes no difference if you run it forwards, backwards or randomly. The graph gets the same results. There is no time bias.

RECORD_TMAX = 0
RECORD_LIST = []
for year in range(1895, 2016) :
if (TMAX[year] >  RECORD_TMAX ) :
# New record becomes the only entry in the record list. All prior holders are cleared
RECORD_LIST = [year]
RECORD_TMAX = TMAX[year]
elif (TMAX[year] ==  RECORD_TMAX ) :
# Ties are added to the record list
RECORD_LIST .append(year)

If the world was warming, the graph would be mirrored and the number of records would be increasing. Enough fake excuses!

via The Deplorable Climate Science Blog

http://ift.tt/2w4qDvc

August 13, 2017 at 05:57PM

Leave a comment