Tamino’s Folly - Temperatures did drop this past decade

21 10 2008

Guest Post by Jeff Id:

“Tamino” has made a couple of posts on how the last 10 year drop in temperature is not statistically significant, so it isn’t real. He went too far in his last one and began claiming it was a tactic of some kind of creature called a denialist to confuse and confound the public.

Let’s see what Tamino has been saying on his blog link HERE.

Some of you might wonder why I make so many posts about the impact of noise on trend analysis, and how it can not only lead to mistaken conclusions about temperature trends, it can be abused by those who wish deliberately to mislead readers. The reason is that this is still a common tactic by denialists to confuse and confound the public.

I just hate bad science. First he points out how Bjorn Lomborg made some comments about temperature decreasing, after placing the ever more popular label of denialist on him implying Lomborg’s statements were intended to confound and confuse the public. Heres the main point of what Bjorn Lomborg said.

They (temperatures) have actually decreased by between 0.01 and 0.1C per decade.

Ok, so graphs like the one below are the reason Bjorn Lomborg is a denialist.

I copied this graph from Digital Diatribes of a Random Idiot - A great unbiased site for trends (link on the right). Note the slope of -.0082 (.01C/month units or .00098 degC/year - Thanks to digitial diatribes comment below) in the equation on the graph. Most of us know this is actual data and is correct, in fact every measure is showing similar results. The earth stopped warming- a very inconvenient truth. So Tamino what’s the argument, why are the evil and uncooperative denialists wrong?

Statistics of course.

Here comes the numbers from Tamino.

The most natural meaning of “this decade” is — well, this decade, i.e., the 2000’s. So I computed the trend and its uncertainty (in deg.C/decade) for three data sets: NASA GISS, RSS TLT, and UAH TLT, using data from 2000 to the present. To estimate the uncertainties, I modelled the noise as an ARMA(1,1) process. Here are the results:

Data Rate
(deg.C/decade)
Uncertainty
(2-sigma)
GISS +0.11 0.28
RSS +0.03 0.40
UAH +0.05 0.42

All three of these show warming during “this decade,” although for none of them is the result statistically significant.

Ok Tamino has calculated GISS, RSS and UAH. One ground measurement and two satellite. For those of you who don’t spend their afternoons and weekends digging into this. ARMA is a fancy sounding method for what ends up being a simple process Tamino has used to estimate the standard deviation of the temperature. Sometimes it seems the global warming guys believe the more complicated the better, but no matter. He has a 2 sigma column which represents about 95%. He then goes on to say that because of the sigma 0.28 or 0.40 is bigger than the trend, the trend is not statistically significant. He repeats the comment below.

Let’s make the same calculation using data from January 1998 to the present:

Data Rate
(deg.C/decade)
Uncertainty
(2-sigma)
GISS +0.10 0.22
RSS -0.07 0.38
UAH -0.05 0.38

Finally one can obtain negative trend rates, but only for 2 of the 3 data sets. But again, none of the results is statistically significant. Even allowing this dreadfully dishonest cherry-picked start date, the most favorable

Now Tamino claims to be a statistician so I can’t see how he made such a simple boneheaded error but if he wants to pitch softballs, I’ll hit em. Just to make sure he’s in good and deep here’s one more quote.

I’ve previously said “Those who point to 10-year “trends,” or 7-year “trends,” to claim that global warming has come to a halt, or even slowed, are fooling themselves.” I may have been mistaken; is Lomborg fooling himself, or does he know exactly what he’s doing?

So, Mr. Lomborg, we’re all very curious: how did you get those numbers?

Wrong turns everywhere

The first and really obvious error Tamino makes is referring to the short term variation in temperature as noise. Noise in the context of sigma is related to measurement error. How can we determine the measurement error of the three methods GISS, RSS and UAH. Well the graph of the three is below.

The first thing you notice from this graph is that the 3 measurements track each other pretty well. The signal is therefore not completely noise. Well what is the level of noise? We have above 12 measurements per year times 29 years. So we don’t need ARMA or other BS we can simply subtract the data. I put the numbers in a spreadsheet and calculated the difference between RSS and GISS, RSS and UAH and UAH and GISS. With 348 measurments for each type of instrument I was able to get a very good estimate of standard deviation of the actual measurements. Again, no ARMA, just using the difference between the graphs.

