<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: GISS Step 1: Does it influence the trend?</title>
	<atom:link href="http://wattsupwiththat.com/2009/07/22/giss-step-1-does-it-influence-the-trend/feed/" rel="self" type="application/rss+xml" />
	<link>http://wattsupwiththat.com/2009/07/22/giss-step-1-does-it-influence-the-trend/</link>
	<description>The world&#039;s most viewed site on global warming and climate change</description>
	<lastBuildDate>Tue, 14 Feb 2012 12:52:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: E.M.Smith</title>
		<link>http://wattsupwiththat.com/2009/07/22/giss-step-1-does-it-influence-the-trend/#comment-164738</link>
		<dc:creator><![CDATA[E.M.Smith]]></dc:creator>
		<pubDate>Mon, 27 Jul 2009 10:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://wattsupwiththat.com/?p=9513#comment-164738</guid>
		<description><![CDATA[Hmmm.... A bit further pondering....

Does anyone have a graph of S.H. thermometer growth over time?  It would be a bit of a &quot;hoot&quot; if the &quot;Global Warming&quot; all came down to more thermometers being put in The Empire in Africa, Australia, et. al. then to Soviet Union dropping SIberia out in large part... 

Could GW all just be where in the world is Carmen Sandiego&#039;s Thermometer?
8-)]]></description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;. A bit further pondering&#8230;.</p>
<p>Does anyone have a graph of S.H. thermometer growth over time?  It would be a bit of a &#8220;hoot&#8221; if the &#8220;Global Warming&#8221; all came down to more thermometers being put in The Empire in Africa, Australia, et. al. then to Soviet Union dropping SIberia out in large part&#8230; </p>
<p>Could GW all just be where in the world is Carmen Sandiego&#8217;s Thermometer?<br />
8-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E.M.Smith</title>
		<link>http://wattsupwiththat.com/2009/07/22/giss-step-1-does-it-influence-the-trend/#comment-164732</link>
		<dc:creator><![CDATA[E.M.Smith]]></dc:creator>
		<pubDate>Mon, 27 Jul 2009 10:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://wattsupwiththat.com/?p=9513#comment-164732</guid>
		<description><![CDATA[Well, at long last I have a contribution based on the work porting GIStemp.  I can now run it up to the &quot;add sea surface anomaly maps&quot; stage, and this means I can inspect the intermediate data for interesting trends.  (The STEP4_5 part will take a bit longer.  I&#039;ve figured out that SBBX.HadR2 is in &quot;bigendian&quot; format and PCs are littleendian, so I have a data conversion to work out...).

Ok, what have I found in steps 0, 1, 2, ...? Plenty.  First off, though, I needed a &quot;benchmark&quot; to measure against.  I decided to just use the canonical GHCN data set.  This is what all the other bits get glued onto, so I wondered, what happens, step by step, as bits get blended into the sausage?  I also wondered about the odd &quot;seasonal&quot; anomaly design, and wanted a simple year by year measure.

So my benchmark is just the GHCN monthly averages, summed for each month of the year, cross footed to an annual &quot;Global Average Temperature&quot;, and then a final GAT for ALL TIME is calculated by averaging those yearly GATs.

Now, there are a couple of caveats, not the least of which is that this is Beta code.  I&#039;ve cobbled together these tools on 5 hours sleep a night for the last few days (It&#039;s called a &quot;coding frenzy&quot; in the biz... programmers know what I&#039;m talking about... you don&#039;t dare stop till it&#039;s done...)  So I&#039;ve done nearly NO Quality Control and have not had a Code Review yet (though I&#039;ve lined up a friend with 30+ years of high end work, currently doing robotics, to review my stuff.  He started tonight.)  I&#039;m fairly certain that some of these numbers will change a bit as I find little edge cases where some record was left out of the addition...  

Second is that I don&#039;t try to answer the question &quot;Is this change to the data valid?&quot;  I&#039;m just asking &quot;What is the degree of change?&quot;  These may be valid changes.

And third, I have not fully vetted the input data sets.  Some of them came with the source code, some from the GIS web site, etc.  There is a small possibility that I might not have the newest or best input data.  I think this is valid data, but final results may be a smidgeon different if a newer data set shows up.

Ok enough tush cover:  What did I find already?!

First up, the &quot;GLOBAL&quot; temperature shows a pronounced seasonal trend.  This is a record from after STEP1, just before the zonalizing:

GAT in year : 1971   3.60   6.20   8.20  12.90  16.50  19.30  20.90  20.70  17.90  13.90   9.50   5.60  14.10

The first number is the year, then 12 monthly averages, then the final number is the global average.  The fact that the 100ths place is always is a 0 is a direct result of their using C in tenths at this stage.  It is &quot;False Precision&quot; in my print format. 

It seems a bit &quot;odd&quot; to me that the &quot;Globe&quot; would be 17C colder in January than it is in July.  Does it not have hemispheres that balance each other out?  In fairness, the sea temps are added in in STEP4_5 and the SH is mostly sea.  But it&#039;s pretty clear that the &quot;Global&quot; record is not very global at the half way point in GIStemp.

Next is from GHCH, to GHCN with added (Antarctic, Hohenp...., etc.) and with the pre 1880&#039;s tossed out and the first round of the Reference Station Method.  The third record is as the data leaves STEP1 with it&#039;s magic sauce.  These are the total of all years in the data set.  (The individual year trends are still being analyzed - i.e. I need to get some sleep ;-)

2.6  3.9   7.3  11.8  15.8  18.9  20.7  20.3 17.4 13.1  7.9   3.9  11.97	
2.6  3.8   7.3  11.7  15.6  18.7  20.5  20.0 17.2 13.0  7.9   3.9  11.85	
3.2  4.5   7.9  12.1  15.9  19.0  20.9  20.5 17.7 13.5  8.5   4.5  12.35	

It is pretty clear from inspection of these three that the temperature is raised by GIStemp.  It&#039;s also pretty clear that STEP0 does not do much of it (in fact, some data points go down - Adding the Antarctic can do that!).  The &quot;cooking&quot; only really starts with STEP1.

The big surprise for me was not the 0.38 C rise in the Total GAT (far right) but the way that winters get warmed up!   July and August hardly change (0.2 and 0.3 respectively) yet January has a full 0.6 C rise as do November, December, Febrary, and March.

So GIStemp thinks it&#039;s getting warmer, but only in the winter!  I can live with that!  At this point I think it&#039;s mostly in the data, but further dredging around is needed to confirm that.  The code as written seems to have a small bias spread over all months, at least as I read it, so I&#039;m at a loss for the asymmetry of winter.  Perhaps it&#039;s buried in the Python of Step1 that I&#039;m still learning to read...

Finally, a brief word on trends over the years.  The GIStemp numbers are, er, odd.  I have to do more work on them, but there are some trends that I just do not find credible.  For example, the 1776 record (that is very representative of that block of time) in GHCN is:

GAT/year: 1776   -1.40    2.30    4.20    7.20   12.10   18.20   19.70   19.30   15.60    9.50    3.00   -0.40    9.89

The 2008 record is:

GAT/year: 2008    8.30    8.30   11.10   14.60   17.60   19.90   20.90   20.90   18.80   15.50   11.00    8.80   15.90

Notice that last, whole year global number?  We&#039;re already 6 C warmer! 

Now look at the post step1 record for 1881:

GAT in year : 1881   3.50   4.10   6.40  10.90  15.30  18.20  20.20  19.80  17.20  11.80   6.40   3.40  11.43

According to this, we&#039;ve warmed up 4.5C since 1881 and the 1971 record above was a full 2.7C warmer than 1881.  But I thought we were freezing in 1971 and a new ice age was forecast?!

Now take a look at January.  No change from 1881 to 1971 (well, 0.1c) but February was up 2.1C, March 1.8C, December 2.2C.  And the delta to 2008 is a wopping 4.8C in January and 5.4C in December, but July is almost identical.  By definition, picking one year to compare to another is a bit of a cherry pick, even though these were modestly randomly picked.  (There are &quot;better&quot; and &quot;worse&quot;: 1894 was MINUS 2.4c in January).  But even with that, the &quot;globe&quot; seems to have gotten much much warmer during the Northern Hemisphere winters.

Somehow I suspect were seeing a mix of:  Exit from LIA in the record that is mostly focused on N. America and Europe; any AGW being substantially in winter in the N.H. and not really doing much for summer heat (if anything), and potentially some kind of bias in the code or temperature recording system that has been warming winter thermometers (heated buildings nearby, car exhausts, huge UHI from massive winter fuel today vs a few wood fires 100+ years ago).  

I&#039;ve seen nothing in the AGW thesis that would explain these patterns in the data.  Certainly not any &quot;runaway greenhouse&quot; effect.  The summers are just fine...

So I&#039;m going to dredge through the buckets of &quot;stuff&quot; my new toy is spitting out, and spend a while thinking about what would be a good article to make from this... and do a bit of a code review to make sure I&#039;ve got it right.  In the mean time, enjoy your balmy winters ;-)

(And if Anthony would like a copy of the ported GIStemp to play with, well, &quot;Will Program for Beer!&quot; ;-)]]></description>
		<content:encoded><![CDATA[<p>Well, at long last I have a contribution based on the work porting GIStemp.  I can now run it up to the &#8220;add sea surface anomaly maps&#8221; stage, and this means I can inspect the intermediate data for interesting trends.  (The STEP4_5 part will take a bit longer.  I&#8217;ve figured out that SBBX.HadR2 is in &#8220;bigendian&#8221; format and PCs are littleendian, so I have a data conversion to work out&#8230;).</p>
<p>Ok, what have I found in steps 0, 1, 2, &#8230;? Plenty.  First off, though, I needed a &#8220;benchmark&#8221; to measure against.  I decided to just use the canonical GHCN data set.  This is what all the other bits get glued onto, so I wondered, what happens, step by step, as bits get blended into the sausage?  I also wondered about the odd &#8220;seasonal&#8221; anomaly design, and wanted a simple year by year measure.</p>
<p>So my benchmark is just the GHCN monthly averages, summed for each month of the year, cross footed to an annual &#8220;Global Average Temperature&#8221;, and then a final GAT for ALL TIME is calculated by averaging those yearly GATs.</p>
<p>Now, there are a couple of caveats, not the least of which is that this is Beta code.  I&#8217;ve cobbled together these tools on 5 hours sleep a night for the last few days (It&#8217;s called a &#8220;coding frenzy&#8221; in the biz&#8230; programmers know what I&#8217;m talking about&#8230; you don&#8217;t dare stop till it&#8217;s done&#8230;)  So I&#8217;ve done nearly NO Quality Control and have not had a Code Review yet (though I&#8217;ve lined up a friend with 30+ years of high end work, currently doing robotics, to review my stuff.  He started tonight.)  I&#8217;m fairly certain that some of these numbers will change a bit as I find little edge cases where some record was left out of the addition&#8230;  </p>
<p>Second is that I don&#8217;t try to answer the question &#8220;Is this change to the data valid?&#8221;  I&#8217;m just asking &#8220;What is the degree of change?&#8221;  These may be valid changes.</p>
<p>And third, I have not fully vetted the input data sets.  Some of them came with the source code, some from the GIS web site, etc.  There is a small possibility that I might not have the newest or best input data.  I think this is valid data, but final results may be a smidgeon different if a newer data set shows up.</p>
<p>Ok enough tush cover:  What did I find already?!</p>
<p>First up, the &#8220;GLOBAL&#8221; temperature shows a pronounced seasonal trend.  This is a record from after STEP1, just before the zonalizing:</p>
<p>GAT in year : 1971   3.60   6.20   8.20  12.90  16.50  19.30  20.90  20.70  17.90  13.90   9.50   5.60  14.10</p>
<p>The first number is the year, then 12 monthly averages, then the final number is the global average.  The fact that the 100ths place is always is a 0 is a direct result of their using C in tenths at this stage.  It is &#8220;False Precision&#8221; in my print format. </p>
<p>It seems a bit &#8220;odd&#8221; to me that the &#8220;Globe&#8221; would be 17C colder in January than it is in July.  Does it not have hemispheres that balance each other out?  In fairness, the sea temps are added in in STEP4_5 and the SH is mostly sea.  But it&#8217;s pretty clear that the &#8220;Global&#8221; record is not very global at the half way point in GIStemp.</p>
<p>Next is from GHCH, to GHCN with added (Antarctic, Hohenp&#8230;., etc.) and with the pre 1880&#8242;s tossed out and the first round of the Reference Station Method.  The third record is as the data leaves STEP1 with it&#8217;s magic sauce.  These are the total of all years in the data set.  (The individual year trends are still being analyzed &#8211; i.e. I need to get some sleep ;-)</p>
<p>2.6  3.9   7.3  11.8  15.8  18.9  20.7  20.3 17.4 13.1  7.9   3.9  11.97<br />
2.6  3.8   7.3  11.7  15.6  18.7  20.5  20.0 17.2 13.0  7.9   3.9  11.85<br />
3.2  4.5   7.9  12.1  15.9  19.0  20.9  20.5 17.7 13.5  8.5   4.5  12.35	</p>
<p>It is pretty clear from inspection of these three that the temperature is raised by GIStemp.  It&#8217;s also pretty clear that STEP0 does not do much of it (in fact, some data points go down &#8211; Adding the Antarctic can do that!).  The &#8220;cooking&#8221; only really starts with STEP1.</p>
<p>The big surprise for me was not the 0.38 C rise in the Total GAT (far right) but the way that winters get warmed up!   July and August hardly change (0.2 and 0.3 respectively) yet January has a full 0.6 C rise as do November, December, Febrary, and March.</p>
<p>So GIStemp thinks it&#8217;s getting warmer, but only in the winter!  I can live with that!  At this point I think it&#8217;s mostly in the data, but further dredging around is needed to confirm that.  The code as written seems to have a small bias spread over all months, at least as I read it, so I&#8217;m at a loss for the asymmetry of winter.  Perhaps it&#8217;s buried in the Python of Step1 that I&#8217;m still learning to read&#8230;</p>
<p>Finally, a brief word on trends over the years.  The GIStemp numbers are, er, odd.  I have to do more work on them, but there are some trends that I just do not find credible.  For example, the 1776 record (that is very representative of that block of time) in GHCN is:</p>
<p>GAT/year: 1776   -1.40    2.30    4.20    7.20   12.10   18.20   19.70   19.30   15.60    9.50    3.00   -0.40    9.89</p>
<p>The 2008 record is:</p>
<p>GAT/year: 2008    8.30    8.30   11.10   14.60   17.60   19.90   20.90   20.90   18.80   15.50   11.00    8.80   15.90</p>
<p>Notice that last, whole year global number?  We&#8217;re already 6 C warmer! </p>
<p>Now look at the post step1 record for 1881:</p>
<p>GAT in year : 1881   3.50   4.10   6.40  10.90  15.30  18.20  20.20  19.80  17.20  11.80   6.40   3.40  11.43</p>
<p>According to this, we&#8217;ve warmed up 4.5C since 1881 and the 1971 record above was a full 2.7C warmer than 1881.  But I thought we were freezing in 1971 and a new ice age was forecast?!</p>
<p>Now take a look at January.  No change from 1881 to 1971 (well, 0.1c) but February was up 2.1C, March 1.8C, December 2.2C.  And the delta to 2008 is a wopping 4.8C in January and 5.4C in December, but July is almost identical.  By definition, picking one year to compare to another is a bit of a cherry pick, even though these were modestly randomly picked.  (There are &#8220;better&#8221; and &#8220;worse&#8221;: 1894 was MINUS 2.4c in January).  But even with that, the &#8220;globe&#8221; seems to have gotten much much warmer during the Northern Hemisphere winters.</p>
<p>Somehow I suspect were seeing a mix of:  Exit from LIA in the record that is mostly focused on N. America and Europe; any AGW being substantially in winter in the N.H. and not really doing much for summer heat (if anything), and potentially some kind of bias in the code or temperature recording system that has been warming winter thermometers (heated buildings nearby, car exhausts, huge UHI from massive winter fuel today vs a few wood fires 100+ years ago).  </p>
<p>I&#8217;ve seen nothing in the AGW thesis that would explain these patterns in the data.  Certainly not any &#8220;runaway greenhouse&#8221; effect.  The summers are just fine&#8230;</p>
<p>So I&#8217;m going to dredge through the buckets of &#8220;stuff&#8221; my new toy is spitting out, and spend a while thinking about what would be a good article to make from this&#8230; and do a bit of a code review to make sure I&#8217;ve got it right.  In the mean time, enjoy your balmy winters ;-)</p>
<p>(And if Anthony would like a copy of the ported GIStemp to play with, well, &#8220;Will Program for Beer!&#8221; ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert A Cook PE</title>
		<link>http://wattsupwiththat.com/2009/07/22/giss-step-1-does-it-influence-the-trend/#comment-164451</link>
		<dc:creator><![CDATA[Robert A Cook PE]]></dc:creator>
		<pubDate>Sun, 26 Jul 2009 16:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://wattsupwiththat.com/?p=9513#comment-164451</guid>
		<description><![CDATA[Comes back to the &quot;accurate but corrupted&quot; data (er, corrected data) that is used to &quot;calibrate&quot; the circulation models to the GIS &quot;as-analyzed&quot; temperatures between 1970 and 1998, doesn&#039;t it?]]></description>
		<content:encoded><![CDATA[<p>Comes back to the &#8220;accurate but corrupted&#8221; data (er, corrected data) that is used to &#8220;calibrate&#8221; the circulation models to the GIS &#8220;as-analyzed&#8221; temperatures between 1970 and 1998, doesn&#8217;t it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E.M.Smith</title>
		<link>http://wattsupwiththat.com/2009/07/22/giss-step-1-does-it-influence-the-trend/#comment-164244</link>
		<dc:creator><![CDATA[E.M.Smith]]></dc:creator>
		<pubDate>Sun, 26 Jul 2009 02:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://wattsupwiththat.com/?p=9513#comment-164244</guid>
		<description><![CDATA[For those who have asked &quot;how can there be two records from one station?&quot;:

I believe that this is an artifact of the &quot;odd choice&quot; GIStemp makes to merge the GHCN and USHCN data rather than just &quot;picking on&quot;.  So some of the same station raw data reading is processed one way into GHCN and another way into USHCN, then GIStemp &quot;unadjusts&quot; some of the records, throws some away entirely, and merges the resultant data.  This can give two different records for the same station with different histories of &quot;adjustment&quot;.

What&#039;s worse is that USHCN data may be kept unchanged, or GHCN data may be kept unchanged, or one may be used to &quot;un-adjust&quot; the other if both series exist for a site.  Then the whole thing is mushed together into &quot;one&quot; dataset.  This is what gets handed to STEP1 that then &quot;blends the records&quot; together.  So you may well have disjoint periods of time with disjoint adjustment histories, all glued together (and with &quot;gaps&quot; filled in by simply making up missing data by guessing via the &quot;reference station method&quot;).  So at the end of this, you really have at least 4 different things blended together and called &quot;one data series&quot; (and &quot;smoothed&quot;):

GHCN, USHCN, &quot;Un-adjusted&quot; hybrid, fabricated via reference station method.

Yes, that&#039;s what it does...  

Is that a valid technique?  Who knows...]]></description>
		<content:encoded><![CDATA[<p>For those who have asked &#8220;how can there be two records from one station?&#8221;:</p>
<p>I believe that this is an artifact of the &#8220;odd choice&#8221; GIStemp makes to merge the GHCN and USHCN data rather than just &#8220;picking on&#8221;.  So some of the same station raw data reading is processed one way into GHCN and another way into USHCN, then GIStemp &#8220;unadjusts&#8221; some of the records, throws some away entirely, and merges the resultant data.  This can give two different records for the same station with different histories of &#8220;adjustment&#8221;.</p>
<p>What&#8217;s worse is that USHCN data may be kept unchanged, or GHCN data may be kept unchanged, or one may be used to &#8220;un-adjust&#8221; the other if both series exist for a site.  Then the whole thing is mushed together into &#8220;one&#8221; dataset.  This is what gets handed to STEP1 that then &#8220;blends the records&#8221; together.  So you may well have disjoint periods of time with disjoint adjustment histories, all glued together (and with &#8220;gaps&#8221; filled in by simply making up missing data by guessing via the &#8220;reference station method&#8221;).  So at the end of this, you really have at least 4 different things blended together and called &#8220;one data series&#8221; (and &#8220;smoothed&#8221;):</p>
<p>GHCN, USHCN, &#8220;Un-adjusted&#8221; hybrid, fabricated via reference station method.</p>
<p>Yes, that&#8217;s what it does&#8230;  </p>
<p>Is that a valid technique?  Who knows&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tty</title>
		<link>http://wattsupwiththat.com/2009/07/22/giss-step-1-does-it-influence-the-trend/#comment-163595</link>
		<dc:creator><![CDATA[tty]]></dc:creator>
		<pubDate>Fri, 24 Jul 2009 11:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://wattsupwiththat.com/?p=9513#comment-163595</guid>
		<description><![CDATA[john (07:21:37) : 

A lot of GHCN records end in 1990 and are replaced by MCDW records that usually start in 1987, so it is only to be expected that very strange things happen around that time.]]></description>
		<content:encoded><![CDATA[<p>john (07:21:37) : </p>
<p>A lot of GHCN records end in 1990 and are replaced by MCDW records that usually start in 1987, so it is only to be expected that very strange things happen around that time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AnonyMoose</title>
		<link>http://wattsupwiththat.com/2009/07/22/giss-step-1-does-it-influence-the-trend/#comment-163494</link>
		<dc:creator><![CDATA[AnonyMoose]]></dc:creator>
		<pubDate>Fri, 24 Jul 2009 04:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://wattsupwiththat.com/?p=9513#comment-163494</guid>
		<description><![CDATA[&lt;blockquote&gt;George E. Smith (08:47:45) :
Well I have a couple of questions. (1) Why do such multiple records covering the same time frame even exist&lt;/blockquote&gt;
The obvious situation is when equipment is replaced.  Run the new and old together for a while.

&lt;b&gt;Goetz and Smith&lt;/b&gt; - I thank you for what you&#039;re doing, and I&#039;m fully familiar which what you&#039;re wrestling with.  I&#039;ve had to untangle business logic which was spread through odd corners and buried in routine procedures.  It&#039;s fun watching the lightbulbs go on when you explain how their own business is working, so they can see what can be adjusted.  Of course, it&#039;s different when all the audience and participants are friendly and helpful, rather than part of it wanting to be left alone.]]></description>
		<content:encoded><![CDATA[<blockquote><p>George E. Smith (08:47:45) :<br />
Well I have a couple of questions. (1) Why do such multiple records covering the same time frame even exist</p></blockquote>
<p>The obvious situation is when equipment is replaced.  Run the new and old together for a while.</p>
<p><b>Goetz and Smith</b> &#8211; I thank you for what you&#8217;re doing, and I&#8217;m fully familiar which what you&#8217;re wrestling with.  I&#8217;ve had to untangle business logic which was spread through odd corners and buried in routine procedures.  It&#8217;s fun watching the lightbulbs go on when you explain how their own business is working, so they can see what can be adjusted.  Of course, it&#8217;s different when all the audience and participants are friendly and helpful, rather than part of it wanting to be left alone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timetochooseagain</title>
		<link>http://wattsupwiththat.com/2009/07/22/giss-step-1-does-it-influence-the-trend/#comment-163448</link>
		<dc:creator><![CDATA[timetochooseagain]]></dc:creator>
		<pubDate>Fri, 24 Jul 2009 01:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://wattsupwiththat.com/?p=9513#comment-163448</guid>
		<description><![CDATA[JEM (13:44:47) : It&#039;s called Hanlon&#039;s razor and I always try to remind people to apply it. Good to see someone else do it!

Just eyeballing, but maybe the sudden increase late in the record is related to the massive drop in the number of stations toward the end of the record? Lot&#039;s of people asked about that. It doesn&#039;t look totally correlated to number of stations but I imagine that the effect would be very non linear and not constant anyway. I also see a possible effect of the more steady ramp up of coverage by percent area:
http://data.giss.nasa.gov/gistemp/station_data/stations.gif]]></description>
		<content:encoded><![CDATA[<p>JEM (13:44:47) : It&#8217;s called Hanlon&#8217;s razor and I always try to remind people to apply it. Good to see someone else do it!</p>
<p>Just eyeballing, but maybe the sudden increase late in the record is related to the massive drop in the number of stations toward the end of the record? Lot&#8217;s of people asked about that. It doesn&#8217;t look totally correlated to number of stations but I imagine that the effect would be very non linear and not constant anyway. I also see a possible effect of the more steady ramp up of coverage by percent area:<br />
<a href="http://data.giss.nasa.gov/gistemp/station_data/stations.gif" rel="nofollow">http://data.giss.nasa.gov/gistemp/station_data/stations.gif</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pamela Gray</title>
		<link>http://wattsupwiththat.com/2009/07/22/giss-step-1-does-it-influence-the-trend/#comment-163374</link>
		<dc:creator><![CDATA[Pamela Gray]]></dc:creator>
		<pubDate>Thu, 23 Jul 2009 22:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://wattsupwiththat.com/?p=9513#comment-163374</guid>
		<description><![CDATA[Ron de Haan, notice the dot spread on the Hamweather map?  That is more likely due to fewer stations, not because of fewer records.]]></description>
		<content:encoded><![CDATA[<p>Ron de Haan, notice the dot spread on the Hamweather map?  That is more likely due to fewer stations, not because of fewer records.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nogw</title>
		<link>http://wattsupwiththat.com/2009/07/22/giss-step-1-does-it-influence-the-trend/#comment-163361</link>
		<dc:creator><![CDATA[Nogw]]></dc:creator>
		<pubDate>Thu, 23 Jul 2009 21:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://wattsupwiththat.com/?p=9513#comment-163361</guid>
		<description><![CDATA[Ron de Haan (11:08:17) : Then we can say &quot;it&quot; has begun. The new LIA is on.]]></description>
		<content:encoded><![CDATA[<p>Ron de Haan (11:08:17) : Then we can say &#8220;it&#8221; has begun. The new LIA is on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JEM</title>
		<link>http://wattsupwiththat.com/2009/07/22/giss-step-1-does-it-influence-the-trend/#comment-163345</link>
		<dc:creator><![CDATA[JEM]]></dc:creator>
		<pubDate>Thu, 23 Jul 2009 20:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://wattsupwiththat.com/?p=9513#comment-163345</guid>
		<description><![CDATA[What&#039;s the old line about not attributing to malice what can more easily be explained by incompetence? 

I&#039;m no scientist - as a coder I&#039;m a craftsman, a technician - but when I look around at GIStemp - the design of the whole thing, as well as some of the code (I haven&#039;t yet gone through it exhaustively) what I see is the product of someone who was learning as he went, the coding as well as probably the analysis. 

I&#039;m no Hansen fan, and none of this excuses Hansen&#039;s failure to recognize the limitations and inconsistencies of the end result, but it explains why it is what it is. 

Given the current state of the art one could staple together the hardware for a database of all the available time-series data sets, tagged with each model&#039;s or researcher&#039;s adjustments, fills, averages, etc. for about the cost of a decent flat-screen TV.   Instead we get models that recrunch and revise history every time they&#039;re run.]]></description>
		<content:encoded><![CDATA[<p>What&#8217;s the old line about not attributing to malice what can more easily be explained by incompetence? </p>
<p>I&#8217;m no scientist &#8211; as a coder I&#8217;m a craftsman, a technician &#8211; but when I look around at GIStemp &#8211; the design of the whole thing, as well as some of the code (I haven&#8217;t yet gone through it exhaustively) what I see is the product of someone who was learning as he went, the coding as well as probably the analysis. </p>
<p>I&#8217;m no Hansen fan, and none of this excuses Hansen&#8217;s failure to recognize the limitations and inconsistencies of the end result, but it explains why it is what it is. </p>
<p>Given the current state of the art one could staple together the hardware for a database of all the available time-series data sets, tagged with each model&#8217;s or researcher&#8217;s adjustments, fills, averages, etc. for about the cost of a decent flat-screen TV.   Instead we get models that recrunch and revise history every time they&#8217;re run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan M R MacRae</title>
		<link>http://wattsupwiththat.com/2009/07/22/giss-step-1-does-it-influence-the-trend/#comment-163292</link>
		<dc:creator><![CDATA[Allan M R MacRae]]></dc:creator>
		<pubDate>Thu, 23 Jul 2009 18:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://wattsupwiththat.com/?p=9513#comment-163292</guid>
		<description><![CDATA[SEE
http://cdiac.ornl.gov/epubs/ndp/ushcn/ts.ushcn_anom25_diffs_urb-raw_pg.gif

FROM
http://cdiac.ornl.gov/epubs/ndp/ushcn/ndp019.html]]></description>
		<content:encoded><![CDATA[<p>SEE<br />
<a href="http://cdiac.ornl.gov/epubs/ndp/ushcn/ts.ushcn_anom25_diffs_urb-raw_pg.gif" rel="nofollow">http://cdiac.ornl.gov/epubs/ndp/ushcn/ts.ushcn_anom25_diffs_urb-raw_pg.gif</a></p>
<p>FROM<br />
<a href="http://cdiac.ornl.gov/epubs/ndp/ushcn/ndp019.html" rel="nofollow">http://cdiac.ornl.gov/epubs/ndp/ushcn/ndp019.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron de Haan</title>
		<link>http://wattsupwiththat.com/2009/07/22/giss-step-1-does-it-influence-the-trend/#comment-163288</link>
		<dc:creator><![CDATA[Ron de Haan]]></dc:creator>
		<pubDate>Thu, 23 Jul 2009 18:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://wattsupwiththat.com/?p=9513#comment-163288</guid>
		<description><![CDATA[Have a look at the latest low temperature records updated for the week ending 21 July.
http://globalfreeze.wordpress.com/2009/07/22/usa-chills-1077-lowest-max-temps-and-856-low-temps-for-week-ending-tue-21-july/]]></description>
		<content:encoded><![CDATA[<p>Have a look at the latest low temperature records updated for the week ending 21 July.<br />
<a href="http://globalfreeze.wordpress.com/2009/07/22/usa-chills-1077-lowest-max-temps-and-856-low-temps-for-week-ending-tue-21-july/" rel="nofollow">http://globalfreeze.wordpress.com/2009/07/22/usa-chills-1077-lowest-max-temps-and-856-low-temps-for-week-ending-tue-21-july/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://wattsupwiththat.com/2009/07/22/giss-step-1-does-it-influence-the-trend/#comment-163261</link>
		<dc:creator><![CDATA[Jim]]></dc:creator>
		<pubDate>Thu, 23 Jul 2009 17:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://wattsupwiththat.com/?p=9513#comment-163261</guid>
		<description><![CDATA[George E. Smith (08:47:45) :   Obviously you miss the point.  Warmists are statistical experts who have taken the branch of mathematics we call Statistics into the parallel universes.   Their quantum-like techniques can only be understood by the Inner Circle of the Hockey Team – or by anyone who uses LSD.   A simple average is so far beneath them that they have forgotten what it is.]]></description>
		<content:encoded><![CDATA[<p>George E. Smith (08:47:45) :   Obviously you miss the point.  Warmists are statistical experts who have taken the branch of mathematics we call Statistics into the parallel universes.   Their quantum-like techniques can only be understood by the Inner Circle of the Hockey Team – or by anyone who uses LSD.   A simple average is so far beneath them that they have forgotten what it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod Smith</title>
		<link>http://wattsupwiththat.com/2009/07/22/giss-step-1-does-it-influence-the-trend/#comment-163259</link>
		<dc:creator><![CDATA[Rod Smith]]></dc:creator>
		<pubDate>Thu, 23 Jul 2009 17:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://wattsupwiththat.com/?p=9513#comment-163259</guid>
		<description><![CDATA[George E. Smith (08:47:45) :

&quot;The whole methodology sounds to me like a three dollar bill; meaningless pigeon holing of groups of data, to create an illusion that more information can be extratced than there is in the original daily records, that were actually noted down from the thermometers for each day.&quot;

I get the distinct impression that this could be a form of, &quot;Now keep your eye on the cup with the ball under it.&quot;

In other words, a lot of shuffling to make certain that we get the results we want while hiding mostly pointless processing complexities that add enough non-transparant bias to prove our point.]]></description>
		<content:encoded><![CDATA[<p>George E. Smith (08:47:45) :</p>
<p>&#8220;The whole methodology sounds to me like a three dollar bill; meaningless pigeon holing of groups of data, to create an illusion that more information can be extratced than there is in the original daily records, that were actually noted down from the thermometers for each day.&#8221;</p>
<p>I get the distinct impression that this could be a form of, &#8220;Now keep your eye on the cup with the ball under it.&#8221;</p>
<p>In other words, a lot of shuffling to make certain that we get the results we want while hiding mostly pointless processing complexities that add enough non-transparant bias to prove our point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Clark</title>
		<link>http://wattsupwiththat.com/2009/07/22/giss-step-1-does-it-influence-the-trend/#comment-163258</link>
		<dc:creator><![CDATA[Tim Clark]]></dc:creator>
		<pubDate>Thu, 23 Jul 2009 17:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://wattsupwiththat.com/?p=9513#comment-163258</guid>
		<description><![CDATA[The increase circa 1994-5 is obviously a step change, implying either equipment or data processing failure.

&lt;i&gt;An Inquirer (06:37:18) :
I am intrigued by your observation that multiple scribal records is overwhelmingly a non-U.S. issue; &lt;/i&gt;

As am I. 

Keep up the good work, John and EM.]]></description>
		<content:encoded><![CDATA[<p>The increase circa 1994-5 is obviously a step change, implying either equipment or data processing failure.</p>
<p><i>An Inquirer (06:37:18) :<br />
I am intrigued by your observation that multiple scribal records is overwhelmingly a non-U.S. issue; </i></p>
<p>As am I. </p>
<p>Keep up the good work, John and EM.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

