Showing posts with label AGW. Show all posts
Showing posts with label AGW. Show all posts

Friday, 4 December 2009

Scandalous CRU Climategate AlGore-ithm exposed

h/t Cube Antics
As you can see, (potentially) valid temperature station readings were taken and skewed to fabricate the results the “scientists” at the CRU wanted to believe, not what actually occurred.
The suspect code here for software developers:
;
; Apply a VERY ARTIFICAL correction for decline!!
;
yrloc=[1400,findgen(19)*5.+1904]
valadj=[0.,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]*0.75   ; fudge factor
if n_elements(yrloc) ne n_elements(valadj) then message,'Oooops!'
 
yearlyadj=interpol(valadj,yrloc,timey)