GISS - RSS one sigma 0.099 Two sigma 0.198

RSS-UAH one sigma 0.101 Two sigma 0.202

GISS-UAH one sigma 0.058 Two sigma 0.116

These are actual numbers and are substantially lower than the estimated two sigma by Tamino but still bigger than the 0.1 C per decade although the two sigma GISS - UAH is within a 90% confidence interval already!

This isn’t the end though. Tamino ended his discussion there implying shenanigans and other things of those who see a trend.

Both of our standard deviation calcs are for a SINGLE measurement NOT a trend.

This is a big screw up. How can a self proclaimed statistical expert miss this, it’s beyond me. Anyway, none of us is universally right every day but most hold their tongue rather than post a big boner on the internet. Well most scientists realize that when you take more than one measurement of a value you improve the accuracy. So being a non-genius, I used R to calculate what the statistical certainty of the slope is when taken over 10 year trends. Thanks again to Steve McIntyre for pointing me to this software. I don’t love it but it is convenient.

t=read.csv(”c:/agw/giss data/10 year variation.csv”, header=FALSE)

x = (1:length(t[,1]))

y=t[,1]

a=gls(y ~x)
confint(a)

confint(a)[2,1]-confint(a)[2,2]

y=t[,2]

a=gls(y ~x)
confint(a)
confint(a)[2,1]-confint(a)[2,2]

y=t[,3]

a=gls(y ~x)
confint(a)
confint(a)[2,1]-confint(a)[2,2]

What this script does is load the difference files i.e. GISS-UAH, fits a line to them and presents a number for the statistical confidence interval of the slope coefficient at 95 percent confidence which is about two sigma. The confidence of the slope of the trend is as follows

GISS - RSS Two sigma 0.00108 DegC/year

RSS-UAH Two sigma 0.001068 DegC/year

GISS-UAH Two sigma 0.0005154 DegC/year

Despite a standard deviation of .02 We have a twenty times more accurate slope measurement of 0.001degC/year !

Conclusions

1. We can say with a high degree of certainty that we know the trend of temperature for any ten year plot to within .01 degC/decade.

2. We can say that temperatures have dropped this past decade, just as our eyes looking at the graphs had already told us.

3. We can also say that Tamino owes a few more apologies.

He and Real Climate still don’t let me post on their blogs!

I wonder why?


Actions

Information

50 responses to “Tamino’s Folly - Temperatures did drop this past decade”

21 10 2008
Graeme Rodaughan (15:18:05) :

“I wonder why?”

Your’ve gotta fit the agenda….

Conformance to the AGW mantra = Expertise and Opportunity to Speak!

I’m actually reminded by the scene of Neo’s mouth being closed in the first Matrix movie… No opportunity to complain or contribute if you cannot be heard.

21 10 2008
Leon Brozyna (15:32:02) :

Wait a minute here. Does this mean that certain of the AGW proponents are now *gasp* in a state of denial?!!

21 10 2008
Michael Hauber (15:42:05) :

Are you confusing measurement noise (i.e. difference between RSS and Uah) for ‘weather’ noise (i.e. the difference in temperature due to variations such as ENSO?)

21 10 2008
Mike C (15:44:07) :

This guy is a politically motivated nobody, why even waste your time with him?

REPLY: Funny, he says the same thing about me. ;-)
- Anthony

21 10 2008
Les Johnson (15:44:47) :

Jeff: A couple of questions:

Does this also work with the RSS, GISS and UAH data, individually, for each slope? Not just the slopes of the difference?

If I am interpreting this right, this means that the slope over a period of time (10 years), is much more accurate than a single point. No surprise there. But, one of the standard counter arguments, is that longer term trends (1979-2008) show positive trends, vs 1998-2008. What does this show over the period 1979-2008? Does the two-sigma value get higher? Does the two-sigma value get higher as the end point progresses toward the present (1979-1998 vs 1979-2008)? If so, would this indicate that the longer term trend is getting less reliable, as the two-sigma gets a higher value?

Lastly, would you like someone else to try to post this at Tamino’s?

21 10 2008
BoulderSolar (15:49:10) :

Ok now I am confused. Isn’t what Tamino refers to as noise is NOT measurement error but the “weather” noise hiding the linear trend?

