Software Development

Correcting The Future

Climategate

,

If you only watch CNN, MSNBC, CBS, ABC, BBC or CBC for your news, you probably didn't hear about one of the biggest scientific, economic and global scandals ever. I'm a big fan of conspiracy theories for their entertainment values, but this has real consequences. Still, it does have a lot of comedic value in some parts. Specifically, the coding part. It's in FORTRAN, but the comment file is the best part.

Here is a link to some parts of it. I'm sure you can find the rest of the emails and code on your own unless Google restricts searches again (yes, it's true). I think there's a torrent with all of it somewhere.

I've heard plenty of people try to dismiss this. Not sure why. In case you haven't heard the story, the IPCC (the agency that advises the UN on climate change) had thousands of emails, code and data released a week ago. It is believed that either a hacker or someone on the inside released them. A BBC reporter found some of his own correspondence within the set of released emails and confirmed that the ones he was included in were authentic, but could not say anything about the others. Apparently, there were scientists at the University of East Anglia who were responsible for much of the data modeling. CRU has since admitted that the original raw data has been dumped and deleted.

Quoted from that article:

Professor Phil Jones, the activist-scientist who maintains the data set, has cited various reasons for refusing to release the raw data. Most famously, Jones told an Australian climate scientist in 2004:

Even if WMO agrees, I will still not pass on the data. We have 25 or so years invested in the work. Why should I make the data available to you, when your aim is to try and find something wrong with it.



This is from the head guy at the IPCC back in 2004!

Within the emails that span 13 years are indications of coercions at all levels of the peer review process. Concerted efforts to remove dissenting opinions from being published. Efforts to remove editors that allow dissenting papers to be published. Deletion of emails and data so as to avoid Freedom of Information Act requests. Refusal to publish data on which their model is based. The list goes on and on. Not to mentioned they obtained millions of dollars from taxpayers. There are plenty of other blogs and articles that deals with this, so I won't bother quoting those parts here.

Normally, I wouldn't publish anything. But we know three things with 100% certainty.

1. BBC reporter validates some of the emails that he knew about.
2. CRU admits to data dumping.
3. The predicted climate change model is bogus.

I believe this is the tip of the iceberg. What I find amazing is that no personal info was found in those emails. It's almost as if the IPCC was getting ready to respond to a FOI request by weeding out "less favourable" emails and data files. But the emails that got weeded out were "released" by someone on the inside after probably several rounds of triage.

What's even more strange is the MSM's refusal to report on this. Complete and total silence.

About the programming notes, I've heard a lot of people comment on how they thought it was hoax or how no one would keep a separate txt file to document what they do. I do this all the time and have done so with almost all of my projects. I've also worked with messy and inconsistent data files. The big ball of mud that is found here should not be all that surprising. At the same time, if there is a case to be made for not commenting your code, this would be it.

My favourite part from the linked article and from the HARRY_READ_ME.txt file is this:

17. Inserted debug statements into anomdtb.f90, discovered that
a sum-of-squared variable is becoming very, very negative! Key
output from the debug statements:
.
OpEn= 16.00, OpTotSq= 4142182.00, OpTot= 7126.00
DataA val = 93, OpTotSq= 8649.00
DataA val = 172, OpTotSq= 38233.00
DataA val = 950, OpTotSq= 940733.00
DataA val = 797, OpTotSq= 1575942.00
DataA val = 293, OpTotSq= 1661791.00
DataA val = 83, OpTotSq= 1668680.00
DataA val = 860, OpTotSq= 2408280.00
DataA val = 222, OpTotSq= 2457564.00
DataA val = 452, OpTotSq= 2661868.00
DataA val = 561, OpTotSq= 2976589.00
DataA val = 49920, OpTotSq=-1799984256.00
DataA val = 547, OpTotSq=-1799684992.00
DataA val = 672, OpTotSq=-1799233408.00
DataA val = 710, OpTotSq=-1798729344.00
DataA val = 211, OpTotSq=-1798684800.00
DataA val = 403, OpTotSq=-1798522368.00
OpEn= 16.00, OpTotSq=-1798522368.00, OpTot=56946.00
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?!!
.
Probable answer: the high value is pushing beyond the single-
precision default for Fortran reals?


His hunch would seem to be correct.

