<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Niche Modeling &#187; Programming</title>
	<atom:link href="http://landshape.org/enm/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://landshape.org/enm</link>
	<description>The power of numeracy</description>
	<lastBuildDate>Fri, 30 Jul 2010 10:46:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Problem 1 of Climate Science</title>
		<link>http://landshape.org/enm/problem-1-of-climate-science/</link>
		<comments>http://landshape.org/enm/problem-1-of-climate-science/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 07:03:24 +0000</pubDate>
		<dc:creator>David Stockwell</dc:creator>
				<category><![CDATA[Climate]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Theory]]></category>

		<guid isPermaLink="false">http://landshape.org/enm/?p=4081</guid>
		<description><![CDATA[Problem 1. If temperature is adequately represented by a deterministic trend due to increasing GHGs, why be concerned with the presence of a unit root? Rather than bloviate over the implications of a unit root (integrative behavior) in the global temperature series, a more productive approach is to formulate an hypothesis, and test it. A [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem 1.</strong> If temperature is adequately represented by a deterministic trend due to increasing GHGs, why be concerned with the presence of a unit root?</p>
<p><span id="more-4081"></span></p>
<p>Rather than bloviate over the implications of a unit root (integrative behavior) in the global temperature series, a more productive approach is to formulate an hypothesis, and test it.</p>
<p>A deterministic model of global temperature (y) and anthropogenic forcing (g) with random errors e is:</p>
<p>y<sub>t</sub>=a+b.g<sub>t</sub>+&epsilon;</p>
<p>An autoregressive model of changes in temperature &Delta;y<sub>t</sub> uses a difference equation with a deterministic trend  b.g<sub>t-1</sub> and the previous value of y or y<sub>t-1</sub>:</p>
<p>&Delta;y<sub>t</sub> =b.g<sub>t-1</sub>+c.y<sub>t-1</sub>+&epsilon;</p>
<p>Written this way, the presence of the unit root in an AR1 series y is equivalent to the coefficient c equaling zero (see http://en.wikipedia.org/wiki/Dickey%E2%80%93Fuller_test).  </p>
<p>I suspect the controversy can be reduced to two simple hypotheses:</p>
<p>H0:  The size of the coefficient b is not significantly different from zero.<br />
Ha:  The size of the coefficient b is significantly different from zero.</p>
<p>The size of the coefficient should be indicative of the contribution of the deterministic trend (in this case anthropogenic warming) to the global temperature.</p>
<p>We transform the global temperature by differencing (an autoregressive or AR coordinate system), and then fit a model just as we would with any model.</p>
<p>In the deterministic coordinate system, b is highly significant with a strong contribution from AGW.  For the AGW forcing I use the sum of the anthropogenic forcings in the <a href="http://data.giss.nasa.gov/modelforce/RadF.txt">RadF.txt</a> file W-M_GHGs, O3, StratH2O, LandUse, and AIE.</p>
<p><a href="http://landshape.org/enm/wp-content/uploads/2010/04/fig1.png"><img src="http://landshape.org/enm/wp-content/uploads/2010/04/fig1-300x168.png" alt="fig1" title="fig1" width="300" height="168" class="alignnone size-medium wp-image-4083" /></a></p>
<p><b-quote><br />
Call: lm(formula = y ~ g)<br />
Coefficients:<br />
            Estimate Std. Error t value Pr(>|t|)<br />
(Intercept) -0.34054    0.01521  -22.39   <2e-16 ***<br />
g            0.31573    0.01802   17.52   <2e-16 ***<br />
---<br />
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1<br />
Residual standard error: 0.1251 on 121 degrees of freedom<br />
Multiple R-squared: 0.7172,	Adjusted R-squared: 0.7149<br />
F-statistic: 306.9 on 1 and 121 DF,  p-value: < 2.2e-16<br />
</b-quote></p>
<p>The result is very different in the AR coordinate system.  The coefficient of y is not significantly greater than zero (at 95%) and neither is b.</p>
<p><a href="http://landshape.org/enm/wp-content/uploads/2010/04/fig2.png"><img src="http://landshape.org/enm/wp-content/uploads/2010/04/fig2-300x168.png" alt="fig2" title="fig2" width="300" height="168" class="alignnone size-medium wp-image-4084" /></a></p>
<p><b-quote><br />
Call: lm(formula = d ~ y + g + 0)<br />
Coefficients:<br />
  Estimate Std. Error t value Pr(>|t|)<br />
y -0.06261    0.03234  -1.936   0.0552 .<br />
g  0.01439    0.01088   1.322   0.1887<br />
&#8212;<br />
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1<br />
Residual standard error: 0.101 on 121 degrees of freedom<br />
Multiple R-squared: 0.0389,	Adjusted R-squared: 0.02302<br />
F-statistic: 2.449 on 2 and 121 DF,  p-value: 0.09066<br />
</b-quote></p>
<p>Perhaps the main contribution of AGW is since 1960, so we restrict the data to this period and examine the effect.  The deterministic trend in AGW is greater, but still not significant.</p>
<p><a href="http://landshape.org/enm/wp-content/uploads/2010/04/fig3.png"><img src="http://landshape.org/enm/wp-content/uploads/2010/04/fig3-300x168.png" alt="fig3" title="fig3" width="300" height="168" class="alignnone size-medium wp-image-4085" /></a></p>
<p><b-quote><br />
Prob1(window(CRU,start=1960),GHG)<br />
Call: lm(formula = d ~ y + g + 0)<br />
Coefficients:<br />
  Estimate Std. Error t value Pr(>|t|)<br />
y -0.24378    0.10652  -2.289   0.0273 *<br />
g  0.03050    0.01512   2.017   0.0503 .<br />
&#8212;<br />
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1<br />
Residual standard error: 0.1149 on 41 degrees of freedom<br />
Multiple R-squared: 0.1284,	Adjusted R-squared: 0.08591<br />
F-statistic: 3.021 on 2 and 41 DF,  p-value: 0.05974<br />
</b-quote></p>
<p>But what happens when we use another data set.  Below is the result using GISS.  The coefficients are significant but the effect is still small.</p>
<p><a href="http://landshape.org/enm/wp-content/uploads/2010/04/fig4.png"><img src="http://landshape.org/enm/wp-content/uploads/2010/04/fig4-300x168.png" alt="fig4" title="fig4" width="300" height="168" class="alignnone size-medium wp-image-4086" /></a></p>
<p><b-quote><br />
> Prob1(GISS,GHG)<br />
Call: lm(formula = d ~ y + g + 0)<br />
Coefficients:<br />
  Estimate Std. Error t value Pr(>|t|)<br />
y -0.27142    0.06334  -4.285 3.69e-05 ***<br />
g  0.06403    0.01895   3.379  0.00098 ***<br />
&#8212;<br />
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1<br />
Residual standard error: 0.1405 on 121 degrees of freedom<br />
Multiple R-squared: 0.1375,	Adjusted R-squared: 0.1232<br />
F-statistic: 9.645 on 2 and 121 DF,  p-value: 0.0001298<br />
</b-quote></p>
<p>So why be concerned with the presence of a unit root? It has been argued that while the presence of a unit indicates that using OLS regression is wrong, this does not contradict AGW because the effect of greenhouse gas forcings can still be incorporated as deterministic trends.</p>
<p>I am not 100% sure of this, as the differencing removes most of the deterministic trend that could be potentially explained by g.  </p>
<p>If the above is true, there is a problem.  When the analysis respects the unit root on real data, the deterministic trend due to increasing GHGs is so small that the null hypothesis is not rejected, i.e. the large contribution of anthropogenic global warming suggested by a simple OLS regression model is a spurious result.</p>
<p>Here is my code.  Orient is a functions that matches two time series to the same start and end date.</p>
<p><b-quote><br />
Prob1<-function(y,g) {<br />
	v<-orient(list(y,g))<br />
	d<-diff(v[,1]);y<-v[1:(dim(v)[1]-1),1];<br />
        g<-v[1:(dim(v)[1]-1),2]<br />
	l<-lm(d~y+g+0)<br />
	print(summary(l))<br />
	plot(y,type="l")<br />
	lines((g*l$coef[2]+y[1]),col="blue")<br />
}<br />
</b-quote></p>
 <div class='series_links'><a href='http://landshape.org/enm/four-central-problems-of-climate-science/' title='Central Problems of Climate Science'>Previous in series</a> <a href='http://landshape.org/enm/problem-3-of-climate-science/' title='Problem 3 of Climate Science'>Next in series</a></div>]]></content:encoded>
			<wfw:commentRss>http://landshape.org/enm/problem-1-of-climate-science/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>Australian Temperature Adjustments</title>
		<link>http://landshape.org/enm/australian-temperature-adjustments/</link>
		<comments>http://landshape.org/enm/australian-temperature-adjustments/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 11:07:59 +0000</pubDate>
		<dc:creator>David Stockwell</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Climate]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Statistics]]></category>

		<guid isPermaLink="false">http://landshape.org/enm/?p=3310</guid>
		<description><![CDATA[If you have seen the articles on the NZ temperature adjustments and Nordic temperature adjustments you might be interested in the Australian data. The issue with NZ and Nordic data that the raw temperature data for weather stations do not show the temperature increases indicated by the IPCC, raising the question of how the data [...]]]></description>
			<content:encoded><![CDATA[<p>If you have seen the articles on the <a href="http://wattsupwiththat.com/2009/11/27/more-on-the-niwa-new-zealand-data-adjustment-story/">NZ temperature adjustments</a> and <a href="http://wattsupwiththat.com/2009/11/29/when-results-go-bad/">Nordic temperature adjustments</a> you might be interested in the Australian data. </p>
<p>The issue with NZ and Nordic data that the raw temperature data for weather stations do not show the temperature increases indicated by the IPCC, raising the question of how the data have been adjusted.</p>
<p>As Prof. Karlen states in the ClimateGate email #1221683947, temperature at many stations has not exceeded early 20th century temperatures:</p>
<blockquote><p>.. data sets show an increase after the 1970s to the same level as in the late 1930s or lower. None demonstrates the distinct increase IPCC indicates.</p></blockquote>
<p>Here is the plot of means of Australian raw data for 103 temperature stations, based on the file <a href="http://www.climateaudit.org/data/station/australia/">Aus.tab</a> downloaded from the Australian BoM web site and collated by Steve McIntyre.  </p>
<p><a href="http://landshape.org/enm/wp-content/uploads/2009/11/fig1.png"><img src="http://landshape.org/enm/wp-content/uploads/2009/11/fig1-300x184.png" alt="fig1" title="fig1" width="300" height="184" class="alignnone size-medium wp-image-3311" /></a></p>
<p><span id="more-3310"></span></p>
<p>The red line is the annual temperatures from 1910 to 2008 based on a simple average of the data in each year.  The temperature is strongly increasing, and there seems to be some sort of glitch around 1940 where temperatures increase suddenly.  </p>
<p>The problem with averaging all these stations is that the any tendency in stations to change with latitude introduces bias.  That is, if stations are introduced in warmer climates late in the century, the average will be biased to warmer temperatures.  </p>
<p>To get around this problem, I have simply normalized each of the station records (i.e. subtracted a station&#8217;s mean value) before averaging each year. This puts all of the stations on a even playing field, so to speak, no-matter whether it is normally warm or cold.</p>
<p>The blue line shows the normalized result.  The temperatures are only slightly increasing.</p>
<p>Whats more, current day temperature has yet to exceed the peak temperature achieved in 1914 (blue dotted line and marked with blue crosses).</p>
<p>While averages of the raw Australian data appear to be increasing strongly, a simple normalization procedure to remove the bias introduced by station changes virtually eliminates all trace of temperature increases.  </p>
<p>One would expect a similar situation in Australia to the Nordic stations, with a lack of individual stations with strongly increasing temperatures.</p>
<p>For interest, here is the figure supporting the temperature curves in IPCC and also published in e.g.  Forster, P. et al. 2007: Assessing uncertainty in climate simulation. Nature 4: 63-64.</p>
<p><a href="http://landshape.org/enm/wp-content/uploads/2009/11/wrgb1.jpg"><img src="http://landshape.org/enm/wp-content/uploads/2009/11/wrgb1-300x263.jpg" alt="wrgb1" title="wrgb1" width="300" height="263" class="alignnone size-medium wp-image-3312" /></a></p>
<p>Here is the data object <a href="http://www.climateaudit.org/data/station/australia/Aus.tab">Aus.tab</a>, and here is the <a href='http://landshape.org/enm/wp-content/uploads/2009/11/script.R.txt'>script.R</a>.  Save the data object to a directory and then run the R script in that directory.</p>
<p>I have a similar view to Willis Eschenbach on this issue, and don&#8217;t claim that the BoM is actually altering the global temperature figures. However, issues in New Zealand and the Fennoscandian region are also found in Australia, proving the point that the compiled data cannot be taken at face value, and the adjustments to get them into the form we usually see need to be comprehensively audited. </p>
 <div class='series_links'><a href='http://landshape.org/enm/australian-temperature-adjustments-ii/' title='Australian Temperature Adjustments II'>Previous in series</a> <a href='http://landshape.org/enm/torok-and-nicholls-adjusted-network/' title='Torok and Nicholls Adjusted Network'>Next in series</a></div>]]></content:encoded>
			<wfw:commentRss>http://landshape.org/enm/australian-temperature-adjustments/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Is OHC Accelerating?</title>
		<link>http://landshape.org/enm/is-ohc-accelerating/</link>
		<comments>http://landshape.org/enm/is-ohc-accelerating/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 20:38:44 +0000</pubDate>
		<dc:creator>David Stockwell</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Climate]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Statistics]]></category>

		<guid isPermaLink="false">http://landshape.org/enm/?p=3048</guid>
		<description><![CDATA[Code and figures to quantify the answer to the question &#8220;Is ocean heat content is accelerating?&#8221; are below. The idea is that &#8216;acceleration&#8217; is synonymous with the significance of a quadratic term in a regression: 1. Annual OHC data from NODC. 2. Fit a regression model (M1) incorporating linear and periodic terms of period 60 [...]]]></description>
			<content:encoded><![CDATA[<p>Code and figures to quantify the answer to the question &#8220;Is ocean heat content is accelerating?&#8221; are below.  The idea is that &#8216;acceleration&#8217; is synonymous with the significance of a quadratic term in a regression:</p>
<p>1. Annual OHC data from <a href="ftp://ftp.nodc.noaa.gov/pub/data.nodc/woa/DATA_ANALYSIS/3M_HEAT_CONTENT/DATA/basin/yearly/h22-w0-700m.dat">NODC</a>.</p>
<p>2. Fit a regression model (M1) incorporating linear and periodic terms of period 60 years (to account for Pacific Decadal Oscillation):</p>
<p><code>x=time(OHC);<br />
f=x*pi*2/60;<br />
M1 =  lm(OHC~x+sin(f)+cos(f))</code></p>
<p>3. Fit another regression model with the addition of a quadratic term, </p>
<p><code>M2 =  lm(OHC~x+sin(f)+cos(f)+I(x^2))</code></p>
<p>4. Compare the reduction in the regression sum of squares due to the incorporation of the quadratic term, taking into account the loss of degrees of freedom due to autocorrelation (see http://en.wikipedia.org/wiki/F-test for tests of nested models)</p>
<p>The result below shows M1 as a solid line and M2 as a dashed line.  The p value for the F test is a marginally significant 0.052 (not significant at the 95% CL)  for an improvement in the model due to addition of a quadratic term.</p>
<p><a href="http://landshape.org/enm/wp-content/uploads/2009/10/fig1.png"><img src="http://landshape.org/enm/wp-content/uploads/2009/10/fig1-300x168.png" alt="fig1" title="fig1" width="300" height="168"  /></a></p>
<p><span id="more-3048"></span></p>
<p>For interest, I appended a value of 5 onto the end of the series, to anticipate the case of a precipitous fall in OHC this year.  The result is below, with a non-significant p value of 0.467 for an improvement in the model due to addition of a quadratic term.</p>
<p><a href="http://landshape.org/enm/wp-content/uploads/2009/10/fig2.png"><img src="http://landshape.org/enm/wp-content/uploads/2009/10/fig2-300x168.png" alt="fig2" title="fig2" width="300" height="168" /></a></p>
<p>So based on these tests, taking into account the oscillation of the PDO and the autocorrelation, the empirical evidence does not strongly support an &#8216;acceleration&#8217; in OHC and if it continues to decline as it appears to be doing, what support there is will vanish.</p>
<p>The turnkey R script and data as a zip file is <a href='http://landshape.org/enm/wp-content/uploads/2009/10/ohc.zip'>here</a>.</p>
 <div class='series_links'> <a href='http://landshape.org/enm/ocean-heat-content-stumbles/' title='Ocean Heat Content Stumbles'>Next in series</a></div>]]></content:encoded>
			<wfw:commentRss>http://landshape.org/enm/is-ohc-accelerating/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>Comment on McLean et al Submitted</title>
		<link>http://landshape.org/enm/comment-on-mclean-submitted/</link>
		<comments>http://landshape.org/enm/comment-on-mclean-submitted/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 21:24:06 +0000</pubDate>
		<dc:creator>David Stockwell</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Climate]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Theory]]></category>

		<guid isPermaLink="false">http://landshape.org/enm/?p=2863</guid>
		<description><![CDATA[Here is the abstract for our comment submitted to Geophysical Research Letters today. Bob Tisdale is acknowledged as the source of the idea in the first paragraph. Lets see how it goes. If you would like a copy, contact me via the form above. Update: Now available from arXiv Comment on &#8220;Influence of the Southern [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the abstract for our comment submitted to Geophysical Research Letters today. Bob Tisdale is acknowledged as the source of the idea in the first paragraph.  Lets see how it goes. If you would like a copy, contact me via the form above.</p>
<p><strong>Update: <a href="http://arxiv.org/abs/0908.1828">Now available from arXiv</a></strong></p>
<p><strong>Comment on &#8220;Influence of the Southern Oscillation on tropospheric temperature&#8221; by J. D. McLean, C. R. de Freitas, and R. M. Carter</strong></p>
<p>David R.B. Stockwell and Anthony Cox</p>
<p><strong>Abstract</strong></p>
<p>We demonstrate an alternative correlation between the El Nino Southern Oscillation (ENSO) and global temperature variation to that shown by McLean et al. [2009]. We show 52% of the variation in RATPAC-A tropospheric temperature (and 59% of HadCRUT3) is explained by a novel cumulative Southern Oscillation Index (cSOI) term in a simple linear regression model and 65% of RATPAC-A variation (67% of HadCRUT3) when volcanic and solar effect terms are included. We review evidence from physical and statistical research in support of the hypothesis that accumulation of the effects of ENSO can produce natural multi-decadal warming trends. Although it is not possible to reliably determine the relative contribution of anthropogenic forcing and SOI accumulation from multiple regression models due to collinearity, these results suggest a residual accumulation of around 5 ± 1% and up to 9 ± 2% of ENSO-events has contributed to the global temperature trend. </p>
<p><span id="more-2863"></span></p>
 <div class='series_links'> <a href='http://landshape.org/enm/weakening-of-the-walker-circulation/' title='Weakening of the Walker Circulation'>Next in series</a></div>]]></content:encoded>
			<wfw:commentRss>http://landshape.org/enm/comment-on-mclean-submitted/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Weekly Roundup</title>
		<link>http://landshape.org/enm/weekly-roundup/</link>
		<comments>http://landshape.org/enm/weekly-roundup/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 20:50:33 +0000</pubDate>
		<dc:creator>David Stockwell</dc:creator>
				<category><![CDATA[Climate]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Statistics]]></category>

		<guid isPermaLink="false">http://landshape.org/enm/?p=2843</guid>
		<description><![CDATA[Last week I prepared a comment defending McLean&#8217;s SOI paper. I shall send it in shortly. Basically, I extend their analysis a little and show that the majority of variation in a linear regression model predicting global temperature (not differences) can be accounted for using SOI-related terms. The sorry-state of Dr. Hathaway&#8217;s prediction record is [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I prepared a comment defending McLean&#8217;s SOI paper.  I shall send it in shortly.  Basically, I extend their analysis a little and show that the majority of variation in a linear regression model predicting global temperature (not differences) can be accounted for using SOI-related terms.</p>
<p>The <a href="http://www.nytimes.com/2009/07/21/science/space/21sunspot.html?_r=1">sorry-state of Dr. Hathaway&#8217;s prediction record</a> is in the news.</p>
<p><span id="more-2843"></span></p>
<blockquote><p>For example, in 2006, Dr. Hathaway looked at disturbances in the Earth&#8217;s magnetic field that are caused by the Sun, and they were strong. During past cycles, strong disturbances at minimum indicated strong fields all over the Sun at maximum and a bounty of sunspots. Because the previous cycles had been shorter than average, Dr. Hathaway thought the next one would be shorter and thus solar minimum was imminent. He predicted the new solar cycle would be a ferocious one, consistent with a short cycle.</p>
<p>Instead, the new cycle did not arrive as quickly as Dr. Hathaway anticipated, and the disturbances weakened. His revised prediction is for a smaller-than-average maximum. “There was a long lull of several months of virtually no activity, which had me worried,” Dr. Hathaway said.</p></blockquote>
<p>Predicting trends will continue, like the stock market always going up, or the housing market never dropping more than 20%, is a fool&#8217;s bet.   </p>
<p>Fresh Bilge is <a href="http://www.seablogger.com/?p=16146">a little kinder</a>:</p>
<blockquote><p>I have watched Hathaway’s NASA press releases for a couple of years, with the increasingly comical upcurves of an active solar cycle projected from the solar minimum that just kept going and going. It was clear that someone was resisting reality. I always surmised that Hathaway was a global warming ideologue who did not want the AGW paradigm disturbed by news of a quiet sun. But the man finally proved himself a scientist rather than an ideologue and went with the evidence. Good for him.</p></blockquote>
<p>If the AGW ideologue is finally becoming a scientist, what was he before?</p>
<p>This week I am going to work on getting the disproof of sea-level acceleration paper done.  Basically, the so-called acceleration of sea level is not significant on a century scale, so there is no basis for belief in anything other than a linear model of sea level rise, and correspondingly small rises in the centimeters (not meters) by 2100.</p>
<p>Apologies for not having an RSS prediction question up, but the providers have blocked my ssh access for some reason, and I have to get that reinstated.</p>
<p>Fifteen of &#8216;Australia&#8217;s top climate scientists&#8217; <a href="http://www.smh.com.au/opinion/climate-change-poised-to-feed-on-itself-20090731-e4gi.html?page=-1">published their creed</A>.</p>
<blockquote><p>Around the world, thousands of scientists have devoted their professional lives to studying the climate. Not centrally organised, they sometimes build temporary affiliations but they remain scientists throughout – that is, they are independent, constantly challenge each other and are committed to searching for truth through objective, independently verifiable evidence.</p></blockquote>
<p>As we used to say in grad school, they are &#8220;pulling back the foreskin of science&#8221;.  You would think by now enough instances of collusion, bias, sloppiness, lack of critical evaluation of the AGW hypothesis, and basic mistakes have been documented that there is little cause for such pretentiousness. </p>
<p>Like the Copenhagen conference report <a href="http://landshape.org/enm/another-copenhagen-synthesis-report-error/">Figure 5<a/>, based on the <a href="http://landshape.org/enm/rahmstorf-2007-discredited/">now-discredited Rahmstorf et al 2007</a> paper, altered by Stefan Rahmstorf to enhance the impression of warming, and then misreported in the figure caption.  I wonder if its been fixed yet?  Or the growing list of <a href="http://landshape.org/enm/discredited-agw/">discredited AGW papers</a>, as well as </p>
<p><a href="http://landshape.org/enm/interpretation-bias/">Harries</a> who claimed to detect the greenhouse effect from CO2 spectral brightening but whose later (unreported) publications were much more equivocal;</p>
<p><a href="http://landshape.org/enm/greenhouse-thermodynamics-of-water-vapor-and-the-ipcc/">Soden</a>, who claims to have detected increase in specific water vapor from spectral brightening using false assumptions.</p>
<p>History shows the proclamations by &#8216;top&#8217; scientists such as Harries, Santer, and Sodon, that proof of AGW had been found, only fade away later.  What the article fails to mention is that the case of AGW remains circumstantial, as it always has been.  CO2 is blamed for temperature increases since 1960 because &#8216;we can&#8217;t find any other explanation&#8217;.  However, the literature is replete with other possible explanations &#8212; UHI, solar, CRF, and SOI &#8212; sources of ongoing controversy totally ignored in their article.</p>
<p> I believe there are a number of responses being written.</p>
]]></content:encoded>
			<wfw:commentRss>http://landshape.org/enm/weekly-roundup/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Influence of the Southern Oscillation on tropospheric temperature</title>
		<link>http://landshape.org/enm/influence-of-the-southern-oscillation-on-tropospheric-temperature/</link>
		<comments>http://landshape.org/enm/influence-of-the-southern-oscillation-on-tropospheric-temperature/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 19:47:21 +0000</pubDate>
		<dc:creator>David Stockwell</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Climate]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Theory]]></category>

		<guid isPermaLink="false">http://landshape.org/enm/?p=2815</guid>
		<description><![CDATA[A potential AGW buster, attributing decadal temperature variation largely to internal oceanic effects, ENSO and over the longer term the 1976 Great Pacific Climate Shift, as we did here, is a new paper by Australian John McLean, with New Zealander Chris de Freitas, and Australian ex-pat Kiwi Bob Carter. That mean global tropospheric temperature has [...]]]></description>
			<content:encoded><![CDATA[<p>A potential AGW buster, attributing decadal temperature variation largely to internal oceanic effects, ENSO and over the longer term the 1976 Great Pacific Climate Shift, as we did <a href="http://landshape.org/enm/preprint-on-climatic-regime-shifts/">here</a>, is a <a href="http://www.agu.org/pubs/crossref/2009/2008JD011637.shtml">new paper</a> by Australian John McLean, with New Zealander Chris de Freitas, and <del datetime="2009-07-26T20:58:29+00:00">Australian</del>  ex-pat Kiwi Bob Carter.</p>
<blockquote><p>That mean global tropospheric temperature has for the last 50 years fallen and risen in close accord with the SOI of 5–7 months earlier shows the potential of natural forcing mechanisms to account for most of the temperature variation. </p></blockquote>
<p>While the bottom line of this paper is that the change in SOI accounts for 72% of the variance in global temperature for the 29-year-long MSU record and 68% of the variance in global temperature for the longer 50-year RATPAC record, I think the claim of a longer term temperature effect could have been better supported.  They stated:</p>
<blockquote><p>Lean and Rind [2008] stated that anthropogenic warming is more pronounced between 45°S and 50°N and that no natural process can account for the <b>overall warming</b>  trend in global surface temperature. We have shown here that ENSO and the 1976 Great Pacific Climate Shift can account for a large part of the overall warming and the temperature variation in tropical regions. </p></blockquote>
<p><a href="http://landshape.org/enm/wp-content/uploads/2009/07/mclean.png"><img src="http://landshape.org/enm/wp-content/uploads/2009/07/mclean-300x126.png" alt="mclean" title="mclean" width="300" height="126"  /></a></p>
<p>However, the assertion comes down to Figure 4 where they identify that the mean of the SOI (and temperature) seems to change at 1976.  This model is not identified rigorously with any analysis, but is stated as an observation in the text.</p>
<p><span id="more-2815"></span></p>
<blockquote><p>
For the 30 years prior to the 1976 shift (i.e., 1946 – 1975) the SOI averaged +1.93 but in the 30 years after 1976 (i.e., 1977 – 2006) the average was -3.06, which represents a shift from a La Nina inclination to an El Nino inclination. The standard deviations for the two periods were 9.48 and 10.40 on monthly SOI averages, and 6.56 and 6.35 on calendar year averages, which indicates consistent variation about a new average value. &#8230; From 1959 to 1975 the RATPAC LTT averaged -0.191°C and from 1977 to 1993 it averaged +0.122°C. The standard deviations on the seasonal data were 0.193° and 0.163 C°, and on monthly data 0.162°C and 0.146°C. We have already illustrated the close relationship between SOI and GTTA, but this descrip- tion of the respective changes before and after the Great Pacific Climate Shift indicates a stepwise shift in the base values of each factor but otherwise relatively consistent ranges of variation. </p></blockquote>
<p>Break tests on both SOI and global temperature indicating the date 1976, and finding of a 7 month lead in the position of the break for SOI over global temperature would have lent more support to this (crucial) claim.  As it is, the finding of high frequency correlation between SOI and GT is not as important to the AGW debate, as is the finding of a low frequency (ie. step change) in SOI leading (and hence causing) the change in temperatures.</p>
<p>It can also be seen in Figure 4 that the slope of temperature is upward while the SOI is constant (but higher) after 1976.  This would tend to support <a href="http://bobtisdale.blogspot.com/2009/06/reemergence-mechanism.html">Bob Tisdale&#8217;s hypothesis</a> that recent warming since 1976 can be attributed to a gradual accumulation of heat, due to higher frequency of El Nino events.  He has dug up a long-recognized, but little studied mechanism of re-emergence to explain it.</p>
 <div class='series_links'><a href='http://landshape.org/enm/swansons-pc-projection/' title='Swanson&#8217;s PC Projection'>Previous in series</a> <a href='http://landshape.org/enm/replicating-mclean/' title='Replicating McLean'>Next in series</a></div>]]></content:encoded>
			<wfw:commentRss>http://landshape.org/enm/influence-of-the-southern-oscillation-on-tropospheric-temperature/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>A semi-empirical approach to sea level rise</title>
		<link>http://landshape.org/enm/a-semi-empirical-approach-to-sea-level-rise/</link>
		<comments>http://landshape.org/enm/a-semi-empirical-approach-to-sea-level-rise/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 21:03:01 +0000</pubDate>
		<dc:creator>David Stockwell</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Climate]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Theory]]></category>

		<guid isPermaLink="false">http://landshape.org/enm/?p=2618</guid>
		<description><![CDATA[Published in Science, this Rahmstorf 2007 article provides a high-end estimate of sea level rise of over a meter by the end of the century (rate of 10mm/yr). Linear extrapolation puts the rate of increase at only 1.4mm and 1.7mm per year depending on start date (1860 or 1950). The paper was followed by two [...]]]></description>
			<content:encoded><![CDATA[<p>Published in Science, this <a href="http://www.umces.edu/president/STWG/Rahmstorf2007responses.pdf" >Rahmstorf 2007</a> article provides a high-end estimate of sea level rise of over a meter by the end of the century (rate of 10mm/yr).  Linear extrapolation puts the rate of increase at only 1.4mm and 1.7mm per year depending on start date (1860 or 1950).  </p>
<p>The paper was followed by two critical comments, both bashing the statistics, and these are attached to the link above.  <a href="http://www.pik-potsdam.de/~stefan/Publications/Nature/rahmstorf_science_response_2007.pdf"> Rahmstorf replied</a> to those comments.  The issues raised are familiar to readers of this, <a href="http://www.climateaudit.org/">CA</a>, <a href="http://rankexploits.com/musings/">Lucia</a>, and other statistical blogs: significance, autocorrelation, etc. and worth a read.</p>
<p>Worthwhile as the comments are, they do not look into the <a href="http://landshape.org/enm/recent-climate-observations-disagreement-with-projections/">problem of the end-treatment</a> used by Rahmstorf, and I look at that here.  </p>
<p>All of the papers projecting these high end rates, and they all depend on the assumption of recent &#8216;acceleration&#8217; in sea levels.  That is, seem to depend on the rate of increase getting faster and faster. </p>
<p>Rahmstorf 2007 paper uses the smoothing method most recently savaged at <a href="http://www.climateaudit.org/?p=6473">CA here</a>, where it was shown despite all the high-falutin&#8217; language to be equivalent to a simple triangular filter of length 2M, padded with M points of slope equal to the last M points.   My main concern is that at this crucial end-section, the data has been duplicated by the padding, effectively increasing the number of data points of very high slope.</p>
<p>The figure below shows a replication of the Rahmstorf smoothing with and without padding (moved down for clarity) (code below).  Two sea level data sets are shown, one by Church &#8220;<a href="http://www.pol.ac.uk/psmsl/author_archive/church_white/GRL_Church_White_2006_024826.pdf">A 20th century acceleration in global sea level rise</a>&#8221; (used in Rahmstorf, data available from CSIRO <a href="http://www.cmar.csiro.au/sealevel/sl_data_cmar.html">here</A>) another by Jevrejeva &#8220;<a href="http://www.pol.ac.uk/psmsl/author_archive/jevrejeva_etal_1700/2008GL033611.pdf">Recent global sea level acceleration started over 200 years ago?</a>&#8221; (data <a href="http://www.pol.ac.uk/psmsl/author_archive/jevrejeva_etal_1700/">here</A>) </p>
<p>It should be noted this data ends in 2001-2, a truncation bound to maximize recent temperature increases.</p>
<p><a href="http://landshape.org/enm/wp-content/uploads/2009/07/fig1.png"><img src="http://landshape.org/enm/wp-content/uploads/2009/07/fig1-300x168.png" alt="fig1" title="fig1" width="300" height="168"  /></a></p>
<p><span id="more-2618"></span></p>
<p>You can already see how much the padding adds to the impression of acceleration at the end.  Also note that the simple triangular smooth is a very good replication to the Rahmstorf combobulation (lower fig 3 below).</p>
<p><a href="http://landshape.org/enm/wp-content/uploads/2009/07/rahm1.png"><img src="http://landshape.org/enm/wp-content/uploads/2009/07/rahm1-157x300.png" alt="rahm1" title="rahm1" width="157" height="300"  /></a></p>
<p>Having modeled the sea level rise, the next step in the replication is to calculate the rate of sea level increase, from the smoothed sea-level data (upper figure 3 above).  The figure below shows my replication.  The black line is a close as I can get, though it seems like Rahmstorf&#8217;s rate line rises even higher at the end.  The red line shows that removing the padding effectively removes part of the increasing sea-level rise at the end.</p>
<p><a href="http://landshape.org/enm/wp-content/uploads/2009/07/fig2.png"><img src="http://landshape.org/enm/wp-content/uploads/2009/07/fig2-300x168.png" alt="fig2" title="fig2" width="300" height="168" /></a></p>
<p>The green and blue lines illustrate an undescribed part of the method.  Figure 2 in Rahmstorf 2007 says that the rate curves are &#8220;time derivative of this sea-level curve&#8221;.  In fact, it takes the calculation of a moving 15 year regression line to give a smooth rate curve.  The green line is a 2 year regression, the time derivative, and it is still very bumpy.</p>
<p><a href="http://landshape.org/enm/wp-content/uploads/2009/07/rahm2.png"><img src="http://landshape.org/enm/wp-content/uploads/2009/07/rahm2.png" alt="rahm2" title="rahm2" width="174" height="223"  /></a></p>
<p>Which made me think, why not just apply a moving 30 year trend line to the raw sea level data without any other smoothing?  The result is the blue line, which as you can see, is not too dissimilar in shape to the smoothed lines, although there is no uptick at the end.  </p>
<p>He then goes on the bin the data into 5 year intervals to get the result in Fig2 &#8211; another ad-hoc smoothing technique.  The Rahmstorf patented smoothing method so far has used singular spectrum analysis (SSA), convolution (filtering), and now linear regression and binning.  Is there any form of smoothing this guy cannot use!</p>
<p><a href="http://landshape.org/enm/wp-content/uploads/2009/07/fig3.png"><img src="http://landshape.org/enm/wp-content/uploads/2009/07/fig3-269x300.png" alt="fig3" title="fig3" width="269" height="300"  /></a></p>
<p>Above is my replication of Rahmstorf&#8217;s figure 2, with and without padding.  The corrrelation between temperature (on the x axis) and rate of sea level rise (on the y axis) is the crux of the paper.  The padded version is a fairly close replication.  The unpadded version of course sees a number of points truncated at the end where the rate of sea level increase is highest.</p>
<p>I get a padded slope of 2.9 mm rise per degree C, and unpadded of 4.06 mm rise per degree C, both significant.  Rahmstorf got 3.4 mm rise per degree C.  He also claims that this figure is robust to changes in the smoothing from M=2 to M=17, and this appears to be the case from the plot below at M=2.</p>
<p><a href="http://landshape.org/enm/wp-content/uploads/2009/07/fig4.png"><img src="http://landshape.org/enm/wp-content/uploads/2009/07/fig4-269x300.png" alt="fig4" title="fig4" width="269" height="300"  /></a></p>
<p>Looking at this data, when you take out the extension due to the padding, I see a cluster of points at about a rate of 2.0 mm of sea level rise, with a smaller cluster at a lower rate.  The conclusion that the rate of sea level rise will increase as temperature increases (aka acceleration) depends very much on the position of the LOWER cluster.  Relying on the middle cluster alone, there would be no correlation between rate of increase and temperature.</p>
<p>Based on these results, I would say that the padding is not contributing much of an artifact to the results.  Need to look elsewhere for problems, and I have a few ideas.</p>
<p>Look <a href='http://landshape.org/enm/wp-content/uploads/2009/07/scriptr.txt'>here</a> for non-turnkey code (but not hard to work out).</p>
 <div class='series_links'> <a href='http://landshape.org/enm/smooth-operator/' title='Smooth Operator'>Next in series</a></div>]]></content:encoded>
			<wfw:commentRss>http://landshape.org/enm/a-semi-empirical-approach-to-sea-level-rise/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Preprint on climatic regime shifts</title>
		<link>http://landshape.org/enm/preprint-on-climatic-regime-shifts/</link>
		<comments>http://landshape.org/enm/preprint-on-climatic-regime-shifts/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 20:41:16 +0000</pubDate>
		<dc:creator>David Stockwell</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Climate]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Theory]]></category>

		<guid isPermaLink="false">http://landshape.org/enm/?p=2594</guid>
		<description><![CDATA[Download: Structural break models of climatic regime-shifts: claims and forecasts Anthony asked if it would be difficult to statistically justify the breaks in temperature between 1976 and 1979 proposed by Quirk (2009) for Australian temperature. He has an interest in oceanographic regime-shifts and climate change. Sure, I said, a simple Chow test. We ended up [...]]]></description>
			<content:encoded><![CDATA[<p>Download: <a href="http://arxiv.org/abs/0907.1650">Structural break models of climatic regime-shifts: claims and forecasts</a></p>
<p>Anthony asked if it would be difficult to statistically justify the breaks in temperature between 1976 and 1979 proposed by <a href="http://www.lavoisier.com.au/articles/greenhouse-science/temperature-data/Quirkaustemp.pdf">Quirk (2009)</a> for Australian temperature.  He has an interest in oceanographic regime-shifts and climate change.  Sure, I said, a simple Chow test.  </p>
<p>We ended up rebutting the <a href="http://www.agu.org/pubs/crossref/2009/2009GL037810.shtml">Easterling &#038; Wehner (2009)</a> claim that describing temperatures since 1998 as declining is &#8216;cherry picking&#8217;, finding a major regime shift occurred in 1997, statistically justifying the use of 1997 as a starting point for temperature trends.  </p>
<p>A regime-shift based temperature forecast follows logically from identification of significant breaks. Our paper, &#8220;<a href="http://arxiv.org/abs/0907.1650">Structural break models of climatic regime-shifts: claims and forecasts</a>&#8220;, has been submitted to the International Journal of Forecasting, and is downloadable from arXiv.</p>
<p><a href="http://landshape.org/enm/wp-content/uploads/2009/07/article-003.png"><img src="http://landshape.org/enm/wp-content/uploads/2009/07/article-003-300x168.png" alt="article-003" title="article-003" width="300" height="168"  /></a></p>
<p><span id="more-2594"></span></p>
<p>The figure above shows the positions of statistically significant breaks (blue) in 1978 and 1997.  Based on the dates of regime-shifts (established with statistical significance and corroborating oceanographic evidence), a presumed underlying warming of 0.5C per century (green line), and no other major changes, the current stable temperature regime will continue until around 2050 until it hits the underlying uptrend, finishing about 0.2C above present temperatures at the end of the century.</p>
<p>This model suggests we are in a period similar to the 50 year period from the 1930&#8242;s through to the late 1970&#8242;s of very variable, but overall flat temperature trend.<br />
Here is the abstract.</p>
<blockquote><p>A Chow test for structural breaks in the surface temperature series is used to investigate two common claims about global warming. Quirk (2009) proposed that the increase in Australian temperature from 1910 to the present was largely confined to a regime-shift in the Pacific Decadal Oscillation (PDO) between 1976 and 1979. The test finds a step change in both Australian and global temperature trends in 1978 (HadCRU3GL), and in Australian rainfall in 1982 with flat temperatures before and after. Easterling &#038; Wehner (2009) claimed that singling out the apparent flatness in global temperature since 1997 is &#8216;cherry picking&#8217; to reinforce an arbitrary point of view. On the contrary, we find evidence for a significant change in the temperature series around 1997, corroborated with evidence of a coincident oceanographic regime-shift. We use the trends between these significant change points to generate a forecast of future global temperature under specific assumptions. </p></blockquote>
 <div class='series_links'> <a href='http://landshape.org/enm/swanson-and-tsonis-2009-on-regime-shifts/' title='Swanson and Tsonis 2009 on Regime-shifts'>Next in series</a></div>]]></content:encoded>
			<wfw:commentRss>http://landshape.org/enm/preprint-on-climatic-regime-shifts/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Recent Climate Observations: Disagreement With  Projections</title>
		<link>http://landshape.org/enm/recent-climate-observations-disagreement-with-projections/</link>
		<comments>http://landshape.org/enm/recent-climate-observations-disagreement-with-projections/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 10:41:21 +0000</pubDate>
		<dc:creator>David Stockwell</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Climate]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Statistics]]></category>

		<guid isPermaLink="false">http://landshape.org/enm/?p=2526</guid>
		<description><![CDATA[Appearing in Energy and Environment (ee-20-4_7-stockwell2) is a note by myself on a paper by IPCC lead authors Rahmstorf, S., Cazenave A., Church J.A., Hansen J.E., Keeling R.F., Parker D.E., and R.C.J. Somerville, Recent climate observations compared to projections published in Science in 2007. As shown by 102 citations in Google Scholar already, Rahmstorf et [...]]]></description>
			<content:encoded><![CDATA[<p>Appearing in Energy and Environment (<a href='http://landshape.org/enm/wp-content/uploads/2009/06/ee-20-4_7-stockwell2.pdf'>ee-20-4_7-stockwell2</a>) is a note by myself on a paper by IPCC lead authors Rahmstorf, S., Cazenave A., Church J.A., Hansen J.E., Keeling R.F., Parker D.E., and R.C.J. Somerville, <a href='http://landshape.org/enm/wp-content/uploads/2009/06/2007_rahmstorf_etal.pdf' >Recent climate observations compared to projections</a> published in Science in 2007.   </p>
<p>As shown by 102 citations in Google Scholar already, Rahmstorf et al 2007 has been one of the main references for alarmist calls to action because the &#8220;climate system is responding more quickly than the climate models indicate&#8221;.  Taking the first one off Google:</p>
<blockquote><p>The strong trends in climate change already evident, the likelihood of further changes occurring, and the increasing scale of potential climate impacts give urgency to addressing agricultural adaptation more coherently. There are &#8230;
<p><tiny>Adapting agriculture to climate change &#8211; pnas.org, SM Howden, JF Soussana, FN Tubiello, N Chhetri, M … Proceedings of the National Academy of Sciences, 2007 &#8211; National Acad Sciences.  </tiny></p></blockquote>
<p>Respected on-line authors like <A href="http://www.petergallagher.com.au/">Peter Gallagher</a>, <a href="http://www.onlineopinion.com.au/view.asp?article=7244">Mark Lawson</a> and <A href="http://rankexploits.com/musings/2008/comment-on-the-slide-and-eyeball-method/">Lucia</a> were concerned with the paper.  Lucia attacked the &#8216;slide and eyeball&#8217; approach.  I engaged with Rahmstorf at RealClimate and wrote <a href="http://landshape.org/enm/rahmstorf-7-finale/">a number of articles on the uncertainty</a>, until he told me in effect to &#8216;sod off and publish&#8217;.  But rather than try to diagnose a sloppy methodology and be ignored, time and evidence has done the job instead. Here is my abstract.</p>
<blockquote><p>Abstract: The non-linear trend in Rahmstorf et al. [2007] is updated with recent global temperature data.  The evidence does not support the basis for their claim that the sensitivity of the climate system has been underestimated.  </p></blockquote>
<p>Its gratifying to read that the authors of the <a href="http://www.pik-potsdam.de/news/press-releases/files/synthesis-report-web.pdf">Copenhagen Synthesis Report</a> do not seem to agree with Rahmstorf et al 2007 either, in reference to analysis in a figure that ostensibly used the same method as Rahmstorf et al 2007.    </p>
<blockquote><p>Figure 3 &#8230; shows the long-term trend of increasing temperature is clear and the trajectory of atmospheric temperature at the Earth’s surface is proceeding within the range of IPCC projections.
</p></blockquote>
<p><a href="http://landshape.org/enm/wp-content/uploads/2009/06/synthesis3.png"><img src="http://landshape.org/enm/wp-content/uploads/2009/06/synthesis3-300x260.png" alt="synthesis3" title="synthesis3" width="300" height="260" /></a></p>
<p><span id="more-2526"></span></p>
<p>However, five days ago JeanS, a talented data analyst, pointed out an inconsistency in Figure 3 of the synthesis report at Lucia&#8217;s in a post,  <A href="http://rankexploits.com/musings/2009/fishy-odors-surrounding-figure-3-from-the-copenhagen-synthesis-report/">Fishy odors surrounding Figure 3 from “The (Copenhagen) Synthesis Report”</a>, which he illustrated with replications of Figure 3 with different variations on a smoothing parameter.  I did some <a href="http://landshape.org/enm/r-code-for-ssa-example">replicating too</a>.  It turns out that the global temperature trend had a higher slope than it should have had if it was produced with an 11 year embedding period, as was reported in the caption.</p>
<p><img src="http://landshape.org/enm/wp-content/uploads/2009/06/rahm11-141-300x249.png" alt="rahm11-141" title="rahm11-141" width="300" height="249"  /></a></p>
<p>JeanS queried Stefan about the inconsistency at RealClimate.  Five days later his comment was released from moderation and <a href="http://www.realclimate.org/index.php/archives/2009/06/a-warning-from-copenhagen/langswitch_lang/wp#comment-127955">Stefan admitted</a>:</p>
<blockquote><p>Did you change the filter length from M=11 to M=14 in the temperature graph (Figure 3)?</p>
<p>[Response: Almost correct: we chose M=15. </p></blockquote>
<p>The reason he gave was essentially to address the same concerns the bloggers had raised about Rahmstorf et al. 2007 in the first place, that Stefan had refused to acknowledge, and are the subject of my paper:</p>
<blockquote><p>
In hindsight, the averaging period of 11 years that we used in the 2007 Science paper was too short to determine a robust climate trend. The 2-sigma error of an 11-year trend is about +/- 0.2 ºC, i.e. as large as the trend itself. Therefore, an 11-year trend is still strongly affected by interannual variability (i.e. weather). </p></blockquote>
<p>Obviously, I am glad he finally appears to have agreed.  But as a <a href="http://www.realclimate.org/index.php/archives/2009/06/a-warning-from-copenhagen/langswitch_lang/wp#comment-128445">later poster pointed out</a>, the misrepresentation of the embedding period in the legend raises questions about the motivation:</p>
<blockquote><p>Stefan’s inline comment implies that he changed the smoothing method only after he realized that m=11 showed a flattening of the trendline, while m=14 did not. Changing things on the fly like this and leaving the erroneous caption just gives skeptics more ammunition.</p></blockquote>
<p>Indeed.  Of course, Stefan claims it was an innocent error in the figure caption:</p>
<blockquote><p>[Response: I hadn’t noticed the error in the caption of our graph yet, thanks for drawing my attention to it. I have notified the editors of the report of this mistake. Not sure why a small technical error in the caption would give ammunition to anyone except conspiracy theorists:</p></blockquote>
<p>This error was not noticed despite the warrant concerning the extensive peer review of the Synthesis Report made in the preface.</p>
<blockquote><p>
This report has been critically reviewed by representatives of the Earth System Science Partnership (ESSP), by the parallel session chairs and co-chairs, and by up to four independent researchers from each IARU university. This extensive review process has been implemented to ensure that the messages contained in the report are solidly and accurately based on the new research produced since the last IPCC Report, and that they faithfully reflect the most recent work of the international climate change research community. </p></blockquote>
<p>On the relevance, Stefan apparently finds no problem with arbitrarily changing the parameters of the smoothing, and regards the error in the caption as not important:</p>
<blockquote><p>None of this has anything to do with the smooth trend line or is affected by whether one happens to choose 11-year or 15-year smoothing.</p></blockquote>
<p>Apparently it does affect the message communicated by the figure enough to want to increase the smoothing from 11 years to 15 years.</p>
<p>So this raises a number of issues:</p>
<p>1. What is to be done with the many sources that already reference Rahmstorf et al 2007, and will in the future, to justify faster actions on controlling emissions, including Australia&#8217;s Garnaut Report?</p>
<p>2. Why were the obvious shortcomings of the original article, by a number of lead chapter authors of the IPCC, not pointed out (and defended even) by other members of the climate science community (with a comment in Science say), and only skeptical bloggers noticed or were concerned by it?</p>
<p>3. As <a href="http://landshape.org/enm/another-copenhagen-synthesis-report-error/#comment-11873179">Jan Pompe remarks</a>, if temperatures continue to stay flat, is it justified to keep increasing the smoothing period of the trend lines to ensure the appearance of an increasing trend, as Stefan appears to think?  </p>
<p>Call me a conspiracy theorist, but when a short smoothing gave a high warming, Rahmstorf and his coauthors were quick to cry &#8216;the sky is falling&#8217;. But when the trend turned down due to random fluctuations, he changed the parameters to stay on message.  As Marcellus said, &#8220;Something is rotten in the State of Denmark&#8221; (Hamlet).</p>
<p><strong>Update:</strong> Lucia does a fine job of explaining the history and issues in <a href="http://rankexploits.com/musings/2009/source-of-fishy-odor-confirmed-rahmstorf-did-change-smoothing/">Source of fishy odor confirmed:<br />
Rahmstorf did change smoothing.</a></p>
 <div class='series_links'><a href='http://landshape.org/enm/rahmstorf-2007-discredited/' title='Rahmstorf 2007 Discredited'>Previous in series</a> </div>]]></content:encoded>
			<wfw:commentRss>http://landshape.org/enm/recent-climate-observations-disagreement-with-projections/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Proof of AGW</title>
		<link>http://landshape.org/enm/proof-of-agw/</link>
		<comments>http://landshape.org/enm/proof-of-agw/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 14:01:14 +0000</pubDate>
		<dc:creator>David Stockwell</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Climate]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Statistics]]></category>

		<guid isPermaLink="false">http://landshape.org/enm/?p=2514</guid>
		<description><![CDATA[Given the way the components of the surface temperature record extracted from the SSA (singular spectrum analysis) line up with various potential causes of climate change in the previous post here, the temptation is to latch onto series 2, and say, aha, there is the forcing due to increase in CO2. It&#8217;s the right shape, [...]]]></description>
			<content:encoded><![CDATA[<p>Given the way the components of the surface temperature record extracted from the SSA (singular spectrum analysis) line up with various potential causes of climate change in the previous post <a href="http://landshape.org/enm/ssa-decomposition-of-hadcru/">here</a>, the temptation is to latch onto series 2, and say, aha, there is the forcing due to increase in CO2.  It&#8217;s the right shape, exponential.  Its the right size, about 0.6C.  </p>
<p>But looking into fractal data is like seeing pictures in clouds.  Be suspicious of magic methods that pull explanations out of the air.  Below I have plotted SSA decompositions of the the monthly global temperature anomaly from the HadCRU dataset from 1976 to the present, the period of most recent rise, and attributed largely to GHGs.  Kind of zooming in.</p>
<p><a href="http://landshape.org/enm/wp-content/uploads/2009/06/cru78-p.png"><img src="http://landshape.org/enm/wp-content/uploads/2009/06/cru78-p-300x249.png" alt="cru78-p" title="cru78-p" width="300" height="249"  /></a></p>
<p><span id="more-2514"></span></p>
<p>The similarities to the previous post are there in the initial series, although the year ranges are different.  The thing I noticed was the first two series, the main ones, have very noticeable downturns at the end.   Clearly, neither of series 1 or 2 could represent a signal due to steadily increasing GHG&#8217;s, with a hook in the end like that.  Perhaps the downturn in the last few years is significant, and the exponential seen in the previous decomposition from 1900 on is due to something else, or nothing, an endogeneous trendiness!</p>
<p>I think I need to lie down.  I need to understand a lot more about the limitations of SSA before jumping to conclusions.  Can SSA reliably recover exponential signals anyway?  Here is were you need to start running SSA on simulated data.</p>
<p>For reference I plotted the first series (red line) in the figure above onto the actual temperature data (black line).  The hook down really only starts in the last few years.  </p>
<p><a href="http://landshape.org/enm/wp-content/uploads/2009/06/cru78-1h.png"><img src="http://landshape.org/enm/wp-content/uploads/2009/06/cru78-1h-300x155.png" alt="cru78-1h" title="cru78-1h" width="300" height="155"  /></a></p>
 <div class='series_links'><a href='http://landshape.org/enm/ssa-decomposition-of-hadcru/' title='SSA decomposition of HadCRU'>Previous in series</a> </div>]]></content:encoded>
			<wfw:commentRss>http://landshape.org/enm/proof-of-agw/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.689 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-30 13:46:39 -->
