Guest Post by Willis Eschenbach
[UPDATE: An alert commenter, Ken Gregory, has pointed out that in addition to the temperature affecting the CRE, it is also affected by the changing solar radiation. He is correct that I did not control for this. SO … I need to go off and re-think and then re-do the entire analysis. In the meantime, in the immortal words of RMN, my analysis below is no longer operative. Bad Willis, no cookies … but that’s the nature of science. Thanks, Ken, for pointing out my error. -w.]
[UPDATE: See the subsequent post here. -w.]
Figuring that it was about time I did some more scientific shovel-work, I downloaded the full ten-year CERES monthly satellite 1° x 1° radiation dataset (link below). I also got the Reynolds monthly Sea Surface Temperature 1° x 1° dataset, and the GHCN monthly 1° x 1° land dataset. This gave me nominally complete ten-year gridded data for the ten-year period from March 2000 through February 2010 for both the temperature and the radiation.
Among the CERES datasets are the shortwave-, longwave-, and net- cloud radiation effect (CRE). Clouds affect the radiation in a couple of ways. First, clouds reflect sunlight so they have a big cooling effect by cutting the downwelling shortwave radiation. In addition, however, they are basically perfect blackbodies for longwave radiation, so at the same time, they warm the surface by increasing the downwelling longwave radiation. And of course, at any instant, you have the net of the two, which is either a net cooling effect (minus) or a warming effect (plus). All of these are measured in watts per square metre (“W/m2”).
So without further ado, Figure 1 shows the net cloud radiative effect (CRE) from the ten years of CERES data. It shows, for each area of the earth, what happens when there are clouds.
Figure 1. Net cloud radiative effect (CRE). Red and orange areas show where clouds warm the earth, while yellow, green, and blue show areas where clouds cool the earth. The map shows that if there is a cloud at a certain area, how much it will affect the net annual radiation on average.
Note that in some areas, particularly over the land, the net effect of the clouds is positive. Overall, however, as our common experience suggests, the clouds generally cool the earth. But this doesn’t answer the interesting question—what happens to the clouds when the earth warms up? Will the warming cloud feedback predominate, or will the clouds cool the earth? It turns out that the CERES data plus the earth temperature data is enough to answer that question.
What I’ve done in Figure 2 below is to calculate the trend for each gridcell. The meaning of the trend value is, if the surface temperature goes up by a degree, what do the clouds do to the radiation? I used standard linear regression for the analysis,. It’s a first cut, more sophisticated methods would likely show more. As is always true in the best kind of science, there were a number of surprises to me in the chart.
Figure 2. Slope of the trend line of the net cloud radiative effect as a function of temperature. This give us the nature of the cloud response to surface warming in different areas of the world. This is what is commonly known as “cloud feedback”, although it is actually an active thermoregulatory effect rather than a simple linear feedback.
The first surprise to me is the size of the variation in cloud response. In some areas, a 1° rise in temperature causes 20 extra W/m2 of downwelling energy, a strong warming effect … and in other areas for each 1° fall in temperatures, you get the same 20 extra watts of downwelling energy. I didn’t expect that much difference.
The second surprise was the difference in the polar regions. Antarctica itself is cooled slightly by clouds. But when temperatures rise in the Southern Ocean around Antarctica, the clouds cut down the incoming radiation by a large amount. And conversely, when the temperatures in the Southern Ocean fall, the clouds provide lots of extra warmth. This may be why the Antarctic and Arctic areas have responded so differently to the overall slight warming of the globe over the last century.
The third surprise was the existence of fairly small areas where the cloud response is strongly positive. It is surely not coincidental that one of these is in the area of the generation of the El Nino/La Nina events, near the Equator on the west side of South America.
One thing that did not surprise me is that the reaction of the clouds in the area of the Inter-Tropical Convergence Zone (ITCZ) in the Pacific. This is the greenish band about 10° North of the Equator across the Pacific and across the Atlantic. In this area, as I’ve shown in a variety of ways, the cumulus clouds strongly oppose the rising temperature.
Finally, there’s one more oddity. This is the fact that overall, as an area-weighted average trend, for every degree the globe warms, the warming is strongly opposed by the cloud radiation effect. The action of the clouds reduces the downwelling radiation by 3 W/m2 for every degree the planet warms … in IPCC terminology, this is not only a negative feedback, but a strong negative feedback.
And the cooling effect of the clouds is even stronger in the ITCZ. There, for every degree it warms, the downwelling radiation drops by ten W/m2 or so …
I think, although I’m by no means sure, that this is the first global observational analysis of the size of the so-called “cloud feedback”. It shows that the cloud feedback is strongly negative overall, -3 W/m2 for each degree of warming. In addition, in the critical control areas such as the ITCZ, the cooling effect is much larger, 10 W/m2 or so. Finally, it shows a very strong negative cloud feedback, 20 W/m2 or more, in the area of the Southern Ocean
Like I said … lots of surprises. All comment welcome, and please remember, this is a first cut at the data.
w.
DATA
Land Temperature Data: From KNMI, in the “Land” temperature section, identified as the “CPC GHCN/CAMS t2m analysis 1.0°”.
Sea Temperature Data: Again from KNMI, in the “SST” temperature section, identified as the “1° Reynolds OI v2 SST, v1”.
Once you click on the observations you want, at the bottom of the succeeding page is a link to a NetCDF (.nc) file containing all of the data.
CERES Data: From NASA (offline now, likely the Gov’t shutdown), identified as “CERES_EBAF-TOA-Terra_Ed2.5_Subset_200003-201002.nc”
If you don’t want to mess with the underlying datasets, I have collated the CERES and the temperature datasets into a series of arrays in R, that are 180 row x 360 column x 120 layers (months) in size. They are available here, along with the corresponding arrays for the surface temperatures, and a landmask and a seamask file. WARNING—Be aware that this is a large file (168 Mb).
The file is an R “Save()” file named “CERES long”, so it is loaded as follows:
> mytest=load("CERES long")
> mytest
[1] "toa_sw_clr" "toa_sw_all" "toa_lw_clr" "toa_lw_all" "toa_net_clr" "toa_net_all" "cre_sw" "cre_lw" "cre_net" "solar" "landmaskarr" "seamaskarr" "allt"<
In the naming, “toa” is Top Of Atmosphere, “sw” is shortwave, and “lw” is long-wave; “all” is all-sky, “clr” is clearsky; “cre” is cloud radiative effect, “solar” is downwelling solar”, and “allt” is all the temperature records (land and sea).
The R program I used is here … but I must warn you that far from being user-friendly, it is actively user-aggressive. Plus it has lots of dead code. Also, none of my programs ever run start to finish, they are run in chunks as needed. However, the functions work, and the mapping section (search for “MAPSTART”) works.
Willis,
cool let me know how that works.
Steven Mosher says:
October 4, 2013 at 8:21 pm
Downloading it now … 287 of 817 mb, 1 hr 33 min remaining …
w.
Steven Mosher says:
October 4, 2013 at 8:23 am
Oh, man, that looks great. Of course, I’ll only have to unlearn everything and start over in Rasterville … looks like it would be worth it, though. For the moment I’ll likely muddle through, and learn about raster objects on the side …
Many thanks,
w.
Stephen Rasey says:
October 4, 2013 at 8:31 am
Actually, no … it’s monthly data. Sorry for the confusion, I’ll edit the head post.
w.
Greg Goodman says:
October 4, 2013 at 10:42 am
The Thermostat Hypothesis, 2009.
Michael D Smith says:
October 4, 2013 at 10:45 am
It’s an awesome language. Steve McIntyre pushed me to learn it, and I’ve never regretted it.
Sorry for the confusion. It’s ten years of monthly data.
w.
Michael J. Dunn says:
October 4, 2013 at 12:50 pm
There’s data in the GISSE model paper. They say 69%, with a reference to the ISCCP.
Curiously, their own GISSE model only shows 59% cloud coverage …
w.
wayne says:
October 4, 2013 at 1:32 pm
Didn’t say I was. I said I knew what the record showed.
The total radiation does go up, but generally not enough to notice during the day. It’s much more noticeable at night, particularly a calm night in the winter.
Say what? The record is not of shortwave (solar) radiation. It is of longwave (thermal) radiation. The idea that someone is looking at the wrong radiometer is ludicrous. You’re just throwing mud at the wall and hoping something sticks.
w.
70 % of the planet is covered by water, its heat capacity is ?? how many times the atmosphere ?,
our air temperature apparatus/location has been shown to be questionable even in developed countries.
We need more ocean data.
While the latest cycle plays out.
Ken Gregory says:
October 4, 2013 at 5:40 pm
HAIIEE!! … you’re right. To isolate the effect of temperature, I need to control for the varying solar radiation, which also changes the net CRE. Bad Willis, no cookies … but that’s the nature of science. Thanks, Ken.
Well … live and learn. I’ll go do that, it’ll likely take a bit, I need to re-think this and re-write my functions. In the meantime … I’ll put a note up at the top of the head post.
w.
@ur momisugly Steve Garcia
Of course, when a cloud passes over during the day it has a cooling effect. Willis is attempting to discern the net total consequence over time of that effect against the effect of cloud cover especially at night having a warming effect. I would expect in central Mexico you have pretty low humidity and therefore normally a pretty weak GHE (greenhouse effect) except when there’s cloud cover in which case you have a strong GHE. As Willis covered, clouds are actual grey bodies so they don’t just absorb and re-emit certain bands of IR but absorb and then emit based on there temperature. So, over the course of let’s say a year which effect would be greater? Were you cooled more by clouds during the day or warmed more by clouds during the night?
If you needed to estimate the GHE you would most likely take clouds and humidity into account but not CO2 concentration.
http://www.asterism.org/tutorials/tut37%20Radiative%20Cooling.pdf
When the modellers get hold of this they will obviously have to code in Cloud Heat Island (CHI). Which will allow for a rising trend in temperatures if they do their job right!
(quoting) October 4, 2013 at 7:02 pm
“Remember that the “CO2 radiation” goes both up and down. Half goes to space, and half goes back to earth.”
Me thinks the above is a false statement. Radiation of thermal (IR) energy from atmospheric gases goes in all direction; up, down, sideways and all which ways. And thus a very small percentage of said radiation is directed vertically (down) toward the earth itself. Non-vertical radiation to the surface is, I believe, “line-of-sight”. An infrared picture of a warm object proves that to be a fact.
Anyway, ……
Clouds, fog and mists are all forms of atmospheric water vapor (humidity) which have collected into larger “droplets” of water and are visible to the naked eye, …. and are the same as humidity which can not be seen with the naked eye. And that is because of the density of the larger “droplets” of water and the fact that any source of visible light that strikes them will be absorbed more readily and/or reflected away from them more easily.
H2O vapor (humidity), clouds, fogs and mists all have an effect on thermal energy transmissions between the earth’s surface and space. And the resulting “effect” they cause is dependent upon the time of day, …… time of season …… and the temperature difference between them and the earth’s surface. Thermal energy always transfers from “hot” to “cold” via radiation, conduction and convection.
Barry Cullen says:
October 4, 2013 at 8:31 am
“”Getting trapped inside a cumulus cloud is not fun. That’s where spin practice is put to good use! 8-))””
Quite! Problem was I did my spin training in a Chipmunk and I was flying a Cherokee 140 at the time. They don’t spin so well. My guardian angel was looking out for me. 🙂
Point I wanted to make was that that cloud was some 8,000 feet deep and it had a hole in it I could fly around at my leisure. How many clouds have holes in them? How is it possible to calculate any radiation effects through such a cloud? Lapse rate? etc. etc.?
I wanted to do some reading about CERES, but found NASA sites closed “due to” the shutdown.
Some good geeky stuff can be found here:
http://www.cgd.ucar.edu/cas/catalog/satellite/ceres/
In particular, there is a FAQ on the ongoing efforts of the CERES team to identify and fix problems in the data.
Cheers,
Chris
Hi All,
I appreciate the expertise and objectivity, here.
Since AR4 admitted a very poor understanding of clouds, I have been curious about them ever since. In particular, what is the significance of day/night bias in cloud cover? Phrased differently…
* do we know what causes a particular part of the globe to have clouds in a predominantly cooling role (day), warming role (night), or neither (balanced)?
* do we know the spatial and seasonal extent of such phenomena?
Thanks,
Chris
credit all round. we have gone from a post that seemed good enough to go forward as a paper to one that has been falsified in just a few hours.
This shows the benefits of submitting ideas to the blogosphere as wills has done then accepting the verdict of his peers that he needs to go back to the drawing board. Would that all science was as quick and ruthless.
tonyb
climatereason says:
October 5, 2013 at 3:00 pm
Thanks for that, climatereason. Indeed, I think in future all of the scientific discussions will move to the web. WUWT is just ahead of the curve. And while I hate like poison to be wrong, that’s the beauty of WUWT—there are no favorites, no sacred cows. Put it out and take your chances. I think it’s great because it keeps me from haring off on blind trails.
In any case, I’ve redone the analysis controlling for solar radiation. It’s online here.
Best to all, special thanks to Ken Gregory for finding my error,
w.
We already know that there is srong negative feedback from clouds to a warming; this is no surprise and can be easily seen in the OLR/Temperature graphs; this can be up to 80W/m2 on 6-month timescales. It would be amazing if it were otherwise. What we need to know is about the overall feedbacks from an increase in CO2 in the atmosphere.