After 2147483648 is when 32bit signed numbers turn negative (and then get smaller). He's at -1799984256 when he reaches it first in his debug statements. Only a difference of 347.5 million with respect to values in the 2 billion range.

This isn't particularly odd or unheard of. It's a bug and one needs to fix it. But here's where I laughed out loud. This made my day. The following comment follows immediately the above quoted snippet.

Value located in pre.0312031600.dtb:

-400002  3513   3672  309 HAMA                 SYRIA         1985 2002   -999     -999
6190  842  479 3485  339  170  135  106    0    9  243  387  737
1985  887  582   93   16   17    0    0    0    0  352  221  627
1986  899  252  172  527  173   30    0    0    0   84  496  570
1987  578  349  950  191    4    0    0    0    0  343  462  929
1988 1044  769  797  399   11  903  218    0    0  163  517 1181
1989  269   62  293    3   13    0    0    0    0  101  292  342
1990  328  276   83  135  224    0    0    0    0   87  343  230
1991 1297  292  860  320   70    0    0    0    0  206  298  835
1992  712 1130  222   39  339  301    0    0    0    0  909  351
1993  726  609  452   82  672    3    0    0    0   34  183  351
1994  625  661  561   41  155    0    0    0   22  345  953 1072
1995  488-9999-9999  182-9999    0-9999    0    0    0  754-9999
1996-9999  40949920-9999   82    0-9999    0   36  414  112  312
1997-9999  339  547-9999  561-9999    0    0   54  155  265  962
1998 1148  289  672  496-9999    0    0-9999    9   21-9999 1206
1999  343  379  710  111    0    0    0-9999-9999-9999  132  285
2000 1518  399  211  354   27    0-9999    0   27  269  316 1057
2001  370-9999-9999  273  452    0-9999-9999-9999  290  356-9999
2002  871  329  403  111  233-9999    0    0-9999-9999  377 1287

(value is for March 1996)

Action: value replaced with -9999 and file renamed:

pre.0312031600H.dtb   (to indicate I've fixed it)

.dts file also renamed for consistency.

anomdtb then runs fine!! Producing the usual txt files.


See March 1996? It has a value of 49920. Replace with -9999 (a special value to omit this when processing). That fixed it. Remove the data that causes the program to crash and VOILA! Problem fixed. "anomdtb then runs fine!!" Dontcha know it!

I love "if (data[ i]==crash) data[ i]=-9999;" solutions. They rock!

If one value is suspect, what does that say about the rest?

Here, 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 :-)

If an update station matches a 'master' station by WMO code, but the data is unpalatably
inconsistent, the operator is given three choices:

<BEGIN QUOTE>
You have failed a match despite the WMO codes matching.
This must be resolved!! Please choose one:

1. Match them after all.
2. Leave the existing station alone, and discard the update.
3. Give existing station a false code, and make the update the new WMO station.

Enter 1,2 or 3: 
<END QUOTE>

You can't imagine what this has cost me - to actually allow the operator to assign false
WMO codes!! But what else is there in such situations? Especially when dealing with a 'Master'
database of dubious provenance (which, er, they all are and always will be).


Read the original file for the rest of this comment. It keeps going. The two points here are "I can make it up. So I have :-)" and "dealing with a 'Master' database of dubious provenance (which, er, they all are and always will be)." I didn't even talk about the NUCLEAR option. It's figurative, but yes, there's more to this comment in the file if you're interested.

It's obvious he wants to get from point A (inconstant data) to point B (the predicted model published by the IPCC). Too bad he can't adapt the A* algorithm for his needs.

One more segment of that same comment.

You see? The leading zero's been lost (presumably through writing as i7) and then a zero has been added at
the trailing end. So it's a 5-digi WMO code BUT NOT THE RIGHT ONE. Aaaarrrgghhhhhh!!!!!!

I think this can only be fixed in one of two ways:

1. By hand.

2. By automatic comparison with other (more reliable) databases.

As usual - I'm going with 2. Hold onto your hats.


This isn't unusual either. But for something that will affect the globe's governments, people, economies and infrastructure, it's kind of nonchalant.

Here's a comment from the code itself.

;
; Plots (1 at a time) 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.  