21 10 2008
FatBigot (15:49:46) :

Thank you Mr Id, I enjoyed that.

21 10 2008
SportUTE (15:59:50) :

One other note to add regarding the trendline. The R-Square number is a measly 0.0003, thus indicating that there is no statistical significance of temperature change over time. Down or Up.

21 10 2008
Michael Hauber (16:00:07) :

Another question to consider. Which of these statements is true:

The accuracy of our temperature measurement is better than 0.2 degrees. Therefore the lack of warming over the last 8 years is not due to measurement error. And the warming over the last 30 years is definitely not due to measurement error.

The accuracy of the temperature measurement is worse than 0.2 degrees. Therefore the lack of warming over the last 8 years could easily be measurement error.

The accuracy of the temperature measurement has been good in the last 10 years while we have observed no warming, and poor over the last 40 years when we observed warming. I justify this claim due to ??

21 10 2008
Jeff Alberts (16:08:05) :

Since many of the historical measurements, and even some of the current ones, are people reading a min/max thermometer, I’d say, just at a very rough guess, that both the accuracy of the thermometer is less than .2c accuracy and the skill of the reader adds another order of magnitude of measurement error.

21 10 2008
Pieter F (16:27:00) :

Tamino’s Folly is simply another example of insignificant climate trends (too small a time frame or relative degree of change) that are over wrought with questionable analysis trying to prove a flawed point or support a political agenda.

This may be a little OT, but underscores the notions of time frame and significance of change. Did anyone see in Nature that Global Warming causes giant magnets? The article said, “Scientists have unearthed giant magnetic fossils, the remnants of microbes buried in 55-million-year-old sediment. The growth of these unusual structures during a period of massive global warming provides clues about how climate change might alter the behaviour of organisms.”

OMG! If we don’t stop AGW now, we’re going to get giant magnets! A missing detail from the article is that there was no ice on the planet at the time with a sea level 200 meters higher than now. The IPCC predicts a sea level rie in the next century of less than 1 meter. I guess we call all still be concerned about GW-caused magnets.

The URL is here: http://www.nature.com/news/2008/081020/full/news.2008.1180.html

21 10 2008
Robert in Calgary (16:28:36) :

I think Tamino has made the transition from Bulldog to Mad Dog.

He’s howling, not at the moon, but at the Sun, the quiet Sun.

21 10 2008
Les Johnson (16:29:00) :

sportute: Granted, the R2 value is low.

It approaches unity, though, as you move the start date forward. Using HadleyCRUT3 data, I get R2 at 0.9872, for 2005-2008 (using Hadley’s projected 2008 global average anomaly).

R2 is high, but the record short.

But, in my opinion, this only shows the value(?) of using arbitrary start and stop dates. I can get nearly any trend, and nearly any value for R2, by changing the dates.

21 10 2008
Spam (16:43:36) :

You know, temperature is a state function. That means that the temperature is an absolute, and is independent of the path that it took to get there.

It actually means that the trend is not particularly important at any given point in time - its the actual value that matters.

Put it this way: I get a glass and fill it with water. It takes 10 seconds to fill. I then drink it in 3 seconds. Now: I could plot water in the glass over time, fit a trend line, and claim that the trendline “proves” that the glass is filling with water. But who cares? The point is that once I have drunk it, the water is gone and the glass is empty.

21 10 2008
Jeff Id (17:05:52) :

First, I have to thank Anthony for carrying my post. I will drop by and answer some of the questions.

I have to address this issue because it was a common point on my blog.

Michael Hauber asked

“Are you confusing measurement noise (i.e. difference between RSS and Uah) for ‘weather’ noise”

Michael I believe has read a different post by Tamino. One which matches ARMA noise to temp and he demonstrates that 10 year down trends happen even though the net change is up. Tamino did a decent job on the post but in his conclusion he conveniently fails to mention that a downtrend also may be a real change in direction.

My point in this post regards a different article by Tamino where he tries, and fails to prove that a ten year trend is not significant because of the overall noise of the data. I am working on a follow up post which will demonstrate that even using the full (and incorrect) noise, the trend in these numbers is statistically significant.

Long story but my argument is independent of which type of noise (weather or instrument). Simply that from the variation in this data we can show that a ten year trend is also significant. The AGW guys must also accept the down with the up. Even if Tamino doesn’t want to.

