<?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: Steig&#8217;s Trick</title>
	<atom:link href="http://climateaudit.org/2011/02/07/eric-steigs-trick/feed/" rel="self" type="application/rss+xml" />
	<link>http://climateaudit.org/2011/02/07/eric-steigs-trick/</link>
	<description>by Steve McIntyre</description>
	<lastBuildDate>Sat, 25 May 2013 17:35:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Early Christmas Gift From The Warmista!!! Blast From The Past!!! WAIS Again!!! &#124; suyts space</title>
		<link>http://climateaudit.org/2011/02/07/eric-steigs-trick/#comment-387972</link>
		<dc:creator><![CDATA[Early Christmas Gift From The Warmista!!! Blast From The Past!!! WAIS Again!!! &#124; suyts space]]></dc:creator>
		<pubDate>Mon, 24 Dec 2012 17:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://climateaudit.org/?p=12859#comment-387972</guid>
		<description><![CDATA[[...] a look at the raw temp record from Byrd, and a couple of the locations.&#160; You can find this here and several other [...]]]></description>
		<content:encoded><![CDATA[<p>[...] a look at the raw temp record from Byrd, and a couple of the locations.&nbsp; You can find this here and several other [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matters of Fact &#171; the Air Vent</title>
		<link>http://climateaudit.org/2011/02/07/eric-steigs-trick/#comment-298993</link>
		<dc:creator><![CDATA[Matters of Fact &#171; the Air Vent]]></dc:creator>
		<pubDate>Sat, 23 Jul 2011 13:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://climateaudit.org/?p=12859#comment-298993</guid>
		<description><![CDATA[[...] to my post on Feb 7, 2010 here, Steig informed me by email that he had not seen our Response to his Third [...]]]></description>
		<content:encoded><![CDATA[<p>[...] to my post on Feb 7, 2010 here, Steig informed me by email that he had not seen our Response to his Third [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: test</title>
		<link>http://climateaudit.org/2011/02/07/eric-steigs-trick/#comment-258445</link>
		<dc:creator><![CDATA[test]]></dc:creator>
		<pubDate>Tue, 15 Mar 2011 21:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://climateaudit.org/?p=12859#comment-258445</guid>
		<description><![CDATA[Thanks, it worked after I changed the working directory and uncommented downData() function in file RO10 Code.txt as advised by Nick on March 3rd post.]]></description>
		<content:encoded><![CDATA[<p>Thanks, it worked after I changed the working directory and uncommented downData() function in file RO10 Code.txt as advised by Nick on March 3rd post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: test</title>
		<link>http://climateaudit.org/2011/02/07/eric-steigs-trick/#comment-258424</link>
		<dc:creator><![CDATA[test]]></dc:creator>
		<pubDate>Tue, 15 Mar 2011 19:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://climateaudit.org/?p=12859#comment-258424</guid>
		<description><![CDATA[Provided R code is not working:
rls.grid = recon.rls[[1]][, grid.locs]
Error: object &#039;recon.rls&#039; not found
&gt; 	colnames(rls.grid) = grid.names
Error in colnames(rls.grid) = grid.names : object &#039;rls.grid&#039; not found
&gt; 
&gt; ###  Get the data from the S09 reconstruction
&gt; 
&gt; 	S09.grid = saved.S09.recon[, grid.locs]
Error: object &#039;saved.S09.recon&#039; not found
&gt; 	colnames(S09.grid) = grid.names
Error in colnames(S09.grid) = grid.names : object &#039;S09.grid&#039; not found
&gt; 
&gt; ###  Calculate stats
&gt; 
&gt; 	eigen.stats = getStats(grid.orig, eigen.grid, idx)[[1]]
Error in getStats(grid.orig, eigen.grid, idx) : 
  object &#039;grid.orig&#039; not found
&gt; 	rls.stats = getStats(grid.orig, rls.grid, idx)[[1]]
Error in getStats(grid.orig, rls.grid, idx) : 
  object &#039;grid.orig&#039; not found
&gt; 	S09.stats = getStats(grid.orig, S09.grid, idx)[[1]]
Error in getStats(grid.orig, S09.grid, idx) : 
  object &#039;grid.orig&#039; not found
&gt; 
&gt; ###  Calculate stats for just 1957 - 1981
&gt; 
&gt; 	eigen.stats.57.81 = getStats(grid.orig[1:300, ], eigen.grid[1:300, ], idx[1:300, ])[[1]]
Error in getStats(grid.orig[1:300, ], eigen.grid[1:300, ], idx[1:300,  : 
  object &#039;grid.orig&#039; not found
&gt; 	rls.stats.57.81 = getStats(grid.orig[1:300, ], rls.grid[1:300, ], idx[1:300, ])[[1]]
Error in getStats(grid.orig[1:300, ], rls.grid[1:300, ], idx[1:300, ]) : 
  object &#039;grid.orig&#039; not found
&gt; 	S09.stats.57.81 = getStats(grid.orig[1:300, ], S09.grid[1:300, ], idx[1:300, ])[[1]]
Error in getStats(grid.orig[1:300, ], S09.grid[1:300, ], idx[1:300, ]) : 
  object &#039;grid.orig&#039; not found
&gt; 
&gt; ###  Calculate stats for just 1982 - 2006
&gt; 
&gt; 	eigen.stats.82.06 = getStats(grid.orig[301:600, ], eigen.grid[301:600, ], idx[301:600, ])[[1]]
Error in getStats(grid.orig[301:600, ], eigen.grid[301:600, ], idx[301:600,  : 
  object &#039;grid.orig&#039; not found
&gt; 	rls.stats.82.06 = getStats(grid.orig[301:600, ], rls.grid[301:600, ], idx[301:600, ])[[1]]
Error in getStats(grid.orig[301:600, ], rls.grid[301:600, ], idx[301:600,  : 
  object &#039;grid.orig&#039; not found
&gt; 	S09.stats.82.06 = getStats(grid.orig[301:600, ], S09.grid[301:600, ], idx[301:600, ])[[1]]
Error in getStats(grid.orig[301:600, ], S09.grid[301:600, ], idx[301:600,  : 
  object &#039;grid.orig&#039; not found
&gt; 	
&gt; 
&gt; ###==============================================
&gt; ###  EIGEN AND RLS SATELLITE STATS FOR COMPARISON
&gt; ###==============================================
&gt; 
&gt; ###  Compare EIGEN and RLS vs. satellite
&gt; 
&gt; 	eigen.sat.stats = getStats(makeAnom(all.avhrr), window(recon.eigen[[1]], start = 1982))
Error in inherits(x, &quot;ts&quot;) : object &#039;all.avhrr&#039; not found
&gt; 	rls.sat.stats = getStats(makeAnom(all.avhrr), window(recon.rls[[1]], start = 1982))
Error in inherits(x, &quot;ts&quot;) : object &#039;all.avhrr&#039; not found
&gt; 
&gt; ###  Compare S09 unspliced solution vs. satellite
&gt; 
&gt; 	S09.sat.stats = getStats(makeAnom(all.avhrr), window(recon.S09[[1]], start = 1982))
Error in inherits(x, &quot;ts&quot;) : object &#039;all.avhrr&#039; not found
&gt; 
&gt; 
&gt; ################################################################################
&gt; ######################          END VERIFICATION          ######################
&gt; ################################################################################]]></description>
		<content:encoded><![CDATA[<p>Provided R code is not working:<br />
rls.grid = recon.rls[[1]][, grid.locs]<br />
Error: object &#8216;recon.rls&#8217; not found<br />
&gt; 	colnames(rls.grid) = grid.names<br />
Error in colnames(rls.grid) = grid.names : object &#8216;rls.grid&#8217; not found<br />
&gt;<br />
&gt; ###  Get the data from the S09 reconstruction<br />
&gt;<br />
&gt; 	S09.grid = saved.S09.recon[, grid.locs]<br />
Error: object &#8216;saved.S09.recon&#8217; not found<br />
&gt; 	colnames(S09.grid) = grid.names<br />
Error in colnames(S09.grid) = grid.names : object &#8216;S09.grid&#8217; not found<br />
&gt;<br />
&gt; ###  Calculate stats<br />
&gt;<br />
&gt; 	eigen.stats = getStats(grid.orig, eigen.grid, idx)[[1]]<br />
Error in getStats(grid.orig, eigen.grid, idx) :<br />
  object &#8216;grid.orig&#8217; not found<br />
&gt; 	rls.stats = getStats(grid.orig, rls.grid, idx)[[1]]<br />
Error in getStats(grid.orig, rls.grid, idx) :<br />
  object &#8216;grid.orig&#8217; not found<br />
&gt; 	S09.stats = getStats(grid.orig, S09.grid, idx)[[1]]<br />
Error in getStats(grid.orig, S09.grid, idx) :<br />
  object &#8216;grid.orig&#8217; not found<br />
&gt;<br />
&gt; ###  Calculate stats for just 1957 &#8211; 1981<br />
&gt;<br />
&gt; 	eigen.stats.57.81 = getStats(grid.orig[1:300, ], eigen.grid[1:300, ], idx[1:300, ])[[1]]<br />
Error in getStats(grid.orig[1:300, ], eigen.grid[1:300, ], idx[1:300,  :<br />
  object 'grid.orig' not found<br />
&gt; 	rls.stats.57.81 = getStats(grid.orig[1:300, ], rls.grid[1:300, ], idx[1:300, ])[[1]]<br />
Error in getStats(grid.orig[1:300, ], rls.grid[1:300, ], idx[1:300, ]) :<br />
  object &#8216;grid.orig&#8217; not found<br />
&gt; 	S09.stats.57.81 = getStats(grid.orig[1:300, ], S09.grid[1:300, ], idx[1:300, ])[[1]]<br />
Error in getStats(grid.orig[1:300, ], S09.grid[1:300, ], idx[1:300, ]) :<br />
  object &#8216;grid.orig&#8217; not found<br />
&gt;<br />
&gt; ###  Calculate stats for just 1982 &#8211; 2006<br />
&gt;<br />
&gt; 	eigen.stats.82.06 = getStats(grid.orig[301:600, ], eigen.grid[301:600, ], idx[301:600, ])[[1]]<br />
Error in getStats(grid.orig[301:600, ], eigen.grid[301:600, ], idx[301:600,  :<br />
  object 'grid.orig' not found<br />
&gt; 	rls.stats.82.06 = getStats(grid.orig[301:600, ], rls.grid[301:600, ], idx[301:600, ])[[1]]<br />
Error in getStats(grid.orig[301:600, ], rls.grid[301:600, ], idx[301:600,  :<br />
  object 'grid.orig' not found<br />
&gt; 	S09.stats.82.06 = getStats(grid.orig[301:600, ], S09.grid[301:600, ], idx[301:600, ])[[1]]<br />
Error in getStats(grid.orig[301:600, ], S09.grid[301:600, ], idx[301:600,  :<br />
  object 'grid.orig' not found<br />
&gt;<br />
&gt;<br />
&gt; ###==============================================<br />
&gt; ###  EIGEN AND RLS SATELLITE STATS FOR COMPARISON<br />
&gt; ###==============================================<br />
&gt;<br />
&gt; ###  Compare EIGEN and RLS vs. satellite<br />
&gt;<br />
&gt; 	eigen.sat.stats = getStats(makeAnom(all.avhrr), window(recon.eigen[[1]], start = 1982))<br />
Error in inherits(x, &#8220;ts&#8221;) : object &#8216;all.avhrr&#8217; not found<br />
&gt; 	rls.sat.stats = getStats(makeAnom(all.avhrr), window(recon.rls[[1]], start = 1982))<br />
Error in inherits(x, &#8220;ts&#8221;) : object &#8216;all.avhrr&#8217; not found<br />
&gt;<br />
&gt; ###  Compare S09 unspliced solution vs. satellite<br />
&gt;<br />
&gt; 	S09.sat.stats = getStats(makeAnom(all.avhrr), window(recon.S09[[1]], start = 1982))<br />
Error in inherits(x, &#8220;ts&#8221;) : object &#8216;all.avhrr&#8217; not found<br />
&gt;<br />
&gt;<br />
&gt; ################################################################################<br />
&gt; ######################          END VERIFICATION          ######################<br />
&gt; ################################################################################</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B. Kindseth</title>
		<link>http://climateaudit.org/2011/02/07/eric-steigs-trick/#comment-257367</link>
		<dc:creator><![CDATA[B. Kindseth]]></dc:creator>
		<pubDate>Thu, 03 Mar 2011 22:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://climateaudit.org/?p=12859#comment-257367</guid>
		<description><![CDATA[Thanks Nick, That worked]]></description>
		<content:encoded><![CDATA[<p>Thanks Nick, That worked</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Stokes</title>
		<link>http://climateaudit.org/2011/02/07/eric-steigs-trick/#comment-257363</link>
		<dc:creator><![CDATA[Nick Stokes]]></dc:creator>
		<pubDate>Thu, 03 Mar 2011 20:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://climateaudit.org/?p=12859#comment-257363</guid>
		<description><![CDATA[Re: &lt;a href=&quot;#comment-257361&quot; rel=&quot;nofollow&quot;&gt;B. Kindseth (Mar 3 14:22)&lt;/a&gt;, 
BK, there&#039;s a function call in there called downData() which has been commented out. If you restore that, it will fetch the files (once you have them, you can comment it out again). The files come from Eric Steig&#039;s site.]]></description>
		<content:encoded><![CDATA[<p>Re: <a href="#comment-257361" rel="nofollow">B. Kindseth (Mar 3 14:22)</a>,<br />
BK, there&#8217;s a function call in there called downData() which has been commented out. If you restore that, it will fetch the files (once you have them, you can comment it out again). The files come from Eric Steig&#8217;s site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B. Kindseth</title>
		<link>http://climateaudit.org/2011/02/07/eric-steigs-trick/#comment-257361</link>
		<dc:creator><![CDATA[B. Kindseth]]></dc:creator>
		<pubDate>Thu, 03 Mar 2011 19:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://climateaudit.org/?p=12859#comment-257361</guid>
		<description><![CDATA[I tried running your code as you described above.  I used R10 Code.txt as opposed to R10 Script (old).R. Is that correct?  I also had to download aws.Rdata and manned.Rdata. Then I got a message &quot;cannot open file&quot; READER_groundstations.txt.&quot;&quot;  Which I cannot find on the website.  I also tried R10 Script (old).R and got the same message.]]></description>
		<content:encoded><![CDATA[<p>I tried running your code as you described above.  I used R10 Code.txt as opposed to R10 Script (old).R. Is that correct?  I also had to download aws.Rdata and manned.Rdata. Then I got a message &#8220;cannot open file&#8221; READER_groundstations.txt.&#8221;"  Which I cannot find on the website.  I also tried R10 Script (old).R and got the same message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kgnd &#38; Cross-Validation &#8211; By Ryan ODonnell &#171; the Air Vent</title>
		<link>http://climateaudit.org/2011/02/07/eric-steigs-trick/#comment-257093</link>
		<dc:creator><![CDATA[kgnd &#38; Cross-Validation &#8211; By Ryan ODonnell &#171; the Air Vent]]></dc:creator>
		<pubDate>Mon, 28 Feb 2011 22:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://climateaudit.org/?p=12859#comment-257093</guid>
		<description><![CDATA[[...] (excepting, perhaps, the erroneous calculation of the Byrd station trend, which we evaluated here).  Steig – as per usual – doesn’t do calculations to evaluate his own claim.  He simply [...]]]></description>
		<content:encoded><![CDATA[<p>[...] (excepting, perhaps, the erroneous calculation of the Byrd station trend, which we evaluated here).  Steig – as per usual – doesn’t do calculations to evaluate his own claim.  He simply [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jockdownsouth</title>
		<link>http://climateaudit.org/2011/02/07/eric-steigs-trick/#comment-256512</link>
		<dc:creator><![CDATA[Jockdownsouth]]></dc:creator>
		<pubDate>Wed, 23 Feb 2011 18:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://climateaudit.org/?p=12859#comment-256512</guid>
		<description><![CDATA[I&#039;m not a scientist but have read and appreciated The Hockey Stick Illusion, and am a regular reader of this and other blogs.  As I understand it neither Steve McIntyre nor Ryan O&#039;Donnell is claiming they have better results than Mann, Steig &amp; the team.  Rather they are saying, &quot;your methodology is flawed, so the results can&#039;t be relied upon&quot;. 

I&#039;ve dug up an old Guardian piece lauding Steig et al 09 -
http://www.guardian.co.uk/environment/2009/jan/21/global-warming-antarctica?INTCMP=SRCH

The article incudes the following paragraph -
&quot;Steig&#039;s team found the mathematical relationships between the weather station data and satellite data, tested them, and then used them to go back in time to estimate temperatures across the continent back to 1957. Their statistical model has now been validated by an ice core drilled into the Rutford ice stream in West Antarctica by the British Antarctic Survey, from which temperature records can be measured. That independent work also came up with a warming of 0.17C a decade for the region, and stretched the trend back to at least 1930.&quot; 

I haven&#039;t seen any mention of this point in any of the various recent posts and wonder if Ryan or one of his colleagues could comment on whether it does or doesn&#039;t validate either Steig&#039;s work or O&#039;Donnell et al&#039;s work.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m not a scientist but have read and appreciated The Hockey Stick Illusion, and am a regular reader of this and other blogs.  As I understand it neither Steve McIntyre nor Ryan O&#8217;Donnell is claiming they have better results than Mann, Steig &amp; the team.  Rather they are saying, &#8220;your methodology is flawed, so the results can&#8217;t be relied upon&#8221;. </p>
<p>I&#8217;ve dug up an old Guardian piece lauding Steig et al 09 -<br />
<a href="http://www.guardian.co.uk/environment/2009/jan/21/global-warming-antarctica?INTCMP=SRCH" rel="nofollow">http://www.guardian.co.uk/environment/2009/jan/21/global-warming-antarctica?INTCMP=SRCH</a></p>
<p>The article incudes the following paragraph -<br />
&#8220;Steig&#8217;s team found the mathematical relationships between the weather station data and satellite data, tested them, and then used them to go back in time to estimate temperatures across the continent back to 1957. Their statistical model has now been validated by an ice core drilled into the Rutford ice stream in West Antarctica by the British Antarctic Survey, from which temperature records can be measured. That independent work also came up with a warming of 0.17C a decade for the region, and stretched the trend back to at least 1930.&#8221; </p>
<p>I haven&#8217;t seen any mention of this point in any of the various recent posts and wonder if Ryan or one of his colleagues could comment on whether it does or doesn&#8217;t validate either Steig&#8217;s work or O&#8217;Donnell et al&#8217;s work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan O</title>
		<link>http://climateaudit.org/2011/02/07/eric-steigs-trick/#comment-256507</link>
		<dc:creator><![CDATA[Ryan O]]></dc:creator>
		<pubDate>Wed, 23 Feb 2011 14:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://climateaudit.org/?p=12859#comment-256507</guid>
		<description><![CDATA[By the way, if you wish to start with a physical reason for this behavior, start with winds.

The winds in Antarctica heat the ice surface due to friction.  This is one of the reasons a strong (&gt; 3 degree) gradient can be observed in air temperature as one proceeds from the ice surface to a few meters above the ice surface.  Slight differences in sensor height (or extreme, like whether the sensor is at a manned station - where the height is maintained - or an AWS station which can get buried in the snow) can cause massive (in terms of trend) errors when attempting to simply splice two raw data sets together.  This means sensors &lt;i&gt;at exactly the same geographic location&lt;/i&gt; can show multi-degree differences.

Of course, Google maps won&#039;t tell you that.]]></description>
		<content:encoded><![CDATA[<p>By the way, if you wish to start with a physical reason for this behavior, start with winds.</p>
<p>The winds in Antarctica heat the ice surface due to friction.  This is one of the reasons a strong (&gt; 3 degree) gradient can be observed in air temperature as one proceeds from the ice surface to a few meters above the ice surface.  Slight differences in sensor height (or extreme, like whether the sensor is at a manned station &#8211; where the height is maintained &#8211; or an AWS station which can get buried in the snow) can cause massive (in terms of trend) errors when attempting to simply splice two raw data sets together.  This means sensors <i>at exactly the same geographic location</i> can show multi-degree differences.</p>
<p>Of course, Google maps won&#8217;t tell you that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