There's been a lot of talk about corrected figures online. But what this is talking about are proxy measurements. A proxy measurement is one you use instead of a direct measurement. From what I've heard, they used tree ring measurements as an indication of the temperature in the past (a dubious practice). After 1960, they trended downwards, so they were "corrected". Other corrections involved the moving of stations, but these were not consistent either since the raw data before and after were relatively flat. But after correction, they trended upwards. Did the recording devices become uncalibrated over time that they would record lower temperatures over time? Seems a bit ridiculous.

; Computes regressions on full, high and low pass MEAN timeseries of MXD
; anomalies against full NH temperatures.
; THIS IS FOR THE AGE-BANDED (ALL BANDS) STUFF OF HARRY’S
;
; Specify period over which to compute the regressions (stop in 1940 to avoid
; the decline
;


STOP IN 1940 TO AVOID THE DECLINE!

There is other stuff about 1960 and from the last several years that have been omitted as well. Is this real? I realize this is more of a debug log as he's trying to fix things. But the fixes are appalling. I read up on science and other programming blogs how there's nothing to see here. But this should not surprise me coming from people who debate religiously about what language is best and how the scientific community is not corrupt.

The new tactic is to call anyone who says that the models for climate change are fake as "deniers". This is similar to "truthers" and "birthers". The deniers are tin foil wearing nut cases. To me, this is more proof that the books were cooked. If it's not ok to debate the issue without being called names... if dissent is treated with such hostility, then something is up.

Here is another analysis of the code and comments. For me, the going on's both with the programmer and with the scientist is business as usual. I know personally from having this blog what kind of responses one gets with unpopular or dissenting views by those who are religiously attached to their point of view. In today's world, it's science by proclamation and declaration.

On a science blog I will not link to said that it's ridiculous to say that certain programming languages aren't well suited for certain tasks. This is in response to the following quote from the previously linked article. (More here.)

Neither fortran nor IDL are the tools I would use for text processing - perl, awk, sed (all traditional unix tools available on the platforms the code runs on as far as I can tell) are all better at this. Indeed awk is used in a few spots making one wonder why it is not used elsewhere.



This is a valid assessment. If awk was used in one place, it's curious why it wasn't used more. I've used awk, sed and perl. They are VERY good at text processing. I used to write scripts all the time in University to monitor users and CPU time on all machines in the lab so that I could leech CPU time from free machines and be able to chat with other people in the room. You can parse output from commands very easily with these tools (though I used cshell, bourne shell and korn shell (didn't know about Perl back then)).

But no, this is crazy talk.

The problem isn't that these are scientists and not programmers or that he's trying to get a consistent database or any of that. It's that everything is unreliable and the raw data has been dumped. We know that the model(s) for climate change are bunk. They were made up. This isn't the only model that's bunk. The model for radiation energy "bounced" back into space has been debunked. And even if you believe the data COULD BE correct, it doesn't matter. It simply cannot be trusted.

It goes beyond this too. The amount of power and reach that the IPCC had over editors and research grants made it so they controlled every aspect of peer review. This is not science by any stretch of the imagination.

The IPCC has helped shape the way mankind makes decisions about global climate change.

Now, one must be careful. We don't know exactly what code was actually used or if the above mentioned code was the final version or not. If it was, then it can't possibly get much worse. The whole climate change theory needs to be reset.

I'm expecting that a lot of it will be denied or covered up. The MSM is obviously keeping quiet on the issue. I'm fully expecting that the above code will be dismissed as an earlier attempt to create a consistent database and that any correction was simply done with that goal in mind.

What I'm waiting for is how they will explain the dumping of the raw data and the refusal to release this data for years (they never released it at all BTW). If you didn't know this yet, it's true. The climate change models are based on data you're not allowed to see because someone might use it to discredit said model. This is according to Phil Jones at the IPCC.

The other thing is that billions of dollars (aside from the millions already obtained) are riding on the climate change theory. I wonder if people who are higher up will start asking questions? I'm not optimistic, but you never know. At the very least, there is very good indication of avoidance of FOI laws and even possibly fraud.

As one person said, I'd buy what the ShamWOW guy is selling before I buy what Phil Jones is selling.

In any case, as a conspiracy buff, I'm enjoying the popcorn.

---

Other snippets from the HARRY_READ_ME.txt file.

Who's who and their emails (youtube).

CRU FOI Avoidance (First hand account and a behind the scenes look revealed by the emails)

How CRU Peer Review actually works (youtube)