21 10 2008
John Philip (17:08:24) :

Hi John

So we don’t need ARMA or other BS we can simply subtract the data. I put the numbers in a spreadsheet and calculated the difference between RSS and GISS, RSS and UAH and UAH and GISS.</i.

I am trying to follow your reasoning and would like to try and check your results. When you were subtracting the values for UAH, RSS and GISS, could you tell me the offset you used to cater for the fact that they have different baselines?

thanks,

JP

21 10 2008
RW (17:15:05) :

we don’t need ARMA or other BS- this post is satire, right?

21 10 2008
Patrick Henry (17:19:13) :

The graph looks like a hockey stick, lying flat on the ground. It is pretty funny when people like Tamino are forced to take positions about whether or not there is a slight cooling trend.

Wasn’t it supposed to be really hot now?

21 10 2008
Jeff Id (17:25:07) :

John,

For this calc we only need the variation between measurements so I took the means of each 30yr trend and offset the graphs to have equal mean.

21 10 2008
John Philip (17:29:42) :

I am trying to reconcile these statements:

1. Digital Diatribes of a Random Idiot - A great unbiased site for trends

2. We can say that temperatures have dropped this past decade, just as our eyes looking at the graphs had already told us.

With these graphs from the aforementioned site ..

http://digitaldiatribes.files.wordpress.com/2008/10/giss120raw0908.jpg
http://digitaldiatribes.files.wordpress.com/2008/10/uah120raw0908.jpg

which seem to show a warming 120-month trend. Can anybody tell me where I am going wrong?

JP

21 10 2008
Frank Mosher (17:29:47) :

Having used trend analysis to trade comodities for over 30 years, i have noticed that each commodity has a unique time structure. Using a 30 year moving average to observe PDO would be of very little use, likewise a 2 year moving average for ENSO. Assuming all data is equally accurate (MSU), i like an exponential moving average that gives higher weighting to more recent data. Anthony, i enjoy your website, and visit daily, sometimes twice. I also enjoy the humorous comments.

21 10 2008
George E. Smith (17:34:42) :

Well I have a problem with the whole premise. This UAH plot, and the quite similar (but different) GISStemp plot are plots of “anomalies”, not plots of the global mean surface temperature.

Now the Mauna Loa CO2 data has a distinct trend, because it is derived from raw data made at a single point on the planet in presumably a consistent manner. Remember that “trends” are the derivatives of functions; not the integrals, and the UAH plot above is totally eratic in trend, being sometimes positive and sometimes negative, but that is because it is the result of applying a (consistent) algorithm to a set of data taken from many different places at many different times, and the similar GISS temp is presumably taken from the readings of actual thermometers somewhere.

Just because you can perform some mathematical transformation on a set of data, does not mean there is any validity to the result of doing so.

If ML gathers daily CO2 values, and averages them to come up with a monthly number to plot, that is a valid process for reducing the effect of experimental errors, and measurement noise, to get a better value for a slowly varying funtion.
But GISStemp is a conglomerate of disparate measurment locations where the variable being measured is quite different at each location, because it is supposed to be different. Each of thosae locations will suffer from real noise sources such as weather.

The “true” mean surface temperature of the planet is practically indeterminate, because of the problem of Nyquist violation in the sampling methodology. There aren’t enough thermometers in the universe to properly sample the earth’s surface temperature in compliance with the Nyquist sampling theorem; and the practical violation is so huge, that the aliassing noise corrupts even the zero frequency signal which of course is the average value being sought.

The lay public takes GISStemp as being the actual global mean temperature. UAH say their graph represents lower Troposphere “anomalies”, which presumably is all in the atmosphere, and mostly is not in the life inhabited portions, so it is hardly a misery index for living things.

Trying to low-pass filter any of these anomaly plots, and call the result a trend is subject to different results depending on where you start and finish the trend line, and how long a time interval elapses.

Taking the oldest reliable information from maybe a million years ago, and today’s date data would presumably give the best value for what is being called the trend; but it is not useful for any human decision making processes.
However it does keep the grant money coming in to keep generating such non-information. Those with an axe to grind, or a prediction to support, will pick and choose their start and stop dates to demonstrate the “trend” they are trying to sell.

