Smoking Gun

People with more time on their hands than me have been poring over the source code in the leaked CRU files. Here is a snippet of IDL code that produces a graph showing temperature data for the twentieth century (osborn-tree6/briffa_sep98_d.pro):

;
; Apply a VERY ARTIFICAL correction for decline!!
;
yrloc=[1400,findgen(19)*5.+1904]
valadj=1*0.75 ; fudge factor
if n_elements(yrloc) ne n_elements(valadj) then message,’Oooops!’
;
yearlyadj=interpol(valadj,yrloc,timey)

That long string of numbers with some negative values in the middle and positive values at the end? Those numbers are multiplied by the real temperatures to hide a warm period in the 1940s, and exaggerate the temperatures at the end of the century.

This is scientific fraud, pure and simple.

  1. ,0.,0.,0.,0.,-0.1,-0.25,-0.3,0.,-0.1,0.3,0.8, 1.2,1.7,2.5,2.6,2.6,2.6,2.6,2.6

One thought on “Smoking Gun”

Comments are closed.