An apt quote that everyone should ask these CRU scientists.

On two occasions I have been asked, 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question.

-Charles Babbage

Generic ListIntel 48 Core Processor (Update: Larrabee canceled)

Comments

Unregistered user Monday, November 30, 2009 11:07:34 AM

Steve Netwriter writes: Hi, That's a very nice article, thanks. That's my link at the top. Thanks for including it. I'm glad I'm not the only one who finds some of these programmer issues funny. Re the MSM, I'm trying to get this out to as many people as possible. I am concentrating on the BBC. BBC Radio 4: Quentin Cooper Talks to Philip Stott & Tom Crowley about CLIMATEGATE Scandal, and details of the emails revealed http://neuralnetwriter.cylo42.com/node/2445 That is the ONLY good coverage on the BBC AFAIK. Search for "BBC Climategate Scandal Coverage". Keep up the pressure. Steve

Unregistered user Monday, November 30, 2009 12:46:58 PM

Dan writes: A fun (and sad) read! Thanks. Some of that stuff is pretty crazy :-/ You're right though, unpopular facts make people angry, popular fallacies make people happy... hrm. PS: Hows Project V going? Haven't heard anything in a while. My own blog has sadly been stalled due to work and focus on my spreadsheet. Hopefully I'll be inspired to update again soon.

Vorlath Monday, November 30, 2009 5:30:11 PM

@Steve: Thanks for your comment. I saw that ABC did a segment on climategate. It was actually better than I thought, but Krugman (sp?) is really ignorant of the topic. BBC and other news sites DO have opinion pieces on their sites. But it's slow coming. I think this caught them completely by surprise and it's not yet obvious to them what the code implies (or even that it exists).

@Dan: About climategate, the fallout from this will really be that I agree we should reduce emissions and keep our planet clean. But I simply can't disregard that the data was made up and altered whichever way. I'm also hearing that individuals have no real effect on the total impact. It's the large corporations that control the natural resources. True or not, I'm not sure. And that's the sad thing is that this is a blow not just to climate change, but to everyone who wants real answers. A lot of credibility has been lost.

About Project V, it has unfortunately stalled in recent times because of other projects. But I started looking into it again. I'm not going to bother with undo right now. It's too involved and I have the infrastructure in place to implement it later. I'm now moving on to finishing building networks and running them, but I noticed I don't have a multi-line edit box written yet. So I have to complete that first. I want it because I'm going to use a command line for some of the custom component creation. Building networks will be done directly in the interface. So that's the plan and I have started to code this up again. I'm still not 100% into the swing of things though.

Unregistered user Tuesday, December 1, 2009 11:41:01 AM

Kyle Lahnakoski writes: You say: >> What I'm waiting for is how they will explain the dumping of the raw data and the refusal to >> release this data for years I completely understand why there is a refusal to release original data: 1) The general public is too stupid to understand it, which leaves them vulnerable to… 2) The infotainment corporations, which will use a simple anomaly to discredit *all* climate data ever produced 3) Original data is a rich source of papers; a scientist giving it away is akin to music industry giving away copyright The infotainment corporations will discredit *all* climate data by finding a single error in the original data. Barring the access to the original data, the infotainment corporations will use the correction code to show the original data was flawed and therefore wholly unreliable. You seem to agree when you say “The whole climate change theory needs to be reset.” This is an easy, but irresponsible, conclusion. Measurements can have errors, they can even trend in the wrong way for a decade. Consider the construction of the casino and hotels at Niagara falls: Any instruments there would measure a cooling and wetting trend over the last decade, as the prevailing winds interact with the new buildings to draw the Fall’s mist inland. It would be legitimate to correct the Niagara Falls downward slope to match the other location’s data. The Niagara Falls data is not wholly wrong: It is still good for revealing year-to-year temperature differences; and good for contributing to overall variance calculations. An upward trend is also seen by instruments placed in growing cities. You say: >> I love "if (data[ i]==crash) data[ i]=-9999;" solutions. They rock! >> If one value is suspect, what does that say about the rest? Replacing data that crashes the processing will not affect the statistical trends, if they exist. If anything, removing data will hide any trend. In conclusion, I see no malfeasance here. All I see is a scientist removing inconsistencies between data sources. I do not see a scientist removing inconsistencies between data and his theory. Statistical trends can still be seen through noisy data, and statistical trends can still be extracted from piecewise-linear-corrected data.

