<?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/"
		>
<channel>
	<title>Comments on: Contribute</title>
	<atom:link href="http://clearclimatecode.org/contribute/feed/" rel="self" type="application/rss+xml" />
	<link>http://clearclimatecode.org</link>
	<description></description>
	<lastBuildDate>Mon, 19 Jul 2010 18:01:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: drj</title>
		<link>http://clearclimatecode.org/contribute/comment-page-1/#comment-2781</link>
		<dc:creator>drj</dc:creator>
		<pubDate>Fri, 16 Jul 2010 15:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://damrofti.webfactional.com/ccc/?page_id=10#comment-2781</guid>
		<description>Er, I was going to say, this is &lt;a href=&quot;http://code.google.com/p/ccc-gistemp/issues/detail?id=65&quot; rel=&quot;nofollow&quot;&gt;Issue 65&lt;/a&gt; again, but it&#039;s not quite, I think.

Jorge, can you join the mailing list (I think you&#039;ve done that already) and post this again, and we can discuss where to go from there, if you have a little time to spare?

A good first step would be to use the &lt;a href=&quot;http://code.google.com/p/ccc-gistemp/source/checkout&quot; rel=&quot;nofollow&quot;&gt;most recent version from SVN&lt;/a&gt;.

I am planning a new release.</description>
		<content:encoded><![CDATA[<p>Er, I was going to say, this is <a href="http://code.google.com/p/ccc-gistemp/issues/detail?id=65" rel="nofollow">Issue 65</a> again, but it&#8217;s not quite, I think.</p>
<p>Jorge, can you join the mailing list (I think you&#8217;ve done that already) and post this again, and we can discuss where to go from there, if you have a little time to spare?</p>
<p>A good first step would be to use the <a href="http://code.google.com/p/ccc-gistemp/source/checkout" rel="nofollow">most recent version from SVN</a>.</p>
<p>I am planning a new release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Kampmann</title>
		<link>http://clearclimatecode.org/contribute/comment-page-1/#comment-2778</link>
		<dc:creator>Jorge Kampmann</dc:creator>
		<pubDate>Fri, 16 Jul 2010 14:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://damrofti.webfactional.com/ccc/?page_id=10#comment-2778</guid>
		<description>I tried to run the code of ccc-gisstemp-0.4.1 - as root under Linux (Suse Linux 10.2 - kernel (Linux ibk-node14 2.6.18.2-34-default #1 SMP Mon Nov 27 11:46:27 UTC 2006 i686 i686 i386 GNU/Linux
) and python 2.5

However it produced an error:
ibk-node14:/home/kampmann/Projekte/GlobalWarming/ccc-giss # python tool/run.py
MISSING: input/antarc1.list
MISSING: input/antarc1.txt
MISSING: input/antarc2.list
MISSING: input/antarc2.txt
MISSING: input/antarc3.list
MISSING: input/antarc3.txt
MISSING: input/t_hohenpeissenberg_200306.txt_as_received_July17_2003
MISSING: input/ushcn2.tbl
MISSING: input/ushcnV2_cmb.tbl
MISSING: input/mcdw.tbl
MISSING: input/ushcn2.tbl
MISSING: input/sumofday.tbl
MISSING: input/v2.inv
MISSING: input/oisstv2_mod4.clim.gz
MISSING: input/v2.mean
MISSING: input/ushcnv2
MISSING: input/SBBX.HadR2
Attempting to fetch missing files: antarc1.list antarc1.txt antarc2.list antarc2.txt antarc3.list antarc3.txt t_hohenpeissenberg_200306.txt_as_received_July17_2003 ushcn2.tbl ushcnV2_cmb.tbl mcdw.tbl ushcn2.tbl sumofday.tbl v2.inv oisstv2_mod4.clim.gz v2.mean ushcnv2 SBBX.HadR2
Extracting members from http://data.giss.nasa.gov/gistemp/sources/GISTEMP_sources.tar.gz ...
Traceback (most recent call last):
  File &quot;tool/run.py&quot;, line 225, in 
    sys.exit(main())
  File &quot;tool/run.py&quot;, line 172, in main
    preflight.checkit(sys.stderr)
  File &quot;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/preflight.py&quot;, line 103, in checkit
    fetch.main(argv=[&#039;fetch&#039;] + missing)
  File &quot;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/fetch.py&quot;, line 402, in main
    fetch(args)
  File &quot;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/fetch.py&quot;, line 217, in fetch
    handler[hname](group, prefix, output)
  File &quot;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/fetch.py&quot;, line 260, in fetch_tar
    compression_type=tar_compression_type)
  File &quot;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/fetch.py&quot;, line 346, in fetch_from_tar
    tar = tarfile.open(&#039;&#039;, mode=&#039;r&#124;%s&#039; % compression_type, fileobj=inp)
  File &quot;/usr/lib/python2.5/tarfile.py&quot;, line 1046, in open
    _Stream(name, filemode, comptype, fileobj, bufsize))
  File &quot;/usr/lib/python2.5/tarfile.py&quot;, line 352, in __init__
    self._init_read_gz()
  File &quot;/usr/lib/python2.5/tarfile.py&quot;, line 439, in _init_read_gz
    raise ReadError(&quot;not a gzip file&quot;)
tarfile.ReadError: not a gzip file
ibk-node14:/home/kampmann/Projekte/GlobalWarming/ccc-giss # python tool/run.py
MISSING: input/antarc1.list
MISSING: input/antarc1.txt
MISSING: input/antarc2.list
MISSING: input/antarc2.txt
MISSING: input/antarc3.list
MISSING: input/antarc3.txt
MISSING: input/t_hohenpeissenberg_200306.txt_as_received_July17_2003
MISSING: input/ushcn2.tbl
MISSING: input/ushcnV2_cmb.tbl
MISSING: input/mcdw.tbl
MISSING: input/ushcn2.tbl
MISSING: input/sumofday.tbl
MISSING: input/v2.inv
MISSING: input/oisstv2_mod4.clim.gz
MISSING: input/v2.mean
MISSING: input/ushcnv2
MISSING: input/SBBX.HadR2
Attempting to fetch missing files: antarc1.list antarc1.txt antarc2.list antarc2.txt antarc3.list antarc3.txt t_hohenpeissenberg_200306.txt_as_received_July17_2003 ushcn2.tbl ushcnV2_cmb.tbl mcdw.tbl ushcn2.tbl sumofday.tbl v2.inv oisstv2_mod4.clim.gz v2.mean ushcnv2 SBBX.HadR2
Extracting members from http://data.giss.nasa.gov/gistemp/sources/GISTEMP_sources.tar.gz ...
Traceback (most recent call last):
  File &quot;tool/run.py&quot;, line 225, in 
    sys.exit(main())
  File &quot;tool/run.py&quot;, line 172, in main
    preflight.checkit(sys.stderr)
  File &quot;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/preflight.py&quot;, line 103, in checkit
    fetch.main(argv=[&#039;fetch&#039;] + missing)
  File &quot;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/fetch.py&quot;, line 402, in main
    fetch(args)
  File &quot;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/fetch.py&quot;, line 217, in fetch
    handler[hname](group, prefix, output)
  File &quot;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/fetch.py&quot;, line 260, in fetch_tar
    compression_type=tar_compression_type)
  File &quot;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/fetch.py&quot;, line 346, in fetch_from_tar
    tar = tarfile.open(&#039;&#039;, mode=&#039;r&#124;%s&#039; % compression_type, fileobj=inp)
  File &quot;/usr/lib/python2.5/tarfile.py&quot;, line 1046, in open
    _Stream(name, filemode, comptype, fileobj, bufsize))
  File &quot;/usr/lib/python2.5/tarfile.py&quot;, line 352, in __init__
    self._init_read_gz()
  File &quot;/usr/lib/python2.5/tarfile.py&quot;, line 439, in _init_read_gz
    raise ReadError(&quot;not a gzip file&quot;)
tarfile.ReadError: not a gzip file
ibk-node14:/home/kampmann/Projekte/GlobalWarming/ccc-giss #

Now: what did I do wrong?</description>
		<content:encoded><![CDATA[<p>I tried to run the code of ccc-gisstemp-0.4.1 &#8211; as root under Linux (Suse Linux 10.2 &#8211; kernel (Linux ibk-node14 2.6.18.2-34-default #1 SMP Mon Nov 27 11:46:27 UTC 2006 i686 i686 i386 GNU/Linux<br />
) and python 2.5</p>
<p>However it produced an error:<br />
ibk-node14:/home/kampmann/Projekte/GlobalWarming/ccc-giss # python tool/run.py<br />
MISSING: input/antarc1.list<br />
MISSING: input/antarc1.txt<br />
MISSING: input/antarc2.list<br />
MISSING: input/antarc2.txt<br />
MISSING: input/antarc3.list<br />
MISSING: input/antarc3.txt<br />
MISSING: input/t_hohenpeissenberg_200306.txt_as_received_July17_2003<br />
MISSING: input/ushcn2.tbl<br />
MISSING: input/ushcnV2_cmb.tbl<br />
MISSING: input/mcdw.tbl<br />
MISSING: input/ushcn2.tbl<br />
MISSING: input/sumofday.tbl<br />
MISSING: input/v2.inv<br />
MISSING: input/oisstv2_mod4.clim.gz<br />
MISSING: input/v2.mean<br />
MISSING: input/ushcnv2<br />
MISSING: input/SBBX.HadR2<br />
Attempting to fetch missing files: antarc1.list antarc1.txt antarc2.list antarc2.txt antarc3.list antarc3.txt t_hohenpeissenberg_200306.txt_as_received_July17_2003 ushcn2.tbl ushcnV2_cmb.tbl mcdw.tbl ushcn2.tbl sumofday.tbl v2.inv oisstv2_mod4.clim.gz v2.mean ushcnv2 SBBX.HadR2<br />
Extracting members from <a href="http://data.giss.nasa.gov/gistemp/sources/GISTEMP_sources.tar.gz" rel="nofollow">http://data.giss.nasa.gov/gistemp/sources/GISTEMP_sources.tar.gz</a> &#8230;<br />
Traceback (most recent call last):<br />
  File &#8220;tool/run.py&#8221;, line 225, in<br />
    sys.exit(main())<br />
  File &#8220;tool/run.py&#8221;, line 172, in main<br />
    preflight.checkit(sys.stderr)<br />
  File &#8220;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/preflight.py&#8221;, line 103, in checkit<br />
    fetch.main(argv=['fetch'] + missing)<br />
  File &#8220;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/fetch.py&#8221;, line 402, in main<br />
    fetch(args)<br />
  File &#8220;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/fetch.py&#8221;, line 217, in fetch<br />
    handler[hname](group, prefix, output)<br />
  File &#8220;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/fetch.py&#8221;, line 260, in fetch_tar<br />
    compression_type=tar_compression_type)<br />
  File &#8220;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/fetch.py&#8221;, line 346, in fetch_from_tar<br />
    tar = tarfile.open(&#8221;, mode=&#8217;r|%s&#8217; % compression_type, fileobj=inp)<br />
  File &#8220;/usr/lib/python2.5/tarfile.py&#8221;, line 1046, in open<br />
    _Stream(name, filemode, comptype, fileobj, bufsize))<br />
  File &#8220;/usr/lib/python2.5/tarfile.py&#8221;, line 352, in __init__<br />
    self._init_read_gz()<br />
  File &#8220;/usr/lib/python2.5/tarfile.py&#8221;, line 439, in _init_read_gz<br />
    raise ReadError(&#8220;not a gzip file&#8221;)<br />
tarfile.ReadError: not a gzip file<br />
ibk-node14:/home/kampmann/Projekte/GlobalWarming/ccc-giss # python tool/run.py<br />
MISSING: input/antarc1.list<br />
MISSING: input/antarc1.txt<br />
MISSING: input/antarc2.list<br />
MISSING: input/antarc2.txt<br />
MISSING: input/antarc3.list<br />
MISSING: input/antarc3.txt<br />
MISSING: input/t_hohenpeissenberg_200306.txt_as_received_July17_2003<br />
MISSING: input/ushcn2.tbl<br />
MISSING: input/ushcnV2_cmb.tbl<br />
MISSING: input/mcdw.tbl<br />
MISSING: input/ushcn2.tbl<br />
MISSING: input/sumofday.tbl<br />
MISSING: input/v2.inv<br />
MISSING: input/oisstv2_mod4.clim.gz<br />
MISSING: input/v2.mean<br />
MISSING: input/ushcnv2<br />
MISSING: input/SBBX.HadR2<br />
Attempting to fetch missing files: antarc1.list antarc1.txt antarc2.list antarc2.txt antarc3.list antarc3.txt t_hohenpeissenberg_200306.txt_as_received_July17_2003 ushcn2.tbl ushcnV2_cmb.tbl mcdw.tbl ushcn2.tbl sumofday.tbl v2.inv oisstv2_mod4.clim.gz v2.mean ushcnv2 SBBX.HadR2<br />
Extracting members from <a href="http://data.giss.nasa.gov/gistemp/sources/GISTEMP_sources.tar.gz" rel="nofollow">http://data.giss.nasa.gov/gistemp/sources/GISTEMP_sources.tar.gz</a> &#8230;<br />
Traceback (most recent call last):<br />
  File &#8220;tool/run.py&#8221;, line 225, in<br />
    sys.exit(main())<br />
  File &#8220;tool/run.py&#8221;, line 172, in main<br />
    preflight.checkit(sys.stderr)<br />
  File &#8220;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/preflight.py&#8221;, line 103, in checkit<br />
    fetch.main(argv=['fetch'] + missing)<br />
  File &#8220;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/fetch.py&#8221;, line 402, in main<br />
    fetch(args)<br />
  File &#8220;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/fetch.py&#8221;, line 217, in fetch<br />
    handler[hname](group, prefix, output)<br />
  File &#8220;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/fetch.py&#8221;, line 260, in fetch_tar<br />
    compression_type=tar_compression_type)<br />
  File &#8220;/home/kampmann/Projekte/GlobalWarming/ccc-giss/tool/fetch.py&#8221;, line 346, in fetch_from_tar<br />
    tar = tarfile.open(&#8221;, mode=&#8217;r|%s&#8217; % compression_type, fileobj=inp)<br />
  File &#8220;/usr/lib/python2.5/tarfile.py&#8221;, line 1046, in open<br />
    _Stream(name, filemode, comptype, fileobj, bufsize))<br />
  File &#8220;/usr/lib/python2.5/tarfile.py&#8221;, line 352, in __init__<br />
    self._init_read_gz()<br />
  File &#8220;/usr/lib/python2.5/tarfile.py&#8221;, line 439, in _init_read_gz<br />
    raise ReadError(&#8220;not a gzip file&#8221;)<br />
tarfile.ReadError: not a gzip file<br />
ibk-node14:/home/kampmann/Projekte/GlobalWarming/ccc-giss #</p>
<p>Now: what did I do wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
