<?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: Gajewski, Mann and Warm Ice Age Arizona</title>
	<atom:link href="http://climateaudit.org/2007/05/22/gajewski-mann-and-warm-ice-age-arizona/feed/" rel="self" type="application/rss+xml" />
	<link>http://climateaudit.org/2007/05/22/gajewski-mann-and-warm-ice-age-arizona/</link>
	<description>by Steve McIntyre</description>
	<lastBuildDate>Wed, 19 Jun 2013 02:29:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: richardT</title>
		<link>http://climateaudit.org/2007/05/22/gajewski-mann-and-warm-ice-age-arizona/#comment-89279</link>
		<dc:creator><![CDATA[richardT]]></dc:creator>
		<pubDate>Sat, 26 May 2007 18:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1591#comment-89279</guid>
		<description><![CDATA[#54
There are several implementation of MAT available, if the same options are chosen they should all give the same result. The main differences are in the variety of distance metrics available, and how the number of best analogues is selected, and in the amount and type of diagnostics available. MAT is easy to implement, the only problem comes with dealing with large training sets on computers with a finite amount of memory (the distance matrix created is huge). I can send you my code if you want it.
The modern analogue technique is based on the premise that the modern sample with the most similar biota to a fossil sample has the most similar environment. There are many distance metrics that could be used to measure this similarity (the squared chord distance is the most popular). Gavin Simpson&#039;s analogue package on CRAN offers the widest choice of metrics (these are all implemented in R, rather than in C, so it runs slowly, and I doubt it would process the ~5000 sample North American pollen training set).
While there are other methods, normally the same number of analogues are used for all fossil samples, and this number, typically 5-10, is selected to minimise the training set&#039;s cross-validation error (a procedure that can seriously underestimate both the error and the optimal number of analogues if the training set environment is spatially structured). Viau et al is unusual in that it uses only a single analogue, and interpolates the biota between the pollen samples, rather than making reconstructions directly from the raw data, and interpolating these temperatures.

There are some &#039;extensions&#039; of MAT, called RAM and SIMMAX, devised and used mainly by the foram community that I would not recommend (see Paleoceanography vol 19, PA4014).

I have not worked with the N. American Pollen Database - I intend to, but am still testing the performance of the training set. The data collated before 2000 are available in a Paradox database, so can, in principle, be read into R with RODBC.

Sawada&#039;s code is at http://www.geomatics.uottawa.ca/mattools/ but the package appears to have been compiled for an old version of R.]]></description>
		<content:encoded><![CDATA[<p>#54<br />
There are several implementation of MAT available, if the same options are chosen they should all give the same result. The main differences are in the variety of distance metrics available, and how the number of best analogues is selected, and in the amount and type of diagnostics available. MAT is easy to implement, the only problem comes with dealing with large training sets on computers with a finite amount of memory (the distance matrix created is huge). I can send you my code if you want it.<br />
The modern analogue technique is based on the premise that the modern sample with the most similar biota to a fossil sample has the most similar environment. There are many distance metrics that could be used to measure this similarity (the squared chord distance is the most popular). Gavin Simpson&#8217;s analogue package on CRAN offers the widest choice of metrics (these are all implemented in R, rather than in C, so it runs slowly, and I doubt it would process the ~5000 sample North American pollen training set).<br />
While there are other methods, normally the same number of analogues are used for all fossil samples, and this number, typically 5-10, is selected to minimise the training set&#8217;s cross-validation error (a procedure that can seriously underestimate both the error and the optimal number of analogues if the training set environment is spatially structured). Viau et al is unusual in that it uses only a single analogue, and interpolates the biota between the pollen samples, rather than making reconstructions directly from the raw data, and interpolating these temperatures.</p>
<p>There are some &#8216;extensions&#8217; of MAT, called RAM and SIMMAX, devised and used mainly by the foram community that I would not recommend (see Paleoceanography vol 19, PA4014).</p>
<p>I have not worked with the N. American Pollen Database &#8211; I intend to, but am still testing the performance of the training set. The data collated before 2000 are available in a Paradox database, so can, in principle, be read into R with RODBC.</p>
<p>Sawada&#8217;s code is at <a href="http://www.geomatics.uottawa.ca/mattools/" rel="nofollow">http://www.geomatics.uottawa.ca/mattools/</a> but the package appears to have been compiled for an old version of R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve McIntyre</title>
		<link>http://climateaudit.org/2007/05/22/gajewski-mann-and-warm-ice-age-arizona/#comment-89278</link>
		<dc:creator><![CDATA[Steve McIntyre]]></dc:creator>
		<pubDate>Sat, 26 May 2007 11:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1591#comment-89278</guid>
		<description><![CDATA[#53. Richard,  from my own experience with other proxies, I agree 100% with your choice if it&#039;s a beauty contest between the two alternatives. There&#039;s an R package for analogue techniques by another person here
http://cran.r-project.org/doc/packages/analogue.pdf , but I didn&#039;t notice Sawada&#039;s code being online anywhere in a first google. Would you be interested in writing a post on what the differences are between the various implementations?  Also do you have a digital listing of site identifications so that one could emulate the reconstructions in an automated way (i.e. an R script reading data from WDCP - a procedure that does not cause consternation there)?]]></description>
		<content:encoded><![CDATA[<p>#53. Richard,  from my own experience with other proxies, I agree 100% with your choice if it&#8217;s a beauty contest between the two alternatives. There&#8217;s an R package for analogue techniques by another person here<br />
<a href="http://cran.r-project.org/doc/packages/analogue.pdf" rel="nofollow">http://cran.r-project.org/doc/packages/analogue.pdf</a> , but I didn&#8217;t notice Sawada&#8217;s code being online anywhere in a first google. Would you be interested in writing a post on what the differences are between the various implementations?  Also do you have a digital listing of site identifications so that one could emulate the reconstructions in an automated way (i.e. an R script reading data from WDCP &#8211; a procedure that does not cause consternation there)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richardT</title>
		<link>http://climateaudit.org/2007/05/22/gajewski-mann-and-warm-ice-age-arizona/#comment-89277</link>
		<dc:creator><![CDATA[richardT]]></dc:creator>
		<pubDate>Sat, 26 May 2007 08:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1591#comment-89277</guid>
		<description><![CDATA[#52
Most of the reconstructions are probably not archived. The fossil pollen and modern training set are the important things to archive - in this case they all are. The reconstructions can easily calculated from these using the Modern Analogue Technique.
I am far happier with this situation than the contary, where only the reconstruction is archived, but not the raw data. I would not want to use someone else&#039;s reconstruction - I always want to check the reconstruction diagnostics.
Sawada, one of the authors on this paper, has published R code for calculating MAT (I&#039;ve not used his code as I have my own implementation)
Sawada M. 2006, An open source implementation of the Modern Analog  Technique (MAT) within the R computing environment, Computers &amp;  Geosciences, 32: 818-833.]]></description>
		<content:encoded><![CDATA[<p>#52<br />
Most of the reconstructions are probably not archived. The fossil pollen and modern training set are the important things to archive &#8211; in this case they all are. The reconstructions can easily calculated from these using the Modern Analogue Technique.<br />
I am far happier with this situation than the contary, where only the reconstruction is archived, but not the raw data. I would not want to use someone else&#8217;s reconstruction &#8211; I always want to check the reconstruction diagnostics.<br />
Sawada, one of the authors on this paper, has published R code for calculating MAT (I&#8217;ve not used his code as I have my own implementation)<br />
Sawada M. 2006, An open source implementation of the Modern Analog  Technique (MAT) within the R computing environment, Computers &amp;  Geosciences, 32: 818-833.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Earle Williams</title>
		<link>http://climateaudit.org/2007/05/22/gajewski-mann-and-warm-ice-age-arizona/#comment-89276</link>
		<dc:creator><![CDATA[Earle Williams]]></dc:creator>
		<pubDate>Fri, 25 May 2007 21:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1591#comment-89276</guid>
		<description><![CDATA[Re #50

RichardT,

The NAPD provides pollen counts and chronologies (where they exist) for an impressive number of locations.  Are you aware of any archive (NAPD or otherwise) that shows paleotemperature reconstructions for the individual sites used in Viau et al, 2006?

http://www.ncdc.noaa.gov/paleo/napd.html

P.S. Which are the sites used in the compilation?]]></description>
		<content:encoded><![CDATA[<p>Re #50</p>
<p>RichardT,</p>
<p>The NAPD provides pollen counts and chronologies (where they exist) for an impressive number of locations.  Are you aware of any archive (NAPD or otherwise) that shows paleotemperature reconstructions for the individual sites used in Viau et al, 2006?</p>
<p><a href="http://www.ncdc.noaa.gov/paleo/napd.html" rel="nofollow">http://www.ncdc.noaa.gov/paleo/napd.html</a></p>
<p>P.S. Which are the sites used in the compilation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve McIntyre</title>
		<link>http://climateaudit.org/2007/05/22/gajewski-mann-and-warm-ice-age-arizona/#comment-89275</link>
		<dc:creator><![CDATA[Steve McIntyre]]></dc:creator>
		<pubDate>Fri, 25 May 2007 20:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1591#comment-89275</guid>
		<description><![CDATA[#51. What I meant by this is that that the individual site time series constructed by Viau Gajewski are not archived as a cross-check against this. You&#039;re right about the pollen data (or at least most of it). I&#039;ll amend this.]]></description>
		<content:encoded><![CDATA[<p>#51. What I meant by this is that that the individual site time series constructed by Viau Gajewski are not archived as a cross-check against this. You&#8217;re right about the pollen data (or at least most of it). I&#8217;ll amend this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richardT</title>
		<link>http://climateaudit.org/2007/05/22/gajewski-mann-and-warm-ice-age-arizona/#comment-89274</link>
		<dc:creator><![CDATA[richardT]]></dc:creator>
		<pubDate>Fri, 25 May 2007 19:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1591#comment-89274</guid>
		<description><![CDATA[Steve,

You write that
&lt;blockquote&gt;The underlying data sets are not archived.&lt;/blockquote&gt;
This is not correct. The caption to figure 1 in the paper states that the fossil data all come from the North American Pollen Database. This dataset is freely available to download. Pollen analysts have worked hard to archive their data, and deserve credit for doing so.]]></description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>You write that</p>
<blockquote><p>The underlying data sets are not archived.</p></blockquote>
<p>This is not correct. The caption to figure 1 in the paper states that the fossil data all come from the North American Pollen Database. This dataset is freely available to download. Pollen analysts have worked hard to archive their data, and deserve credit for doing so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armand MacMurray</title>
		<link>http://climateaudit.org/2007/05/22/gajewski-mann-and-warm-ice-age-arizona/#comment-89273</link>
		<dc:creator><![CDATA[Armand MacMurray]]></dc:creator>
		<pubDate>Thu, 24 May 2007 10:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1591#comment-89273</guid>
		<description><![CDATA[Re #44

&lt;blockquote&gt;I notice that 1000 years during the MWP that spruce percentages in the Arctic islands were 5-20% and were up to 5% in west Greenland - in locations that are modern 0%.&lt;/blockquote&gt;
According to the legend, white areas represent &quot;no data&quot;, not 0%.  Based on that, I don&#039;t see any significant parts of the areas you mention that are green (&gt;5%) at 1000bp, but gray (0-5%) on the modern map.  You would think that the sites should have modern counts reported -- perhaps it&#039;s a case of &quot;bring the pollen up to date!&quot; (I found the &quot;display sites&quot; and &quot;compare images&quot; settings very useful on this)]]></description>
		<content:encoded><![CDATA[<p>Re #44</p>
<blockquote><p>I notice that 1000 years during the MWP that spruce percentages in the Arctic islands were 5-20% and were up to 5% in west Greenland &#8211; in locations that are modern 0%.</p></blockquote>
<p>According to the legend, white areas represent &#8220;no data&#8221;, not 0%.  Based on that, I don&#8217;t see any significant parts of the areas you mention that are green (&gt;5%) at 1000bp, but gray (0-5%) on the modern map.  You would think that the sites should have modern counts reported &#8212; perhaps it&#8217;s a case of &#8220;bring the pollen up to date!&#8221; (I found the &#8220;display sites&#8221; and &#8220;compare images&#8221; settings very useful on this)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richardT</title>
		<link>http://climateaudit.org/2007/05/22/gajewski-mann-and-warm-ice-age-arizona/#comment-89272</link>
		<dc:creator><![CDATA[richardT]]></dc:creator>
		<pubDate>Thu, 24 May 2007 05:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1591#comment-89272</guid>
		<description><![CDATA[#44
Long distance transport of wind blown pollen into areas of low pollen productivity (such as arctic tundra) is a well known problem in palynology. The modern analogue technique uses the taxonomic distance between the fossil sample and the samples in the modern training set to find the best match. Because this uses the entire assemblage, rather than taxon-wise, it is not usually select inappropriate analogues on the basis of a single taxon, unless it dominates the assemblage. The only way to check if inappropriate analogues have been selected is to inspect which analogues have been chosen for each level.]]></description>
		<content:encoded><![CDATA[<p>#44<br />
Long distance transport of wind blown pollen into areas of low pollen productivity (such as arctic tundra) is a well known problem in palynology. The modern analogue technique uses the taxonomic distance between the fossil sample and the samples in the modern training set to find the best match. Because this uses the entire assemblage, rather than taxon-wise, it is not usually select inappropriate analogues on the basis of a single taxon, unless it dominates the assemblage. The only way to check if inappropriate analogues have been selected is to inspect which analogues have been chosen for each level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bender</title>
		<link>http://climateaudit.org/2007/05/22/gajewski-mann-and-warm-ice-age-arizona/#comment-89271</link>
		<dc:creator><![CDATA[bender]]></dc:creator>
		<pubDate>Wed, 23 May 2007 23:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1591#comment-89271</guid>
		<description><![CDATA[Re #41
&lt;blockquote&gt;Of course, it is possible that some part of Quebec was not glaciated at all.&lt;/blockquote&gt;
This is, apparently, the case for Anticosti Island.]]></description>
		<content:encoded><![CDATA[<p>Re #41</p>
<blockquote><p>Of course, it is possible that some part of Quebec was not glaciated at all.</p></blockquote>
<p>This is, apparently, the case for Anticosti Island.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bender</title>
		<link>http://climateaudit.org/2007/05/22/gajewski-mann-and-warm-ice-age-arizona/#comment-89270</link>
		<dc:creator><![CDATA[bender]]></dc:creator>
		<pubDate>Wed, 23 May 2007 23:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1591#comment-89270</guid>
		<description><![CDATA[For the record, thanks go to Phil Leduc.]]></description>
		<content:encoded><![CDATA[<p>For the record, thanks go to Phil Leduc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