Vorlath Tuesday, December 1, 2009 9:38:26 PM

In conclusion, I see no malfeasance here.



That's complete nonsense. You're arguing that garbage input data can produce the correct output. Even if all the data was correct, you could still not get an accurate model because the margin of error is more than their predictions.

They didn't just remove ONE data item. The entirety of the input data is unreliable. On top of that, they specifically cherry picked what data they wanted. If that didn't do the job, they would skew the data at the end upwards. If that didn't work, they would skew the data at the front downward.

An upward trend is also seen by instruments placed in growing cities.



Yes, and this data cannot be used for any predictions. Even old stations that used to be outside of cities can find themselves inside a city over the course of time. But in many cases, they keep this data because it suits their model.

1) The general public is too stupid to understand it, which leaves them vulnerable to…
2) The infotainment corporations, which will use a simple anomaly to discredit *all* climate data ever produced
3) Original data is a rich source of papers; a scientist giving it away is akin to music industry giving away copyright



UNACCEPTABLE!

#2 is asinine. You can't have science if you hide the facts. #3 is even more absurd. This is science funded by taxpayer money.

The general public is too stupid to understand it



That's not your decision to make. And it should be made available to anyone that wants to verify the models. I have to respectfully disagree that science by attrition is valid science.

Everything you say is unacceptable for proper behaviour in the scientific community. If you hide your data, why should I believe anything you have to say? This isn't American Idol. Science isn't done on the basis of how many scientists vote one way. Well, actually it is, but it shouldn't be. As Einstein said when the book 100 Authors Against Einstein disagreed with him: "If I were wrong, then one would have been enough!"

I can read any paper out there and learn the material if I don't already know it and see if anything is wrong. Note that I don't need to understand all details. But if I start seeing things that I know to be wrong, like faked data, coercing editors to not publish opposing views, deleting emails and data, etc., it's pretty obvious this is a scam. It's like Dijkstra said about debugging: "Testing shows the presence, not the absence of bugs." IOW, you don't need to know all the details to find flaws.

In this case though, I understand it all too well. I've seen it with my own eyes and this is the biggest scientific hoax the world has ever seen.

To say that you "see no malfeasance here" is not only dishonest, but harmful to having open and honest scientific discussion.

Vorlath Tuesday, December 1, 2009 10:38:39 PM

If you want even more proof that this is a scam, go to the University of East Anglia's website. Scroll down at the bottom.

Look at the graphs. These have already been discredited. The "hockey stick" figure is a hoax. And read through the article. They still defend everything, yet there's going to be an independent investigation? They're continuing the same tactics as before in stating their conclusions before obtaining the facts.

Look at where the data came from.

In red, Jones et al. (no longer credible source and never was.)
In blue, Mann et al. (creator of the hockey stick figure which has been discredited time and again).
I haven't had time to check Briffa yet. (edit: I have now and he's responsible for the Yamal fiasco. I can't believe how crooked this gets.)

CRU climate data already ‘over 95%’ available



From Phil Jones.

Same excuse as in the emails. Except he won't say WHICH data he used for his model. That's why the FOI requests were made in the first place.

Looks like it's business as usual. This is not the hoax you are looking for. Nothing to see here. Move along.

Vorlath Tuesday, December 1, 2009 10:47:55 PM

There's more. It looks like East Anglia has no clue what's going on.

Phil Jones comments further: “One of the three temperature reconstructions was based entirely on a particular set of tree-ring data that shows a strong correlation with temperature from the 19th century through to the mid-20th century, but does not show a realistic trend of temperature after 1960. This is well known and is called the ‘decline’ or ‘divergence’. The use of the term ‘hiding the decline’ was in an email written in haste. CRU has not sought to hide the decline. Indeed, CRU has published a number of articles that both illustrate, and discuss the implications of, this recent tree-ring decline, including the article that is listed in the legend of the WMO Statement figure. It is because of this trend in these tree-ring data that we know does not represent temperature change that I only show this series up to 1960 in the WMO Statement.”

The ‘decline’ in this set of tree-ring data should not be taken to mean that there is any problem with the instrumental temperature data. As for the tree-ring decline, various manifestations of this phenomenon have been discussed by numerous authors, and its implications are clearly signposted in Chapter 6 of the IPCC AR4 report.



