Quoteable Comments
  • Obama, like Joe Wil­son said, “You lie!”
  • Friends don’t let friends read Wikipedia.”-DonS, com­menter on WattsUp​With​That​.com
  • If you have some­thing that you don’t want any­one to know, maybe you shouldn’t be doing it in the first place.” Google CEO Eric Schmidt’s view on pri­vacy, or lack thereof, because of Google.
  • If you have to argue your sci­ence by using fraud, your sci­ence is not valid.” – Professor Ian Plimer.
  • Poor Al Gore. Global warm­ing com­pletely debunked via the very Inter­net you invented. OH. OH the irony.” — Jon Stewart.
  • A church has to stand for its faith or it stands for nothing.” — Karl Rove regard­ing Catholic church deny­ing Holy Com­mu­nion to Patrick Kennedy.
  • You can’t vote against health­care and call your­self a black man.” — Jesse Jackson
  • You guys make a pretty good photo op.” — Barack Obama com­ment­ing on the military.
Photo Gallery
eagle_200107_0204c
Links of the Moment
The news and dis­cus­sion sur­round­ing global warm­ing, decline, cli­mate change, and sci­en­tific fraud per­pe­trated by Phil Jones, Michael Mann, Keith Briffa, James Hansen, and com­pany is still unfold­ing. Here are sev­eral Web sites offer­ing more detailed non-​fanatical infor­ma­tion and dis­cus­sion than you’ll find in the MSM:
Buy It Now!

Highly Recommended!

Didn’t anyone ever look at the code?!

There are sev­eral updates from folks review­ing the CRU soft­ware code that paint a deves­tat­ing pic­ture of the sci­ence of global warm­ing (More below). As I read these, I keep com­ing back to the 1960 date. Newer data did not bear out global warm­ing which global warm­ing advo­cates had staked their careers. There­fore they played with it and made it up to get the results they wanted. What they seem to miss in this sci­en­tific fraud is that the newer data might be more relaible and that instead of it being wrong, maybe their old data and the entire approach or method­ol­ogy was the problem. 

The code doc­u­men­ta­tion and write read me files releaseed last week are so incred­i­bly unpro­fes­sional to be almost unbe­lie­ve­able. They raise big red flags about what was tran­spir­ing. Didn’t any­one ever look at the code?!

As reprinted by Watts Up With That from Ecotre­tas:

To say that the CRU code might be “buggy” would be…well I’ll just let CRU’s pro­gram­mer tell you in his own words.

  • FOIA\documents\osborn-tree6\mann\oldprog\maps12.proFOIA\documents\osborn-tree6\mann\oldprog\maps15.proFOIA\documents\osborn-tree6\mann\oldprog\maps24.pro; Plots 24 yearly maps of calibrated (PCR-infilled or not) MXD reconstructions
    ; of growing season temperatures. Uses "corrected" MXD - but shouldn't usually
    ; plot past 1960 because these will be artificially adjusted to look closer to
    ; the real temperatures.
  • FOIA\documents\harris-tree\recon_esper.pro; Computes regressions on full, high and low pass Esper et al. (2002) series,
    ; anomalies against full NH temperatures and other series.
    ; CALIBRATES IT AGAINST THE LAND-ONLY TEMPERATURES NORTH OF 20 N
    ;
    ; Specify period over which to compute the regressions (stop in 1960 to avoid
    ; the decline
  • FOIA\documents\harris-tree\calibrate_nhrecon.pro;
    ; Specify period over which to compute the regressions (stop in 1960 to avoid
    ; the decline that affects tree-ring density records)
    ;
  • FOIA\documents\harris-tree\recon1.pro
    FOIA\documents\harris-tree\recon2.proFOIA\documents\harris-tree\recon_jones.pro;
    ; Specify period over which to compute the regressions (stop in 1940 to avoid
    ; the decline
    ;
  • FOIA\documents\HARRY_READ_ME.txt17. Inserted debug statements into anomdtb.f90, discovered that
    a sum-of-squared variable is becoming very, very negative! Key
    output from the debug statements:
    (..)
    forrtl: error (75): floating point exception
    IOT trap (core dumped)
    ..so the data value is unbfeasibly large, but why does the
    sum-of-squares parameter OpTotSq go negative?!!
  • FOIA\documents\HARRY_READ_ME.txt22. Right, time to stop pussyfooting around the niceties of Tim's labyrinthine software
    suites - let's have a go at producing CRU TS 3.0! since failing to do that will be the
    definitive failure of the entire project..
  • FOIA\documents\HARRY_READ_ME.txtgetting seriously fed up with the state of the Australian data. so many new stations have been
    introduced, so many false references.. so many changes that aren't documented.
    Every time a
    cloud forms I'm presented with a bewildering selection of similar-sounding sites, some with
    references, some with WMO codes, and some with both. And if I look up the station metadata with
    one of the local references, chances are the WMO code will be wrong (another station will have
    it) and the lat/lon will be wrong too.
  • FOIA\documents\HARRY_READ_ME.txtI am very sorry to report that the rest of the databases seem to be in nearly as poor a state as
    Australia was. There are hundreds if not thousands of pairs of dummy stations, one with no WMO
    and one with, usually overlapping and with the same station name and very similar coordinates. I
    know it could be old and new stations, but why such large overlaps if that's the case? Aarrggghhh!
    There truly is no end in sight.
  • FOIA\documents\HARRY_READ_ME.txt28. With huge reluctance, I have dived into 'anomdtb' - and already I have
    that familiar Twilight Zone sensation.
  • FOIA\documents\HARRY_READ_ME.txtWrote 'makedtr.for' to tackle the thorny problem of the tmin and tmax databases not
    being kept in step. Sounds familiar, if worrying. am I the first person to attempt
    to get the CRU databases in working order?!!
  • FOIA\documents\HARRY_READ_ME.txtWell, dtr2cld is not the world's most complicated program. Wheras cloudreg is, and I
    immediately found a mistake!
    Scanning forward to 1951 was done with a loop that, for
    completely unfathomable reasons, didn't include months! So we read 50 grids instead
    of 600!!!
    That may have had something to do with it. I also noticed, as I was correcting
    THAT, that I reopened the DTR and CLD data files when I should have been opening the
    bloody station files!!
  • FOIA\documents\HARRY_READ_ME.txtBack to the gridding. I am seriously worried that our flagship gridded data product is produced by
    Delaunay triangulation - apparently linear as well. As far as I can see, this renders the station
    counts totally meaningless
    . It also means that we cannot say exactly how the gridded data is arrived
    at from a statistical perspective - since we're using an off-the-shelf product that isn't documented
    sufficiently to say that. Why this wasn't coded up in Fortran I don't know - time pressures perhaps?
    Was too much effort expended on homogenisation, that there wasn't enough time to write a gridding
    procedure? Of course, it's too late for me to fix it too. Meh.
  • FOIA\documents\HARRY_READ_ME.txtHere, the expected 1990-2003 period is MISSING - so the correlations aren't so hot! Yet
    the WMO codes and station names /locations are identical (or close). What the hell is
    supposed to happen here? Oh yeah - there is no 'supposed', I can make it up. So I have :-)
  • FOIA\documents\HARRY_READ_ME.txtWell, it's been a real day of revelations, never mind the week. This morning I
    discovered that proper angular weighted interpolation was coded into the IDL
    routine, but that its use was discouraged because it was slow! Aaarrrgghh.
    There is even an option to tri-grid at 0.1 degree resolution and then 'rebin'
    to 720x360 - also deprecated! And now, just before midnight (so it counts!),
    having gone back to the tmin/tmax work, I've found that most if not all of the
    Australian bulletin stations have been unceremoniously dumped into the files
    without the briefest check for existing stations.
  • FOIA\documents\HARRY_READ_ME.txtAs we can see, even I'm cocking it up! Though recoverably. DTR, TMN and TMX need to be written as (i7.7)./code>
  • FOIA\documents\HARRY_READ_ME.txtOH FUCK THIS. It's Sunday evening, I've worked all weekend, and just when I thought it was done I'm
    hitting yet another problem that's based on the hopeless state of our databases. There is no uniform
    data integrity, it's just a catalogue of issues that continues to grow as they're found.
  • FOIA\documents\osborn-tree6\mann\mxdgrid2ascii.proprintf,1,’Osborn et al. (2004) gridded reconstruction of warm-season’
    printf,1,’(April-September) temperature anomalies (from the 1961-1990 mean).’
    printf,1,’Reconstruction is based on tree-ring density records.’
    printf,1
    printf,1,’NOTE: recent decline in tree-ring density has been ARTIFICIALLY
    printf,1,’REMOVED to facilitate calibration. THEREFORE, post-1960 values’
    printf,1,’will be much closer to observed temperatures then they should be,’
    printf,1,’which will incorrectly imply the reconstruction is more skilful’
    printf,1,’than it actually is. See Osborn et al. (2004).’
  • FOIA\documents\osborn-tree6\summer_modes\data4sweden.pro
    FOIA\documents\osborn-tree6\summer_modes\data4sweden.proprintf,1,'IMPORTANT NOTE:'
    printf,1,'The data after 1960 should not be used. The tree-ring density'
    printf,1,'records tend to show a decline after 1960 relative to the summer'
    printf,1,'temperature in many high-latitude locations. In this data set'
    printf,1,'this "decline" has been artificially removed in an ad-hoc way, and'
    printf,1,'this means that data after 1960 no longer represent tree-ring
    printf,1,'density variations, but have been modified to look more like the
    printf,1,'observed temperatures.'
  • FOIA\documents\osborn-tree6\combined_wavelet_col.pro;
    ; Remove missing data from start & end (end in 1960 due to decline)
    ;
    kl=where((yrmxd ge 1402) and (yrmxd le 1960),n)
    sst=prednh(kl)
  • FOIA\documents\osborn-tree6\mann\mxd_pcr_localtemp.pro; Tries to reconstruct Apr-Sep temperatures, on a box-by-box basis, from the
    ; EOFs of the MXD data set. This is PCR, although PCs are used as predictors
    ; but not as predictands. This PCR-infilling must be done for a number of
    ; periods, with different EOFs for each period (due to different spatial
    ; coverage). *BUT* don’t do special PCR for the modern period (post-1976),
    ; since they won’t be used due to the decline/correction problem.
    ; Certain boxes that appear to reconstruct well are “manually” removed because
    ; they are isolated and away from any trees.
  • FOIA\documents\osborn-tree6\briffa_sep98_d.pro;mknormal,yyy,timey,refperiod=[1881,1940]
    ;
    ; 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
    (...)
    ;
    ; APPLY ARTIFICIAL CORRECTION
    ;
    yearlyadj=interpol(valadj,yrloc,x)
    densall=densall+yearlyadj
  • FOIA\documents\osborn-tree6\summer_modes\pl_decline.pro;
    ; Plots density ‘decline’ as a time series of the difference between
    ; temperature and density averaged over the region north of 50N,
    ; and an associated pattern in the difference field.
    ; The difference data set is computed using only boxes and years with
    ; both temperature and density in them – i.e., the grid changes in time.
    ; The pattern is computed by correlating and regressing the *filtered*
    ; time series against the unfiltered (or filtered) difference data set.
    ;
    ;*** MUST ALTER FUNCT_DECLINE.PRO TO MATCH THE COORDINATES OF THE
    ; START OF THE DECLINE *** ALTER THIS EVERY TIME YOU CHANGE ANYTHING ***
  • FOIA\documents\osborn-tree6\mann\oldprog\maps12.pro;
    ; Plots 24 yearly maps of calibrated (PCR-infilled or not) MXD reconstructions
    ; of growing season temperatures. Uses “corrected” MXD – but shouldn’t usually
    ; plot past 1960 because these will be artificially adjusted to look closer to
    ; the real temperatures.
    ;
  • FOIA\documents\osborn-tree6\mann\oldprog\calibrate_correctmxd.pro; We have previously (calibrate_mxd.pro) calibrated the high-pass filtered
    ; MXD over 1911-1990, applied the calibration to unfiltered MXD data (which
    ; gives a zero mean over 1881-1960) after extending the calibration to boxes
    ; without temperature data (pl_calibmxd1.pro). We have identified and
    ; artificially removed (i.e. corrected) the decline in this calibrated
    ; data set. We now recalibrate this corrected calibrated dataset against
    ; the unfiltered 1911-1990 temperature data, and apply the same calibration
    ; to the corrected and uncorrected calibrated MXD data.
  • FOIA\documents\osborn-tree6\summer_modes\calibrate_correctmxd.pro; No need to verify the correct and uncorrected versions, since these
    ; should be identical prior to 1920 or 1930 or whenever the decline
    ; was corrected onwards from.
  • FOIA\documents\osborn-tree5\densplus188119602netcdf.pro; we know the file starts at yr 440, but we want nothing till 1400, so we
    ; can skill lines (1400-440)/10 + 1 header line
    ; we now want all lines (10 yr per line) from 1400 to 1980, which is
    ; (1980-1400)/10 + 1 lines
    (...)
    ; we know the file starts at yr 1070, but we want nothing till 1400, so we
    ; can skill lines (1400-1070)/10 + 1 header line
    ; we now want all lines (10 yr per line) from 1400 to 1991, which is
    ; (1990-1400)/10 + 1 lines (since 1991 is on line beginning 1990)

Incred­i­ble!

As all of this was funded by US, UK, and other tax dol­lars, who had over­sight and audit respon­si­bil­i­ties? A few heads need to roll…

Can any­one seri­ously deny that they need to sim­ply start from scratch and, for transparancy, put the real data out for every­one to access and analyze? 

  • Share/Bookmark

Comments are closed.

Exit Obama
    Unless Barack Hussein Obama, II is constitutionally disqualified, resigns, or is impeached beforehand, he can be replaced at noon on January 20, 2013, in 2 years, 10 months, 8 days, 13 hours, 13 minutes
Recommended Reading

My News Clippings
  • Copenhagen's political science (Washington Post)
    Governor Palin again calls for Barack Obama to skip Copenhagen in this Washington Post commentary.  She points to the need for real science, balancing real-world costs and benefits, and the inequitable proposals and expections among nations.

  • New York State Senate Votes Down Gay Marriage Bill (New York Times)
    Another attempt, this time by a state legislature, to legalize homosexual marriage is decisively defeated.  Traditional marriage stands in New York.

  • Searching in Vain for the Obama Magic (Der Spiegel)
    Starting out with "Never before has a speech by President Barack Obama felt as false as his Tuesday address announcing America's new strategy for Afghanistan," this editorial admit "nausea" upon hearing Obama's speech.  They even note the instructions to West Point cadets to respond "enthusiastically" that was obviously ignored.

  • The Climate Science Isn't Settled, Confident predictions of catastrophe are unwarranted (Wall Street Journal)
    A rather detailed discussion on global warming that looks at that the globally averaged temperature anomaly (GATA).  It is definitely worth a read but I'm not sure what point Lindzen is trying to make in the final paragraph.

  • When scientists behave like bullies (San Francisco Chronicle)
    Debra Saunders writes about the damning corruption of science by global warming scientists.

  • Leaked emails won't harm UN climate body, says chairman (Guardian)
    Chairman of the UN's Intergovernmental Panel on Climate Change (IPCC) says global warming is not debunk because of a few scientists.  For Rajendra Pachauri--check out the picture accompanying the article as this guy is a definite look-alike of the Unibomber and his the religion of  Anthropogenic Global Warming (AGW)  is just as dangerous to civilization.  Anyway, he claims that despite everything, AGW is alive and well.  He even defended Phil Jones and said he should not resign.

  • Diplomacy 101 (New York Times)
    New York Times editorial the president an F for diplomacy in the Middle East.  Obama "demanded that Israel freeze settlements, Palestinians crack down on anti-Israel violence and Arab leaders demonstrate their readiness to reach out to Israel."  Nine months later, Israel still says no, Palestinians refuse talks until they do, and Arab states refuse to do anything.  Obama achieved nothing, except a dismal 4% approval rating in Israel.

  • Sarah Palin, version 2009: Going rogue, getting even (San Francisco Chronicle)
    Debra Saunders writes a review of Sarah Palin's Going Rogue, "She's folksy and quotable. She has delivered a book that will thrill a base that loves to shout, "They done her wrong."

  • We will release the data...
    Climategate: University of East Anglia U-turn in climate change row (Telegraph)
    We threw away the data...
    Climate change data dumped (Times)
    The Climate Research Unit says, according to the Telegraph, that they will release the raw data that global warming is based upon.  At the same time the Times reports that the same folks now admit that the raw data was thrown away.  All they kept was the manipulated data they created to support global warming.  As Roger Pielke, professor of environmental studies at Colorado University, is quoted in the Times, “The CRU is basically saying, ‘Trust us’."

  • Afghans Detail a Secret Prison Still Operating on a U.S. Base (New York Times)
    According to this article, Obama continues to run at least two secret prisons--one in Iraq and one in Afghanistan--with reports of abuse and prisoners held without rights normally afforded prisons of war.  Surprising to hear that this continued after Bush left office.  This is a terrible stain on America's reputation and puts Americans at risk of similar mistreatment if captured.