It is clear from either UAH or GISS, anomaly plots, that the next point to appear on those graphs is quite unpredictable. So much for the notion that there is a trend.

It has been said that random white noise is the highest information content signal possible; because no future data point can be predicted, and there is no valid interpolation process to obtain some past but unmeasured intermediate data point.

In the end we are just having a love affair with the mathematical process, since the data tells us nothing about whether the earth is gaining energy or losing energy; it can’t since that question is not a simple function of any knid of “anomaly”.

21 10 2008
Chris (17:41:49) :

If 2009 is similar to 2008 in global temp anomalies, then the slightly negative trend goes back to 1995 (confirmed with RSS dataset, my preference). Thus, from 1995-2009 (15 years), no warming. Wait till this time next year for more hysterics from the AGW crowd. I believe someone at RC (or Atmoz) said that 15 years of no warmth would mean the climate models are seriously in error. I can’t wait till next year when they start denying their own comments.

21 10 2008
twawki (18:03:29) :

Tamino & real Climate wouldn’t let any dissenting views on their blogs. They are the climate police so scared of factual opinion will demolish their houses of straw.

21 10 2008
John M (18:17:56) :

I wonder why Tamino didn’t use HadCRUT data?

That is after all, the official database of the IPCC and the UN.

21 10 2008
Ashby Lynch (18:31:10) :

Tamino has a graph at his own site on this subject from earlier this year. It uses a running mean of ten years. It is obvious from his graph that his next data point (when 2008 is complete) will show significant cooling. The very warm year of 1998 will come of the average and the cool year of 2008 will come on. It will happen as soon as the December temperatures are out. If he has any intellectual honesty, he will have to admit that significant cooling has occured at least by his definition

21 10 2008
Steve in SC (18:32:08) :

Several things about your temperature measurments.
Once measured you will never increase your accuracy.
By computing averages of multiple measurements you may very well increase your confidence level of where the actual peak of the normal distribution bell curve of measurement accuracy is and your difference from it your accuracy is still what it is.
It is also interesting to note that all these single measurements you cite are actually averages of multiple measurements. Not only that but the GISS has been adjusted by our pal Herr Hanson so it is a candidate for being tossed out as unreliable.

Among the technologies used to measure temperature the old mercury thermometer is one of the more accurate ones for the range of temperature that we are most interested in.

I also wonder about the graph labled May 1997 to Current.
How come there are multiple years 2007, 2006, 2004 and so forth but poor little 2005 only gets one mention. I think some tic marks on the horizontal axis would be extremely helpful.

21 10 2008
Diatribical Idiot (18:57:14) :

John Philip:

You are correct that the 120-point trends are positive. It is also true that for HadCrut, RSS, and UAH, this positive trend flattens, and even goes negative, if extended back to 1997. This, of course, all has to do with arbitrary starting points that impact the slope of the line. The particular chart that Jeff cites is the chart that was put together precisely to show exactly how far back in the data to go without seeing a warming trend. That doesn’t mean there can’t be a warming trend shown for shorter (in this example, 120-month) periods.

In Tamino’s post, he muses philisophical about what the writer of the article meant by “this decade.” I think he mistakenly assumed that “this decade” starts at the year 2000 in his first analysis. I am guessing that the author began this decade in 2001. And if so, it makes sense, since every temperature measure, including GISS and NCDC data shows a negative trend line since the beginning of 2001. I’ve posted those charts in the past. I don’t specifically show charts for HadCrut, RSS, and UAH starting in January 2001, but my spreadsheets verify that these trends are negative.

Steve in SC: Well, there are tickmarks at the zero anomaly. Sorry about 2005 getting dissed… Excel decided for me how the points would be spaced. I suppose I could include month for a better reference point.

21 10 2008
Diatribical Idiot (18:59:48) :

Oh, and since my site is referenced as a link on the side, but this was originally posted at Jeff’s site, I will shamelessly provide the link. :)

http://digitaldiatribes.wordpress.com

21 10 2008
Bill Illis (19:09:39) :

I calculated the trend per decade awhile ago using the Hadley Centre monthly temperature dataset going back to 1850. I started the analysis in Jan. 1850 - then Feb 1850, March 1850 etc. etc. all the way up to the most recent month.

The trend per decade depends on when one starts the measurement and there is a definitive trend in that trend.