They cherry picked what trees they used. From what I've seen, they used a handful of trees that gave results they wanted and ditched the rest. Tree rings as a proxy is dubious at best. They don't know why there is a divergance and cannot demonstrate that tree rings are an adequate proxy.

It's shoddy science like this that really hurts the scientific community. And this is just the beginning. The shifting of data downwards at the front and shifting it upwards at the end is still not explained.

(edit: I'll try to find the email where CRU admits that tree rings as a proxy is completely FUBAR. The CRU itself doesn't believe in it. If that's not faking the data, I don't know what is.)

Vorlath Wednesday, December 2, 2009 12:14:00 AM

Found a few items.

Email ID: 839858862.txt

(c) Climate variance explained by the proxy variable--close to zero for
ice core isotopes, up to 50% for tree rings, somewhere in between for
most other indicators. How valuable are such partially explained records
in helping explain the past?



(e) Frequency dependence of explained variance---the classic example
here is tree rings, where it is exceedingly difficult to get out a
credible low frequency (50+ year time scale) message. Work in this area
could reap useful rewards.



Email ID: 845217169.txt

For climatologists, the search for an irrefutable "sign" of anthropogenic warming has assumed an almost Biblical intensity. The leading figures of the UN's Intergovernmental Panel on Climate Change (IPCC), claim that, in all probability, they have seen it. Last summer [ed: 1996], the IPCC's scientific working group, chaired by former UK Meteorological Office boss Sir John Houghton, concluded that "the balance of evidence suggests a discernible human influence on global climate". But it is like the "balance of evidence" suggesting BSE causes CJD. The judgment is far from "beyond reasonable doubt". The case remains "not proven".



I've learned that Briffa has been doing research into tree rings as seen in the same message.


By analysing those rings, Briffa and his colleagues at the Climatic Research Unit in the University of East Anglia have charted these sudden and dramatic shocks to the climate system, from Changbai to Pinatubo in 1991. Larches in the forests of the northern Urals, for instance, have revealed that 1032 was the coldest summer there in a thousand years, more than 6 degrees cooler than the long-term average. Four of the five coldest summers in Europe and North America during the past four centuries (1601, 1641, 1669, and 1912) coincided with known major volcanic events. "We are pretty certain the fifth one, in 1699, did too," says Briffa. "But the geologists haven't found the volcano yet."

It is clever work. But the science of tree-ring analysis, dendrochronology, is more than just a party piece for botanists. Every ring in every tree round the world contains a memory of the climate the year it was formed. Reading these rings holds the potential, Briffa believes, to answer one of the most vital questions of our time: has human activity started to warm the planet?



Search for the holy grail! Will they cheer when they find it? If you look long enough, you'll find it.

(edit: For those that want to know... If 1032 was the coldest in a thousand years, this would deny the existence of the Medieval Warm Period. The MWP is troublesome for climate researchers as it shows that warming can exist without human intervention and is not linked to CO2 levels. The MWP did exist as it was documented by people living at the time and it was also when the Vikings settled on Greenland.)

Read the whole thing. It's far from a "done deal".

Few investigators doubt that the world has warmed recently. Nor that the enhanced "greenhouse effect" of pollution from gases such as carbon dioxide, will warm the planet. But in the past five years, climate researchers have growing increasingly aware of how little they really know about the natural variability from which they must pick out the "signal" of human influence.

One prominent IPCC researcher concerned about this gap in knowledge is Simon Tett from the Hadley Centre for climate modelling at the Meteorological Office, home to one of the world's five leading global circulation models, capable of recreating a mathematical version of how the atmosphere works and of running simulations of climatic changes over decades or even centuries. He says that "in the past, our estimates of natural variability have been based on climate models." But this autumn [date?], he says, those estimates have been thrown into turmoil by a paper published in the journal The Holocene. In it, Tim Barnett of the Scripps Institution of Oceanography, part of the University of California at San Diego, compared model estimates of natural temperature fluctuations over the past 400 years with the best evidence from the real world -- from instruments in the past century and "proxy data", such as Briffa's tree rings, from before that.

The result was bad news for the modellers. The two models examined -- one German, the other American -- generated a natural variability of around 0.1 degree C per century. This was less than half that revealed in the proxy data. "Of course we don't have to believe the proxy data. They certainly have problems attached to them. But my belief is that they both models, and proxy data too, underestimate real variability," says Barnett

