<?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: Feedback in Collins et al 2006</title>
	<atom:link href="http://climateaudit.org/2007/02/15/feedback-in-collins-et-al-2006/feed/" rel="self" type="application/rss+xml" />
	<link>http://climateaudit.org/2007/02/15/feedback-in-collins-et-al-2006/</link>
	<description>by Steve McIntyre</description>
	<lastBuildDate>Fri, 24 May 2013 07:48:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Willis Eschenbach</title>
		<link>http://climateaudit.org/2007/02/15/feedback-in-collins-et-al-2006/#comment-79573</link>
		<dc:creator><![CDATA[Willis Eschenbach]]></dc:creator>
		<pubDate>Fri, 09 Mar 2007 22:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1137#comment-79573</guid>
		<description><![CDATA[fFreddy, lovely solution to the &quot;off-the-rails&quot; problem.

Dave, the sensible and latent heat, as you point out, are not lost to the system. They are merely transferred from the surface to the troposphere and stratosphere.

jae, it&#039;s coincidence ... isn&#039;t life grand?\

w.]]></description>
		<content:encoded><![CDATA[<p>fFreddy, lovely solution to the &#8220;off-the-rails&#8221; problem.</p>
<p>Dave, the sensible and latent heat, as you point out, are not lost to the system. They are merely transferred from the surface to the troposphere and stratosphere.</p>
<p>jae, it&#8217;s coincidence &#8230; isn&#8217;t life grand?\</p>
<p>w.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jae</title>
		<link>http://climateaudit.org/2007/02/15/feedback-in-collins-et-al-2006/#comment-79572</link>
		<dc:creator><![CDATA[jae]]></dc:creator>
		<pubDate>Fri, 09 Mar 2007 18:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1137#comment-79572</guid>
		<description><![CDATA[Willis:  Oddly (coincidently?) your sensitivity factor agrees almost exactly with mine in post # 44, Unthreaded. LOL.]]></description>
		<content:encoded><![CDATA[<p>Willis:  Oddly (coincidently?) your sensitivity factor agrees almost exactly with mine in post # 44, Unthreaded. LOL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Dardinger</title>
		<link>http://climateaudit.org/2007/02/15/feedback-in-collins-et-al-2006/#comment-79571</link>
		<dc:creator><![CDATA[Dave Dardinger]]></dc:creator>
		<pubDate>Fri, 09 Mar 2007 17:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1137#comment-79571</guid>
		<description><![CDATA[re: #43  Willis,

Excellent.  I&#039;d noticed also that Dr. Held&#039;s equations were essentially the one-shell case and that sort of is what I was getting at in #16.  But I hadn&#039;t thought about trying to do the calculations you did.  Still, I need to go look at your spreadsheet as one thing bothers me.  Sensible and Latent heat don&#039;t remain total losses to the system.  Latent heat is released in the atmosphere and then this is kinetic energy of the gasses in the atmosphere and will result in long-wave IR part of which will escape and part return to the surface.

Admittedly a lot of this additional IR is present prior to a perturbation, but it will itself be perturbed by the surface changes.]]></description>
		<content:encoded><![CDATA[<p>re: #43  Willis,</p>
<p>Excellent.  I&#8217;d noticed also that Dr. Held&#8217;s equations were essentially the one-shell case and that sort of is what I was getting at in #16.  But I hadn&#8217;t thought about trying to do the calculations you did.  Still, I need to go look at your spreadsheet as one thing bothers me.  Sensible and Latent heat don&#8217;t remain total losses to the system.  Latent heat is released in the atmosphere and then this is kinetic energy of the gasses in the atmosphere and will result in long-wave IR part of which will escape and part return to the surface.</p>
<p>Admittedly a lot of this additional IR is present prior to a perturbation, but it will itself be perturbed by the surface changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fFreddy</title>
		<link>http://climateaudit.org/2007/02/15/feedback-in-collins-et-al-2006/#comment-79570</link>
		<dc:creator><![CDATA[fFreddy]]></dc:creator>
		<pubDate>Fri, 09 Mar 2007 16:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1137#comment-79570</guid>
		<description><![CDATA[Thank you, Willis. With regard to :
&lt;blockquote&gt;If an impossible value is entered, the model will go off the rails, and I know of no way to get it back on except to close it and re-open it.&lt;/blockquote&gt;

The easiest approach is to have a single Boolean somewhere, called &quot;BreakCircular&quot;, for example, which is normally set to FALSE.
Ensure that every looped calculation includes, somewhere within the loop, a condition of the form &quot; if( BreakCircular , 0 , ...) &quot;, where the &quot;...&quot; represents whatever you want to calculate in that cell.
In this worksheet, you need them in cells G32, H24, and I16.
Then, when the spreadsheet blows up on you, you just need to set BreakCircular to TRUE, and the spreadsheet will clear. You can then track down the original source of the problem, fix it, and reset BreakCircular to FALSE.]]></description>
		<content:encoded><![CDATA[<p>Thank you, Willis. With regard to :</p>
<blockquote><p>If an impossible value is entered, the model will go off the rails, and I know of no way to get it back on except to close it and re-open it.</p></blockquote>
<p>The easiest approach is to have a single Boolean somewhere, called &#8220;BreakCircular&#8221;, for example, which is normally set to FALSE.<br />
Ensure that every looped calculation includes, somewhere within the loop, a condition of the form &#8221; if( BreakCircular , 0 , &#8230;) &#8220;, where the &#8220;&#8230;&#8221; represents whatever you want to calculate in that cell.<br />
In this worksheet, you need them in cells G32, H24, and I16.<br />
Then, when the spreadsheet blows up on you, you just need to set BreakCircular to TRUE, and the spreadsheet will clear. You can then track down the original source of the problem, fix it, and reset BreakCircular to FALSE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willis Eschenbach</title>
		<link>http://climateaudit.org/2007/02/15/feedback-in-collins-et-al-2006/#comment-79569</link>
		<dc:creator><![CDATA[Willis Eschenbach]]></dc:creator>
		<pubDate>Fri, 09 Mar 2007 11:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1137#comment-79569</guid>
		<description><![CDATA[Well, in order to determine whether Isaac Held&#039;s ideas are valid, I decided to build a simple radiation balance model. It&#039;s in Excel, quite straightforward. I learned a lot from the building of the model.

Now, the first thing that you have to understand is that you cannot successfully model the earth with a single atmospheric greenhouse &quot;shell&quot;. This is because a single greenhouse shell would not warm the earth enough to match the known conditions. A single perfect, 100% effective greenhouse shell can do no more than double the incoming radiation. Let us call the incoming radiation from the sun &quot;S&quot; (in watts/m2). At equilibrium, a perfect greenhouse shell must radiate S watts outward, and S watts inward. At equilibrium, then, the planet receives S watts/m2 from the sun, and S watts/m2 from the shell, for a total planetary surface radiation temperature of 2 * S.

The energy from the sun (after albedo) is about 235 W/m2 (all numbers here are somewhat uncertain, I&#039;ll give them as exact figures but please understand that they are approximations). With a single perfect shell, this would mean the equilibrium temperature of the earth would be 470 W/m2. The problem is that the radiation temperature of the earth is 390 W/m2, which means that there are losses amounting to 80 W/m2.

But we know that the losses from sensible heat (24 W/m2) and latent heat (78 W/m2) total 102 W/m2, more than would be available if there were only a single shell. Therefore, the single shell model is energetically impossible. Accordingly, I built a two shell model, as it is the simplest model which provides enough energy to accommodate the known losses. This means that the stratosphere and the troposphere must function as independent absorber/emitters of IR energy.

I have included in the model the very reasonable assumption by Dr. Held that much of the change in energy is taken up by changes in sensible and latent heat losses, rather than in temperature change.

There are some interesting outcomes from the fact that a single-shell model won&#039;t work for the earth. One is that equations such as those given by Dr. Held are not applicable, because they are for a single shell model.

Another is that with two shells, there are some curious interactions and outcomes. One is that it makes a large difference exactly where the energy is absorbed. If the additional 3.2 W/m2 is split between the troposphere and the TOA (as in Collins), I get numbers which are close to those reported by Collins et al. However, there is an important difference. As I had speculated above, the surface does not warm when more energy is absorbed in the troposphere, it cools. However, the changes in temperature are quite small. According to radiative balance, given the absorption of an additional 0.6 W/m2 at the top of the atmosphere and an additional absorption of 2.8 W/m2 in the troposphere, my figures and Collins figures look like this:

&lt;code&gt;SHORTWAVE________Collins___Mine
TOA__________________0.6____0.6
Troposphere__________2.8____2.8
TOTAL________________3.4____3.4
Surface_____________-2.8___-2.8&lt;/code&gt;

So far, so good. The surface change is lower than the atmospheric change because of albedo. However, the problem arises because they have increased the sensible and latent heat by too much. The increased absorption in the atmosphere yields increased downwelling long wave, about +0.7 W/m2. This partially offsets the loss of solar radiation. This means that the total change in incoming radiation at the surface (shortwave plus longwave) is about -2.1 W/m2.

But in their results, the change in sensible + latent heat losses is said to be -2.2 W/m2, which is &lt;em&gt;more than the change in total downwelling radiation&lt;/em&gt;. This is why they claim that the surface is warming ... but it makes no sense physically. Why would the change in losses be greater than &#039;ˆ†W, the change in incoming radiation?

Using a physically plausible coupling between the drop in downwelling radiation at the surface and the drop in latent + sensible heat loss, the surface must cool rather than warm. They claim a warming of 0.2°C results from the increased IR absorption in the atmosphere. My radiation balance model shows a cooling of 0.2°C, rather than a warming.

Next, there&#039;s another oddity about a two-shell model. A change of IR absorption in the troposphere alone does not alter the TOA downwelling radiation one bit. TOA radiation only changes when the absorption of the stratospheric layer changes. Thus, the relative change in stratospheric and tropospheric absorption is a major factor in the &quot;climate sensitivity&quot;, which is defined as the ratio of a change in TOA forcing versus a change in surface temperature. This brings up the question of how the effect of a doubling of CO2 (which the IPCC says causes a 3.7 W/m2 change in TOA forcing) is calculated. I have not been able to find accurate information on this question, and would appreciate any pointers.

Finally, according to the model, the climate sensitivity is about 0.2°C per W/m2, in good agreement with the figures from Idso&#039;s &lt;a href=&quot;http://www.warwickhughes.com/papers/idso98.htm&quot; rel=&quot;nofollow&quot;&gt;&quot;natural experiments&quot;&lt;/a&gt; and Lindzen&#039;s &lt;a href=&quot;http://www.pnas.org/cgi/reprint/94/16/8335&quot; rel=&quot;nofollow&quot;&gt;estimates&lt;/a&gt;, but far lower than the IPCC figures.

I have posted the model for download &lt;a href=&quot;http://homepage.mac.com/williseschenbach/.Public/global energy budget.xls&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, and I invite people to experiment with it and report their findings.

w.]]></description>
		<content:encoded><![CDATA[<p>Well, in order to determine whether Isaac Held&#8217;s ideas are valid, I decided to build a simple radiation balance model. It&#8217;s in Excel, quite straightforward. I learned a lot from the building of the model.</p>
<p>Now, the first thing that you have to understand is that you cannot successfully model the earth with a single atmospheric greenhouse &#8220;shell&#8221;. This is because a single greenhouse shell would not warm the earth enough to match the known conditions. A single perfect, 100% effective greenhouse shell can do no more than double the incoming radiation. Let us call the incoming radiation from the sun &#8220;S&#8221; (in watts/m2). At equilibrium, a perfect greenhouse shell must radiate S watts outward, and S watts inward. At equilibrium, then, the planet receives S watts/m2 from the sun, and S watts/m2 from the shell, for a total planetary surface radiation temperature of 2 * S.</p>
<p>The energy from the sun (after albedo) is about 235 W/m2 (all numbers here are somewhat uncertain, I&#8217;ll give them as exact figures but please understand that they are approximations). With a single perfect shell, this would mean the equilibrium temperature of the earth would be 470 W/m2. The problem is that the radiation temperature of the earth is 390 W/m2, which means that there are losses amounting to 80 W/m2.</p>
<p>But we know that the losses from sensible heat (24 W/m2) and latent heat (78 W/m2) total 102 W/m2, more than would be available if there were only a single shell. Therefore, the single shell model is energetically impossible. Accordingly, I built a two shell model, as it is the simplest model which provides enough energy to accommodate the known losses. This means that the stratosphere and the troposphere must function as independent absorber/emitters of IR energy.</p>
<p>I have included in the model the very reasonable assumption by Dr. Held that much of the change in energy is taken up by changes in sensible and latent heat losses, rather than in temperature change.</p>
<p>There are some interesting outcomes from the fact that a single-shell model won&#8217;t work for the earth. One is that equations such as those given by Dr. Held are not applicable, because they are for a single shell model.</p>
<p>Another is that with two shells, there are some curious interactions and outcomes. One is that it makes a large difference exactly where the energy is absorbed. If the additional 3.2 W/m2 is split between the troposphere and the TOA (as in Collins), I get numbers which are close to those reported by Collins et al. However, there is an important difference. As I had speculated above, the surface does not warm when more energy is absorbed in the troposphere, it cools. However, the changes in temperature are quite small. According to radiative balance, given the absorption of an additional 0.6 W/m2 at the top of the atmosphere and an additional absorption of 2.8 W/m2 in the troposphere, my figures and Collins figures look like this:</p>
<p><code>SHORTWAVE________Collins___Mine<br />
TOA__________________0.6____0.6<br />
Troposphere__________2.8____2.8<br />
TOTAL________________3.4____3.4<br />
Surface_____________-2.8___-2.8</code></p>
<p>So far, so good. The surface change is lower than the atmospheric change because of albedo. However, the problem arises because they have increased the sensible and latent heat by too much. The increased absorption in the atmosphere yields increased downwelling long wave, about +0.7 W/m2. This partially offsets the loss of solar radiation. This means that the total change in incoming radiation at the surface (shortwave plus longwave) is about -2.1 W/m2.</p>
<p>But in their results, the change in sensible + latent heat losses is said to be -2.2 W/m2, which is <em>more than the change in total downwelling radiation</em>. This is why they claim that the surface is warming &#8230; but it makes no sense physically. Why would the change in losses be greater than &#8216;ˆ†W, the change in incoming radiation?</p>
<p>Using a physically plausible coupling between the drop in downwelling radiation at the surface and the drop in latent + sensible heat loss, the surface must cool rather than warm. They claim a warming of 0.2°C results from the increased IR absorption in the atmosphere. My radiation balance model shows a cooling of 0.2°C, rather than a warming.</p>
<p>Next, there&#8217;s another oddity about a two-shell model. A change of IR absorption in the troposphere alone does not alter the TOA downwelling radiation one bit. TOA radiation only changes when the absorption of the stratospheric layer changes. Thus, the relative change in stratospheric and tropospheric absorption is a major factor in the &#8220;climate sensitivity&#8221;, which is defined as the ratio of a change in TOA forcing versus a change in surface temperature. This brings up the question of how the effect of a doubling of CO2 (which the IPCC says causes a 3.7 W/m2 change in TOA forcing) is calculated. I have not been able to find accurate information on this question, and would appreciate any pointers.</p>
<p>Finally, according to the model, the climate sensitivity is about 0.2°C per W/m2, in good agreement with the figures from Idso&#8217;s <a href="http://www.warwickhughes.com/papers/idso98.htm" rel="nofollow">&#8220;natural experiments&#8221;</a> and Lindzen&#8217;s <a href="http://www.pnas.org/cgi/reprint/94/16/8335" rel="nofollow">estimates</a>, but far lower than the IPCC figures.</p>
<p>I have posted the model for download <a href="http://homepage.mac.com/williseschenbach/.Public/global energy budget.xls" rel="nofollow">here</a>, and I invite people to experiment with it and report their findings.</p>
<p>w.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Fritsch</title>
		<link>http://climateaudit.org/2007/02/15/feedback-in-collins-et-al-2006/#comment-79568</link>
		<dc:creator><![CDATA[Ken Fritsch]]></dc:creator>
		<pubDate>Wed, 28 Feb 2007 16:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1137#comment-79568</guid>
		<description><![CDATA[I have gone through Isaac Held&#039;s equilibrium explanation of what can happen to the  3.4 W/m^2 of NIR radiation absorbed by water vapor in the troposphere and, while I understand this is how the problem is handled in climate modeling, it is not as clear as following the radiation absorbed to the point of heating the earth&#039;s surface.  I can make a comparison using something similar to what Nir Shaviv does at  http://www.sciencebits.com/OnClimateSensitivity  ,but get bogged down still when looking at a single process like the absorption of the extra NIR in the troposphere.

I need a check of my thinking here on the attempts to quantify the surface temperature changes from 3.4 W/m^2 of NIR radiation being completely absorbed by water vapor in the troposphere versus allowing this amount radiation to pass through the troposphere without absorption.  The effect of the foregoing is to be compared to that of a CO2 doubling radiative forcing of 3.8 W/m^2.

Can we, at least to a first approximation, compare directly the surface temperature effects of the 3.8 W/m^2 and the 3.4 W/m^2 passing unabsorbed through the troposphere?  (I think that the answer to this depends on where in the troposphere most of the extra NIR radiation is absorbed and to that I could not find a direct answer) If we can, than would the simple calculation of surface temperature change be made by assuming a climate sensitivity with net positive feedback of approximately 0.75 degrees K per W/m^2 yield, for the doubling of CO2, a temperature change of 2.85 degrees K and for the unabsorbed NIR radiation a temperature change of 2.45 degrees K.  If these calculations are approximately correct, we can then compare them to the case where the 3.4 W/m^2 of NIR is absorbed in the troposphere by water vapor.

Firstly, since the net calculated effect from climate models is that the difference in the 3.4 W/m^2 of NIR radiation being absorbed and being unabsorbed is a surface temperature change of approximately 0.12 degree K, we would have to conclude that the portion of the energy from that absorption that passes through to the surface must be approximately 95% of that of the portion that makes in through from the unabsorbed case.

Secondly, if my thinking is correct to this point, then all the convincing I would need for the accounting of this small difference in temperature change between the absorbed and unabsorbed cases would be to show me how this energy absorbed in the troposphere gets to the surface -- in at least semi-quantitative terms.

Isaac Held implies that the transport process is entirely non-radiative (as it would have to be to account for almost all the energy being directed towards the surface), which would imply that the absorbed NIR energy must first heat the troposphere and then be transported away to the surface by convection, conduction or I assume by the hydrological cycle. Held&#039;s equilibrium explanation of this process is not intuitively clear to me and I would be the first to admit that that may be from my lack of correctly understanding it.]]></description>
		<content:encoded><![CDATA[<p>I have gone through Isaac Held&#8217;s equilibrium explanation of what can happen to the  3.4 W/m^2 of NIR radiation absorbed by water vapor in the troposphere and, while I understand this is how the problem is handled in climate modeling, it is not as clear as following the radiation absorbed to the point of heating the earth&#8217;s surface.  I can make a comparison using something similar to what Nir Shaviv does at  <a href="http://www.sciencebits.com/OnClimateSensitivity" rel="nofollow">http://www.sciencebits.com/OnClimateSensitivity</a>  ,but get bogged down still when looking at a single process like the absorption of the extra NIR in the troposphere.</p>
<p>I need a check of my thinking here on the attempts to quantify the surface temperature changes from 3.4 W/m^2 of NIR radiation being completely absorbed by water vapor in the troposphere versus allowing this amount radiation to pass through the troposphere without absorption.  The effect of the foregoing is to be compared to that of a CO2 doubling radiative forcing of 3.8 W/m^2.</p>
<p>Can we, at least to a first approximation, compare directly the surface temperature effects of the 3.8 W/m^2 and the 3.4 W/m^2 passing unabsorbed through the troposphere?  (I think that the answer to this depends on where in the troposphere most of the extra NIR radiation is absorbed and to that I could not find a direct answer) If we can, than would the simple calculation of surface temperature change be made by assuming a climate sensitivity with net positive feedback of approximately 0.75 degrees K per W/m^2 yield, for the doubling of CO2, a temperature change of 2.85 degrees K and for the unabsorbed NIR radiation a temperature change of 2.45 degrees K.  If these calculations are approximately correct, we can then compare them to the case where the 3.4 W/m^2 of NIR is absorbed in the troposphere by water vapor.</p>
<p>Firstly, since the net calculated effect from climate models is that the difference in the 3.4 W/m^2 of NIR radiation being absorbed and being unabsorbed is a surface temperature change of approximately 0.12 degree K, we would have to conclude that the portion of the energy from that absorption that passes through to the surface must be approximately 95% of that of the portion that makes in through from the unabsorbed case.</p>
<p>Secondly, if my thinking is correct to this point, then all the convincing I would need for the accounting of this small difference in temperature change between the absorbed and unabsorbed cases would be to show me how this energy absorbed in the troposphere gets to the surface &#8212; in at least semi-quantitative terms.</p>
<p>Isaac Held implies that the transport process is entirely non-radiative (as it would have to be to account for almost all the energy being directed towards the surface), which would imply that the absorbed NIR energy must first heat the troposphere and then be transported away to the surface by convection, conduction or I assume by the hydrological cycle. Held&#8217;s equilibrium explanation of this process is not intuitively clear to me and I would be the first to admit that that may be from my lack of correctly understanding it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Sadlov</title>
		<link>http://climateaudit.org/2007/02/15/feedback-in-collins-et-al-2006/#comment-79567</link>
		<dc:creator><![CDATA[Steve Sadlov]]></dc:creator>
		<pubDate>Tue, 27 Feb 2007 23:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1137#comment-79567</guid>
		<description><![CDATA[RE: #36 - Except for the industrial areas that have higher local CO2 and of course, in any valley affected by an inversion ..... There may be localality even in terms of CO2 effects.]]></description>
		<content:encoded><![CDATA[<p>RE: #36 &#8211; Except for the industrial areas that have higher local CO2 and of course, in any valley affected by an inversion &#8230;.. There may be localality even in terms of CO2 effects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jae</title>
		<link>http://climateaudit.org/2007/02/15/feedback-in-collins-et-al-2006/#comment-79566</link>
		<dc:creator><![CDATA[jae]]></dc:creator>
		<pubDate>Tue, 27 Feb 2007 21:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1137#comment-79566</guid>
		<description><![CDATA[37: isaac:  OK, I got through most of your math, and I think I understand your reasoning (although you sure left a lot of steps out).  A couple of questions, regarding Case 3 (doubling CO2):
1.  You don&#039;t present a sensitivity value.  How is b calculated, and what value is used?
2.  Are you sure that dIU and dID both have a value of 3.7 wm-2?  It seems to me that the changes should each be 1/2 that value.
3.  Maybe another common mistake in thinking about the response to CO2 is ignoring any negative feedback due to increased cloudiness?]]></description>
		<content:encoded><![CDATA[<p>37: isaac:  OK, I got through most of your math, and I think I understand your reasoning (although you sure left a lot of steps out).  A couple of questions, regarding Case 3 (doubling CO2):<br />
1.  You don&#8217;t present a sensitivity value.  How is b calculated, and what value is used?<br />
2.  Are you sure that dIU and dID both have a value of 3.7 wm-2?  It seems to me that the changes should each be 1/2 that value.<br />
3.  Maybe another common mistake in thinking about the response to CO2 is ignoring any negative feedback due to increased cloudiness?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Bell</title>
		<link>http://climateaudit.org/2007/02/15/feedback-in-collins-et-al-2006/#comment-79565</link>
		<dc:creator><![CDATA[Roger Bell]]></dc:creator>
		<pubDate>Tue, 27 Feb 2007 17:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1137#comment-79565</guid>
		<description><![CDATA[The Royal Astronomical Society publishes A&amp;G - news and reviews in Astronomy and Geophysics. The current issue - February 2007, Vol48, Issue 1, contains the article Cosmoclimatology: a new theory emerges. This new theory, by Henrik Svensmark of Copenhagen draws attention to an overlooked mechanism of climate change: clouds seeded by cosmic rays.
Abstract
Changes in the intensity of galactic cosmic rays alter the Earth&#039;s cloudiness. A recent experiment has shown how electrons liberated by cosmic rays assist in making aerosols, the building blocks of cloud condensation nuclei, while anomalous climate trends in Antarctica confirm the role of clouds in helping drive climate change. Variations in the cosmic ray influx due to solar magnetic activity account well for climactic fluctuations on decadal, centennial and millennial timescales. Over longer intervals, the changing galactic environment of the solar system has had dramatic consequences, including Snowball Earth episodes. A new contribution to the faint young Sun paradox is also on offer.
Roger Bell]]></description>
		<content:encoded><![CDATA[<p>The Royal Astronomical Society publishes A&amp;G &#8211; news and reviews in Astronomy and Geophysics. The current issue &#8211; February 2007, Vol48, Issue 1, contains the article Cosmoclimatology: a new theory emerges. This new theory, by Henrik Svensmark of Copenhagen draws attention to an overlooked mechanism of climate change: clouds seeded by cosmic rays.<br />
Abstract<br />
Changes in the intensity of galactic cosmic rays alter the Earth&#8217;s cloudiness. A recent experiment has shown how electrons liberated by cosmic rays assist in making aerosols, the building blocks of cloud condensation nuclei, while anomalous climate trends in Antarctica confirm the role of clouds in helping drive climate change. Variations in the cosmic ray influx due to solar magnetic activity account well for climactic fluctuations on decadal, centennial and millennial timescales. Over longer intervals, the changing galactic environment of the solar system has had dramatic consequences, including Snowball Earth episodes. A new contribution to the faint young Sun paradox is also on offer.<br />
Roger Bell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim D</title>
		<link>http://climateaudit.org/2007/02/15/feedback-in-collins-et-al-2006/#comment-79564</link>
		<dc:creator><![CDATA[Jim D]]></dc:creator>
		<pubDate>Sun, 25 Feb 2007 21:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1137#comment-79564</guid>
		<description><![CDATA[#34. I agree it is horribly worded, but I guess the 0.6 is the reduced reflected component
coming out the top. This is the part that contributes to net warming.
It is convergence because there is less coming out the top, and less coming out the bottom,
so there is more being absorbed in the atmosphere.
As far as CO2 goes, the full 3.7-4 W/m^2 (from post #1) is available for warming. So the
effect would be six times greater. This still only gives 1 C, so other effects such as
positive IR feedback due to water vapor and additional anthropogenic gases make up the rest
of the double-CO2 warming scenario.]]></description>
		<content:encoded><![CDATA[<p>#34. I agree it is horribly worded, but I guess the 0.6 is the reduced reflected component<br />
coming out the top. This is the part that contributes to net warming.<br />
It is convergence because there is less coming out the top, and less coming out the bottom,<br />
so there is more being absorbed in the atmosphere.<br />
As far as CO2 goes, the full 3.7-4 W/m^2 (from post #1) is available for warming. So the<br />
effect would be six times greater. This still only gives 1 C, so other effects such as<br />
positive IR feedback due to water vapor and additional anthropogenic gases make up the rest<br />
of the double-CO2 warming scenario.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