[The warming climate models predict 0.2C per decade more-or-less since CO2 started rising at the modern rate - it really should apply starting in 1850 because the logarithmic relationship of GHGs to temperature means temps should have increased pretty close to the 0.2C per decade over the entire period but they often like to pretend it didn't really kick off until very modern times but this is not accurate - it is simple math afterall - CO2 up - temps up on a logarithmic basis.]

But …

If one starts measuring in 1850, the trend is only 0.04C per decade.

The trend rises slowly so that if you start measuring in 1920, the trend is about 0.07C per decade.

By 1940, the trend is 0.08C, by 1960 the trend is 0.14C per decade, by 1970 we are at 0.17C per decade and by 1992, the magic 0.2C per decade is reached.

Then the trend starts falling precipitously, so that if one starts measuring in 1997, the trend per decade is 0.0C.

From 2002, we are at -0.2C per decade and a scary -0.7C per decade is reached if you start measuring in 2005.

The biggest cause of these varying trends is, in fact, the PDO and El Ninos. There were so many El Ninos in the 1986 to 2006 period that the trendline gets skewed upward.

If you take the PDO impact/changes out of the equation, the trend per decade is a fairly stable 0.08C per decade over most of the period, less than half of the predictions of the climate models.

21 10 2008
Steve in SC (19:12:14) :

Those are tiny things. I thought it was just a hairy line to emphasize the zero line.
You are making me get out the bifocals now.

21 10 2008
Bobby Lane (19:13:53) :

I have to follow up Steve real quick and point out that 1998 also only gets one year mark. It goes: 1997 1997 1998 1999 1999…. I have no idea if that matters, but just to say.

21 10 2008
Bobby Lane (19:19:05) :

(follow-up to my last posting): as does 2001 while we are at it!

21 10 2008
FatBigot (19:21:30) :

Mr Steve in SC asked (18:32:08) :
“I also wonder about the graph labeled May 1997 to Current.
How come there are multiple years 2007, 2006, 2004 and so forth but poor little 2005 only gets one mention.”

2005 is when I had my first heart attack and is, therefore, treated with particular caution.

(A word from one who knows, if you’re thinking of having a heart attack, think again; there’s a lot of ouch involved.)

21 10 2008
SteveSadlov (19:25:48) :

Tamino is tightly linked to both Mann and Josh Halpern aka “Eli Rabbit.”

REPLY: More than that, he also has a paper out with Hansen, Gavin et al of RealClimate. He’s in the employ of big nocarbon -Anthony

21 10 2008
Jeff Id (19:43:40) :

Ah, you uncovered the man behind the curtain. I would love to narrow it down further.

That explains a lot.

I am curious because I read that he recently stated his professional expertise in statistics on real climate. How expert can he be to miss such easy points as above?

REPLY: here is his paper with the RC crew and dendro-mann

http://www.jamstec.go.jp/frcgc/research/d5/jdannan/comment_on_schwartz.pdf

- Anthony

21 10 2008
Mike C (19:46:56) :

Tamino’s been bought off? Oh boy, whatta surprise!

21 10 2008
Christian Bultmann (19:52:12) :

Isn’t that the group of people who think exaggerating and falsifying data in order to get there point across is O.K.

21 10 2008
MattN (19:53:32) :

“year drop in temperature is not statistically significant,”

Note to Tamino: If you can acurately measure the change, it is significant….

21 10 2008
Bill Marsh (20:14:11) :

Bjorn Lomborg? a denialist? Is he serious? I guess a denialist is anyone who does not agree with Tamino?

21 10 2008
David Walton (20:16:49) :

Re: “He [Tamino] and Real Climate still don’t let me post on their blogs!”

Why? Because Real Climate is actually Faux Climate and is staffed by folks who cannot stand to be questioned or challenged and Tamino is a simply clown with similar fears.

Without AGW predominance, hysteria, pseudoscience, and outright junk science these folks would be out of a job. Anyone who legitimately questions the AGW hypothesis (it does not merit being called a theory, imho) threatens their funding and standing.

21 10 2008
David Walton (20:46:05) :

Re:
Mike C (15:44:07) :

This guy is a politically motivated nobody, why even waste your time with him?

REPLY: Funny, he says the same thing about me. ;-)
- Anthony