The models' error was not, perhaps, too surprising. As Barnett points out, they do not include vital "forcing" mechanisms that alter temperature, such as solar cycles and volcanic eruptions. Nor can they yet mimic the strength of the largest year-on-year variability in the natural system, the El Nino oscillation in the Pacific Ocean, which has a global impact on climate.

Nonetheless, the findings should serve as a warning, Barnett says, that "the current models cannot be used in rigorous tests for anthropogenic signals in the real world". If they are they "might lead us to believe that an anthropogenic signal had been found when, in fact, that may not be the case."



(Emphasis mine throughout).

So will you believe the scientists themselves?

There are TONS of other emails like this. There was one that said it point blank that tree ring analysis was nothing more than fantasy.

"We wrote a long list of caveats in that chapter," says Barnett. "We got a lot of static from within IPCC, from people who wanted to water down and delete some of those caveats. We had to work very hard to keep them all in." Even so, when the findings were first leaked to the New York Times, it was under the headline "Scientists finally confirm human role in global warming".



The relationships between ring growth and summer temperature are not a precise. But comparisons between the recent rings and known climatic data show that the rings can capture at least half of the summer temperature variability.



Yeah, as long as it's not after 1960.

For those interested in the MWP debate.

There were also long warm spells between 900 and 1100, known as the medieval warm period, and 1360 to 1560. [ed: show graph from NERC paper].



This is still from the tree ring data.

This paragraph scares me.

Briffa grins at the prospect. "The trend seems to be accelerating. We are getting reports back from Stepan, our man in the Urals, that it was warmer this spring on the Yamal peninsula there than ever before, and tree growth has been absolutely fantastic. It is a major warming, like nothing seen there for a thousand years -- and it is what the climate models predict." Caution prevails, but the elusive pattern of man-made global warming may just be emerging amid the larch groves on the sunny hills of northern Siberia.



WHAT. THE. FUCK?!

That's just pure insanity.

(edit: Readers should be aware that the above results from the Yamal tree rings have been debunked. Briffa is apparently still trying to defend the Yamal fiasco.)

Email ID: 981859677.txt

From John Daly specifying problems with tree rings.


Dear Chick & all

> the first is Keith Briffa's rather comprehensive treatment of getting
> climate variations from tree rings: Annual climate variability in
> the Holocene: "interpreting the message of ancient trees", Quaternary
> Science Reviews, 19 (2000) 87-105. It should deal with many of the
> questions people raise about using them to determine temperatures.

Take this from first principles.

A tree only grows on land. That excludes 70% of the earth covered by
water. A tree does no grow on ice. A tree does not grow in a desert. A
tree does not grow on grassland-savannahs. A tree does not grow in
alpine areas. A tree does not grow in the tundra

We are left with perhaps 15% of the planet upon which forests
grow/grew. That does not make any studies from tree rings global, or
even hemispheric.

The width and density of tree rings is dependent upon the following
variables which cannot be reliably separated from each other.

sunlight - if the sun varies, the ring will vary. But not at night of
course.
cloudiness - more clouds, less sun, less ring.
pests/disease - a caterpillar or locust plague will reduce
photosynthesis
access to sunlight - competition within a forest can disadvantage or
advantage some trees.
moisture/rainfall - a key variable. Trees do not prosper in a drought
even if there's a heat wave.
snow packing in spring around the base of the trees retards growth
temperature - finally!

The tree ring is a composite of all these variables, not merely of
temperature. Therefore on the 15% of the planet covered by trees, their
rings do not and cannot accurately record temperature in isolation from
the other environmental variables.

In my article on Greening Earth Society on the Hockey Stick, I point to
other evidence which contradicts Mann's theory. The Idso's have produced
more of that evidence, and a new article on Greening Earth has
`unearthed' even more.

Mann's theory simply does not stack up. But that was not the key issue.
Anyone can put up a dud theory from time to time. What is at issue is
the uncritical zeal with which the industry siezed on the theory before
its scientific value had been properly tested. In one go, they tossed
aside dozens of studies which confirmed the existence of the MWE and LIA
as global events, and all on the basis of tree rings - a proxy which has
all the deficiencies I have stated above.

The worst thing I can say about any paper such as his is that it is `bad
science'. Legal restraint prevents me going further. But in his case,
only those restraints prevent me going *much* further.

Cheers

John Daly



Email ID: 990718382.txt

With respect to an ABC interview.

>>Whatever is shown, just keep it in context. There is no way a clear >>scientific point with all the caveats and uncertainties can come across >>in such venues. However, I do agree with Stossel's premise (though I >>don't know what the piece will actually look like so I may be >>disappointed) that the dose of climate change disasters that have been >>dumped on the average citizen is designed to be overly alarmist and
>>could lead us to make some bad policy decisions.
(I've got a good story >>about the writers of the TIME cover piece a couple of months ago that >>proves they were not out to discuss the issue but to ignore science and
>>influence government.
)



I just don't think tree rings, if
>>averaged over a century, can tell us which century was warmest. We've
>>never had two complete, independent centuries of global instrumental
>>data (separated by more than one century) to even test this idea.



Email ID: 990718506.txt

About the hockey stick. The following quote is from Competitive Enterprise Institute sent from Mann (creator of the debunked hockey stick model) to Kevin Trenberth.

> > Natural Cycles. The main propaganda device of the TAR is the
> >"hockey
> > stick graph." The graph is a temperature record derived from
> >tree rings
> > dating back to 1000 AD and running through 1900, with the
> >20th century
> > thermometer-based temperature data attached at the end.[9]
> >It claims to
> > show that global temperatures have remained steady or even
> >decreased
> > during the last millennium until the industrial age, when
> >there was an
> > anomalous warming represented by the blade of the hockey
> >stick. The
> > hockey stick is largely bogus, however. The margin of error
> >is so large
> > that nearly any temperature trend could be drawn to fit
> >within it.
> >
> >
> >
> > The hockey stick features prominently in all of IPCC Chairman
> >Robert
> > Watson's speeches, and to the uninitiated it is very
> >persuasive. Senator
> > John McCain (R-AZ), for example, expressed alarm when he saw
> >the
> > graph at Commerce Committee hearings last May.



Kevin Trenberth responds.


You are right: this is a disinformation campaign.



And yet, the hockey stick model is now known to be a pure fabrication.

This entire exchange needs to be read. It really is a global conspiracy. This one is from someone at the University I went to. You'll note the hostility to any opposing views.

> > >I was rather horrified by the inaccurate statements about tree-ring
> > >dating that you allowed to slip into print in the interview with Thomas
> > >Pakenham today. Tree-ring science is an exact science -- none of the
> > >data obtained from tree rings would be useful if the dates were
> > >inaccurate.



Get it?

Tree-ring science is an exact science



So there.

There's just too much. This is a complete and utter joke.

I will end it with Phil Jones.

Email ID: 1120593115.txt

John,
There has been some email traffic in the last few days to a week - quite
a bit really, only a small part about MSU. The main part has been one of
your House subcommittees wanting Mike Mann and others and IPCC
to respond on how they produced their reconstructions and how IPCC
produced their report.
In case you want to look at this see later in the email !

Also this load of rubbish !



Read the rest of the email to find out what is rubbish.

At least right here, "your House subcommittees wanting Mike Mann and others and IPCC to respond on how they produced their reconstructions and how IPCC produced their report".

RUBBISH!

If ANYONE dares to say that this isn't a hoax, they are just deluding themselves or are flat out lying. There's MORE of this stuff. LOTS MORE. In fact, it seems to never end.

Unregistered user Friday, December 11, 2009 9:28:57 PM

Steve Netwriter writes: Hi again :) A few points from me. 1. Your reply @ December 2009, 21:38 is VERY good. 2. The BBC effectively decided to reflect the "consensus" versus the "skeptics". See: http://www.beaufortobserver.net/publicationreturnframe.lasso?-token.address=www.bbc.co.uk/bbctrust/assets/files/pdf/review_report_research/impartiality_21century/report.pdf and search for "climate". So in some ways the explains their slowness to react. 3. There is also the point about people like David Bellamy being ostracised. http://neuralnetwriter.cylo42.com/node/2421?page=9#comment-2354 That is clear bias, and I think like you, I find that unacceptable. Steve

Write a comment

New comments have been disabled for this post.

June 2012
S M T W T F S
May 2012July 2012
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30