Funny, an anonymous blogger who inserts distinctively political ad hominem attacks into his writing and who is by intent and effect an anonymous nobody considers Anthony a politically motivated nobody.

Somebody is looking quite silly. No wonder “Tamino” hides his identity from his readers, peers, and colleagues.

21 10 2008
Vincent Guerrini Jr (21:33:13) :

Agree with David just as most of us don’t even bother to look at GISS data re manipulation of data ect..for about a year now maybe its time no attention whatsoever should be given to these folks re: science only otherwise… I’m sure they are nice guys LOL. I think they are digging their own climate grave quite nicely they don’t need any help?

21 10 2008
TerryBixler (21:43:15) :

I believe that Obama and McCain are confidant that AGW is real. If these numbers are not reviewed and claims debunked we will all be paying carbon credits to Gore, Hansen, Mann, Tamino and to many others. We may be paying in any case, that is how successful the AGW propaganda machine has been.

21 10 2008
Jerker Andersson (21:58:39) :

“He and Real Climate still don’t let me post on their blogs!

I wonder why?”

Just this single fact is all I need to know who are right or who are wrong.

Infidels are not allowd in their church.

I have encountered this problem also, getting posts deleted on AGW bloggs (not CA though) or blocked when I started to point out that real world data do not support AGW and linked to the actual data.

22 10 2008
Flanagan (00:35:13) :

Aren’t you all tired of this seemingly never-ending cherry picking of 1998? Fortunatelyn 2009 is coming so that skeptics will have to refer to a 11-year trend to “prove” temperatures are decreasing - then I’ll come back with the 10-year average.

22 10 2008
William (00:46:50) :

First, let me say that having followed this site for a long time, I’m pretty convinced that GW isn’t happening. But…

The statistics in this post are wrong. Jeff Id has confused measurement noise (which he doesn’t really estimate 100% correctly - rather he uses the difference in different measurement series as a, probably reasonable, proxy) with weather fluctuations.

Jeff correctly points out that the measurement error is probably very small. However, the accuracy of a trend line isn’t based on that alone, but also weather fluctuations about the trend (which are not due to noise, but instead are real changes that don’t conform to a trend). So in talking about the “significance” of a slope, what we’re really talking about is how adequate a straight line is as a description of the weather changes.

I think it’s fair to say that eyeballing the graphs, you’d be hesitant about fitting a straight line to them, either to show global cooling or to show global warming.

In any case, what Tamino really showed was that there is no statistically significant warming trend over the decade, and only one of the three series shows any evidence of warming at all. Which strikes me as agreeing with the general attitude of this website, no matter how he tries to spin it.

22 10 2008
John Philip (00:58:33) :

For this calc we only need the variation between measurements so I took the means of each 30yr trend and offset the graphs to have equal mean.

Got it, thanks.

I am still unsure, though how subtracting e.g. UAH from GISS anomalies gives a measurement of ‘noise’? They are, after all, measuring different physical quantities - the tropospheric and surface temperatures respectively. One would expect a close, but not exact correlation - for example, the troposphere seems to be more sensitive to ENSO events, rising more in an El Nino, cooling more in a La Nina. The amount of this difference is interesting but I am unclear as to how it translates into an uncertainty value for the slope,

Similarly, the RSS and UAH use the same raw MSU data and process it differently to get the atmospheric temperature. Subtracting one from the other highlights these different results but I am not sure how it is a metric of noise in the original measurements?

Tamino (and me) calculate the trend for the last 120 months at +0.11C but with a large uncertainty, meaning that the actual trend may be substantially different. Your assertion is that We can say that temperatures have dropped this past decade, just as our eyes looking at the graphs had already told us.. It is not clear from your method above how the positive but uncertain trend is transformed into a cooling trend. Could you expand?

22 10 2008
Pierre Gosselin (01:29:50) :

Tamino w.r.t. denialists:
A perfect example of the pot calling the white appliances black.

22 10 2008
Bangshui (01:57:48) :

Jeff Id:

I don’t get this. You are looking at the difference between the measurements of 3 independent methods.

Quote: “What this script does is load the difference files i.e. GISS-UAH, fits a line to them and presents a number for the statistical confidence interval of the slope coefficient at 95 percent confidence which is about two sigma.”

Well done. You have showed that there is a trend between the measurements.

Leave a comment

You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>