\documentclass[12pt,titlepage]{article} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsthm} \usepackage{mathtools} \usepackage{graphicx} \usepackage{color} \usepackage{ucs} \usepackage[utf8x]{inputenc} \usepackage{xparse} \usepackage{hyperref} %----Macros---------- % % Unresolved issues: % % \righttoleftarrow % \lefttorightarrow % % \color{} with HTML colorspec % \bgcolor % \array with options (without options, it's equivalent to the matrix environment) % Of the standard HTML named colors, white, black, red, green, blue and yellow % are predefined in the color package. Here are the rest. \definecolor{aqua}{rgb}{0, 1.0, 1.0} \definecolor{fuschia}{rgb}{1.0, 0, 1.0} \definecolor{gray}{rgb}{0.502, 0.502, 0.502} \definecolor{lime}{rgb}{0, 1.0, 0} \definecolor{maroon}{rgb}{0.502, 0, 0} \definecolor{navy}{rgb}{0, 0, 0.502} \definecolor{olive}{rgb}{0.502, 0.502, 0} \definecolor{purple}{rgb}{0.502, 0, 0.502} \definecolor{silver}{rgb}{0.753, 0.753, 0.753} \definecolor{teal}{rgb}{0, 0.502, 0.502} % Because of conflicts, \space and \mathop are converted to % \itexspace and \operatorname during preprocessing. % itex: \space{ht}{dp}{wd} % % Height and baseline depth measurements are in units of tenths of an ex while % the width is measured in tenths of an em. \makeatletter \newdimen\itex@wd% \newdimen\itex@dp% \newdimen\itex@thd% \def\itexspace#1#2#3{\itex@wd=#3em% \itex@wd=0.1\itex@wd% \itex@dp=#2ex% \itex@dp=0.1\itex@dp% \itex@thd=#1ex% \itex@thd=0.1\itex@thd% \advance\itex@thd\the\itex@dp% \makebox[\the\itex@wd]{\rule[-\the\itex@dp]{0cm}{\the\itex@thd}}} \makeatother % \tensor and \multiscript \makeatletter \newif\if@sup \newtoks\@sups \def\append@sup#1{\edef\act{\noexpand\@sups={\the\@sups #1}}\act}% \def\reset@sup{\@supfalse\@sups={}}% \def\mk@scripts#1#2{\if #2/ \if@sup ^{\the\@sups}\fi \else% \ifx #1_ \if@sup ^{\the\@sups}\reset@sup \fi {}_{#2}% \else \append@sup#2 \@suptrue \fi% \expandafter\mk@scripts\fi} \def\tensor#1#2{\reset@sup#1\mk@scripts#2_/} \def\multiscripts#1#2#3{\reset@sup{}\mk@scripts#1_/#2% \reset@sup\mk@scripts#3_/} \makeatother % \slash \makeatletter \newbox\slashbox \setbox\slashbox=\hbox{$/$} \def\itex@pslash#1{\setbox\@tempboxa=\hbox{$#1$} \@tempdima=0.5\wd\slashbox \advance\@tempdima 0.5\wd\@tempboxa \copy\slashbox \kern-\@tempdima \box\@tempboxa} \def\slash{\protect\itex@pslash} \makeatother % math-mode versions of \rlap, etc % from Alexander Perlis, "A complement to \smash, \llap, and lap" % http://math.arizona.edu/~aprl/publications/mathclap/ \def\clap#1{\hbox to 0pt{\hss#1\hss}} \def\mathllap{\mathpalette\mathllapinternal} \def\mathrlap{\mathpalette\mathrlapinternal} \def\mathclap{\mathpalette\mathclapinternal} \def\mathllapinternal#1#2{\llap{$\mathsurround=0pt#1{#2}$}} \def\mathrlapinternal#1#2{\rlap{$\mathsurround=0pt#1{#2}$}} \def\mathclapinternal#1#2{\clap{$\mathsurround=0pt#1{#2}$}} % Renames \sqrt as \oldsqrt and redefine root to result in \sqrt[#1]{#2} \let\oldroot\root \def\root#1#2{\oldroot #1 \of{#2}} \renewcommand{\sqrt}[2][]{\oldroot #1 \of{#2}} % Manually declare the txfonts symbolsC font \DeclareSymbolFont{symbolsC}{U}{txsyc}{m}{n} \SetSymbolFont{symbolsC}{bold}{U}{txsyc}{bx}{n} \DeclareFontSubstitution{U}{txsyc}{m}{n} % Manually declare the stmaryrd font \DeclareSymbolFont{stmry}{U}{stmry}{m}{n} \SetSymbolFont{stmry}{bold}{U}{stmry}{b}{n} % Manually declare the MnSymbolE font \DeclareFontFamily{OMX}{MnSymbolE}{} \DeclareSymbolFont{mnomx}{OMX}{MnSymbolE}{m}{n} \SetSymbolFont{mnomx}{bold}{OMX}{MnSymbolE}{b}{n} \DeclareFontShape{OMX}{MnSymbolE}{m}{n}{ <-6> MnSymbolE5 <6-7> MnSymbolE6 <7-8> MnSymbolE7 <8-9> MnSymbolE8 <9-10> MnSymbolE9 <10-12> MnSymbolE10 <12-> MnSymbolE12}{} % Declare specific arrows from txfonts without loading the full package \makeatletter \def\re@DeclareMathSymbol#1#2#3#4{% \let#1=\undefined \DeclareMathSymbol{#1}{#2}{#3}{#4}} \re@DeclareMathSymbol{\neArrow}{\mathrel}{symbolsC}{116} \re@DeclareMathSymbol{\neArr}{\mathrel}{symbolsC}{116} \re@DeclareMathSymbol{\seArrow}{\mathrel}{symbolsC}{117} \re@DeclareMathSymbol{\seArr}{\mathrel}{symbolsC}{117} \re@DeclareMathSymbol{\nwArrow}{\mathrel}{symbolsC}{118} \re@DeclareMathSymbol{\nwArr}{\mathrel}{symbolsC}{118} \re@DeclareMathSymbol{\swArrow}{\mathrel}{symbolsC}{119} \re@DeclareMathSymbol{\swArr}{\mathrel}{symbolsC}{119} \re@DeclareMathSymbol{\nequiv}{\mathrel}{symbolsC}{46} \re@DeclareMathSymbol{\Perp}{\mathrel}{symbolsC}{121} \re@DeclareMathSymbol{\Vbar}{\mathrel}{symbolsC}{121} \re@DeclareMathSymbol{\sslash}{\mathrel}{stmry}{12} \re@DeclareMathSymbol{\bigsqcap}{\mathop}{stmry}{"64} \re@DeclareMathSymbol{\biginterleave}{\mathop}{stmry}{"6} \re@DeclareMathSymbol{\invamp}{\mathrel}{symbolsC}{77} \re@DeclareMathSymbol{\parr}{\mathrel}{symbolsC}{77} \makeatother % \llangle, \rrangle, \lmoustache and \rmoustache from MnSymbolE \makeatletter \def\Decl@Mn@Delim#1#2#3#4{% \if\relax\noexpand#1% \let#1\undefined \fi \DeclareMathDelimiter{#1}{#2}{#3}{#4}{#3}{#4}} \def\Decl@Mn@Open#1#2#3{\Decl@Mn@Delim{#1}{\mathopen}{#2}{#3}} \def\Decl@Mn@Close#1#2#3{\Decl@Mn@Delim{#1}{\mathclose}{#2}{#3}} \Decl@Mn@Open{\llangle}{mnomx}{'164} \Decl@Mn@Close{\rrangle}{mnomx}{'171} \Decl@Mn@Open{\lmoustache}{mnomx}{'245} \Decl@Mn@Close{\rmoustache}{mnomx}{'244} \makeatother % Widecheck \makeatletter \DeclareRobustCommand\widecheck[1]{{\mathpalette\@widecheck{#1}}} \def\@widecheck#1#2{% \setbox\z@\hbox{\m@th$#1#2$}% \setbox\tw@\hbox{\m@th$#1% \widehat{% \vrule\@width\z@\@height\ht\z@ \vrule\@height\z@\@width\wd\z@}$}% \dp\tw@-\ht\z@ \@tempdima\ht\z@ \advance\@tempdima2\ht\tw@ \divide\@tempdima\thr@@ \setbox\tw@\hbox{% \raise\@tempdima\hbox{\scalebox{1}[-1]{\lower\@tempdima\box \tw@}}}% {\ooalign{\box\tw@ \cr \box\z@}}} \makeatother % \mathraisebox{voffset}[height][depth]{something} \makeatletter \NewDocumentCommand\mathraisebox{moom}{% \IfNoValueTF{#2}{\def\@temp##1##2{\raisebox{#1}{$\m@th##1##2$}}}{% \IfNoValueTF{#3}{\def\@temp##1##2{\raisebox{#1}[#2]{$\m@th##1##2$}}% }{\def\@temp##1##2{\raisebox{#1}[#2][#3]{$\m@th##1##2$}}}}% \mathpalette\@temp{#4}} \makeatletter % udots (taken from yhmath) \makeatletter \def\udots{\mathinner{\mkern2mu\raise\p@\hbox{.} \mkern2mu\raise4\p@\hbox{.}\mkern1mu \raise7\p@\vbox{\kern7\p@\hbox{.}}\mkern1mu}} \makeatother %% Fix array \newcommand{\itexarray}[1]{\begin{matrix}#1\end{matrix}} %% \itexnum is a noop \newcommand{\itexnum}[1]{#1} %% Renaming existing commands \newcommand{\underoverset}[3]{\underset{#1}{\overset{#2}{#3}}} \newcommand{\widevec}{\overrightarrow} \newcommand{\darr}{\downarrow} \newcommand{\nearr}{\nearrow} \newcommand{\nwarr}{\nwarrow} \newcommand{\searr}{\searrow} \newcommand{\swarr}{\swarrow} \newcommand{\curvearrowbotright}{\curvearrowright} \newcommand{\uparr}{\uparrow} \newcommand{\downuparrow}{\updownarrow} \newcommand{\duparr}{\updownarrow} \newcommand{\updarr}{\updownarrow} \newcommand{\gt}{>} \newcommand{\lt}{<} \newcommand{\map}{\mapsto} \newcommand{\embedsin}{\hookrightarrow} \newcommand{\Alpha}{A} \newcommand{\Beta}{B} \newcommand{\Zeta}{Z} \newcommand{\Eta}{H} \newcommand{\Iota}{I} \newcommand{\Kappa}{K} \newcommand{\Mu}{M} \newcommand{\Nu}{N} \newcommand{\Rho}{P} \newcommand{\Tau}{T} \newcommand{\Upsi}{\Upsilon} \newcommand{\omicron}{o} \newcommand{\lang}{\langle} \newcommand{\rang}{\rangle} \newcommand{\Union}{\bigcup} \newcommand{\Intersection}{\bigcap} \newcommand{\Oplus}{\bigoplus} \newcommand{\Otimes}{\bigotimes} \newcommand{\Wedge}{\bigwedge} \newcommand{\Vee}{\bigvee} \newcommand{\coproduct}{\coprod} \newcommand{\product}{\prod} \newcommand{\closure}{\overline} \newcommand{\integral}{\int} \newcommand{\doubleintegral}{\iint} \newcommand{\tripleintegral}{\iiint} \newcommand{\quadrupleintegral}{\iiiint} \newcommand{\conint}{\oint} \newcommand{\contourintegral}{\oint} \newcommand{\infinity}{\infty} \newcommand{\bottom}{\bot} \newcommand{\minusb}{\boxminus} \newcommand{\plusb}{\boxplus} \newcommand{\timesb}{\boxtimes} \newcommand{\intersection}{\cap} \newcommand{\union}{\cup} \newcommand{\Del}{\nabla} \newcommand{\odash}{\circleddash} \newcommand{\negspace}{\!} \newcommand{\widebar}{\overline} \newcommand{\textsize}{\normalsize} \renewcommand{\scriptsize}{\scriptstyle} \newcommand{\scriptscriptsize}{\scriptscriptstyle} \newcommand{\mathfr}{\mathfrak} \newcommand{\statusline}[2]{#2} \newcommand{\tooltip}[2]{#2} \newcommand{\toggle}[2]{#2} % Theorem Environments \theoremstyle{plain} \newtheorem{theorem}{Theorem} \newtheorem{lemma}{Lemma} \newtheorem{prop}{Proposition} \newtheorem{cor}{Corollary} \newtheorem*{utheorem}{Theorem} \newtheorem*{ulemma}{Lemma} \newtheorem*{uprop}{Proposition} \newtheorem*{ucor}{Corollary} \theoremstyle{definition} \newtheorem{defn}{Definition} \newtheorem{example}{Example} \newtheorem*{udefn}{Definition} \newtheorem*{uexample}{Example} \theoremstyle{remark} \newtheorem{remark}{Remark} \newtheorem{note}{Note} \newtheorem*{uremark}{Remark} \newtheorem*{unote}{Note} %------------------------------------------------------------------- \begin{document} %------------------------------------------------------------------- \section*{Blog - a quantum of warmth} [[!redirects A quantum of warmth]] This page is a [[Blog articles in progress|blog article in progress]], written by [[Tim van Beek]]. To see the final polished article, \href{http://johncarlosbaez.wordpress.com/2011/07/02/a-quantum-of-warmth/}{go to the Azimuth blog}. Last time, when we talked about , we saw that a simple back-of-the-envelope calculation of the energy balance and the resulting black body temperature of the earth comes surprisingly close to the right answer. But there is a gap: the black body temperature calculated with a zero dimensional is about 33 kelvin lower than the estimated average surface temperature on earth. In other words, our model predicts an Earth that's 33 \textdegree{}C colder than it really is! In such a situation, as theoretical physicists, we start by congratulating ourselves on a successful first approximation, and then look out for the next most important effect that we need to include in our model. This effect needs to: 1) have a steady and continuous influence over thousands of years, 2) have a global impact, 3) be rather strong, because heating the planet Earth by 33 kelvin on the average needs a lot of power. The simplest explanation would of course be that there is something fundamentally wrong with our back-of-the-envelope calculation. One possibility, as last time, is geothermal energy. It certainly matches point 1, maybe matches point 2, but it is hard to guess if it matches point 3. As , we can check the on Wikipedia. This suggests that the geothermal heating is very small. Should we trust Wikipedia? I don't know. We should check it out! But I will not do that today. Instead I would like to talk about the most prominent explanation: Most of you will of course have heard about the effect that climate scientists talk about, which is often - but confusingly - called the `greenhouse effect', or `back radiation'. However, the term that is most accurate is (DLR), so I would like to use instead. In order to assess if this is a viable explanation of the missing 33 kelvin, we will first have to understand the effect better. So this is what I will talk about today. In order to get a better understanding, we will have to peek into our simple model's box and figure out what is going on in there in more detail. To get a better approximation, instead of treating the whole earth as a black body, we will have to split up the system into the Earth itself, and its atmosphere. For the surface of the Earth it is still a good approximation to say that it is a black body. The atmosphere is more complicated. In a next approximation step, I would like to pretend that the atmosphere is a body of its own, hovering above the surface of the earth, as a separate system. So we will ignore that there are several different layers in the atmosphere doing different things, including interactions with the surface. Well, we are not going to ignore the interaction with the surface completely, as you will see. Since one can quickly get lost in details when discussing the atmosphere, I'm going to cheat and look up the overall average effects in an introductory meteorology textbook: $\bullet$ C. Donald Ahrens: , 9th edition, Brooks/Cole, Florence, Kentucky, 2009. Here is what atmosphere and Earth's surface do to the incoming radiation from the Sun (from page 48): Of 100 units of inbound solar energy flux, 30 are reflected or scattered back to space without a contribution to the energy balance of the Earth. This corresponds to an overall average albedo of 0.3 for the Earth. The next graphic shows the most important processes of heat and mass transport caused by the remaining 70 units of energy flux, with their overall average effect (from page 49): Maybe you have some questions about this graphic; I certainly do. Introductory classes for partial differential equations sometimes start with the one dimensional heat equation. This equation describes the temperature distribution of a rod of metal that is heated on one end and kept cool on the other. The kind of heat transfer occurring here is called . The atoms or molecules stay where they are and transfer energy by interacting with their neighbors. However, heat transfer by conduction is like the atmosphere. Why is it there in the graphic? The answer may be that conduction is still important for boundary layers. Or maybe the author wanted to include it to avoid the question ``why is conduction in the graphic?'' I don't know. But I'll trust that the number associated with the ``convection and conduction'' part is correct, for now. There is a label ``latent heat'' on the left part of the atmosphere: is energy that does not result in a temperature , or energy that does not result in a temperature . This can happen, when there is a phase change of a component of the system. For example, when liquid water at 0°C freezes, it turns into ice at 0°C while losing energy to its environment. But the temperature of the whole system stays at 0°C. The human body uses this effect, too, when it cools itself by sweating. This cooling effect works as long as the fluid water turns into water vapor and withdraws energy from the skin in the process. The picture above shows a forest with water vapor (invisible), fluid (dispersed in the air) and snow. As the Sun sets, parts of the water vapor will eventually condense, and fluid water will turn into ice, releasing energy to the environment. During the phase changes there will be energy loss without a temperature decrease of the water. Last time we pretended that the Earth as a whole behaves like a black body. Now that we split up the Earth into surface and atmosphere, you may notice that: a) a lot of sunlight passes through the atmosphere and reaches the surface, and b) there is a lot of energy flowing downwards from the atmosphere to the surface in form of infrared radiation. This is called . Observation a) shows that the atmosphere does not act like a black body at all. Instead, it has a nonzero , which means that not incoming radiation is absorbed. Observation b) shows that assuming that the black body temperature of the Earth is equal to the average surface temperature go wrong, because---from the viewpoint of the surface---there is an additional inbound energy flux from the atmosphere. The reason for both observations is that the atmosphere consists of various gases, like O, N, HO (water vapor) and CO. Any gas molecule can absorb and emit radiation only at certain frequencies, which are called its . This fact led to the development of quantum mechanics, which can be used to calculate the emission spectrum of any molecule. When a photon hits a molecule, the molecule can absorb the photon and gain energy in three main ways: $\bullet$ One of its electron can climb to a higher energy level. $\bullet$ The molecule can vibrate more strongly. $\bullet$ The molecule can rotate more rapidly. To get a first impression of the energy levels involved in these three processes, let's have a look at this graphic: This is taken from the book $\bullet$ Sune Svanberg, , 4th edition, Advanced Texts in Physics, Springer, Berlin, 2004. The y-axis shows the energy difference in `eV', or `electron volts'. An is the amount of energy an electron gains or loses as its potential changes by one volt. Accoding to quantum mechanics, a molecule can emit and absorb only photons whose energy matches the difference of one of the discrete energy levels in the graphic, for any one of the three processes. It is possible to use the characteristic absorption and emission properties of molecules of different chemical species to analyze the chemical composition of an unknown probe of gases (and other materials, too). These methods are usually called names involving the word . For example, infrared spectroscopy involves methods that examine what happens to infrared radiation when you send it to your probe. By the way, Wikipedia has a funny animated picture of the different vibrational modes of a molecule on the page about . But why does so much of radiation from the Sun pass through the atmosphere, while a lot of infrared radiation emitted by the Earth instead bounces back to the surface? The answer to this puzzle involves a specific property of certain components of the atmosphere. Here is a nice overview of the spectrum of electromagnetic radiation: The energy $E$ and the wavelength $\lambda$ of a photon have a very simple relationship: \begin{displaymath} E = \frac{c \; h}{\lambda} \end{displaymath} where $h$ is the and $c$ is the . In short, photons with longer wavelengths have less energy. Planck's constant is \begin{displaymath} h \approx 6 \times 10^{-15} eV \times s \end{displaymath} while the speed of light is \begin{displaymath} c \approx 3 \times 10^{8} m/s \end{displaymath} Plugging these into the formula we get that a photon with an energy of one electron volt has a wavelength of about $1.2$ micrometers, which is just outside the visible range, a bit towards the infrared direction. The visible range corresponds to 1.6 to 3.4 electron volts. If you want, you can scroll up to the graphic with the energy levels and calculate which processese will result in which kind of radiation. Electrons that take a step down the orbital ladder in an atom emit a photon. Depending on the atom and the kind of transition, some of those photons will be in the visible range, and some will be in the ultraviolet. From the Planck distribution, we can determine that the Sun and Earth, which are approximately black bodies, emit radiation mostly at very different wavelengths: This graphic is sometimes called `twin peak graph'. Oversimplifying, we could say: The Earth emits infrared radiation; the Sun emits almost no infrared. So, if you find infrared radiation on earth, you can be sure that it did not come from the Sun. The problem with this statement is that, strictly speaking, the Sun emit radiation at wavelengths that are in the infrared range. This is the reason why people have come up with the term , which we define to be the range of 0.85 and 5.0 micrometer wavelength. Radiation with longer wavelengths is called . With these definitions we can say that the Sun radiates in the near-infra-red range, and earth does not. Only certain components of the atmosphere emit and absorb radiation in the infrared part. These are called---somewhat misleadingly---. I would like to call them `infrared-active gases' instead, but unfortunately the `greenhouse gas' misnomer is very popular. Two prominent ones are HO and CO: The at 8 to 12μm is quite transparent, which means that this radiation passes from the surface through the atmosphere into space without much ado. Therefore, this window is used by satellites to estimate the surface temperature. It is not a coincidence that molecules made of kinds of atoms like CO react to infrared radiation, while those with one kind like O do not. The deeper reason is that molecules with different kinds may have a so-called . Since most radiation coming from the Earth is infrared, and only some constituents of the atmosphere react to it---excluding the major ones---a small amount of, say, CO have a lot of influence on the energy balance. Like being the only one in a group of hundreds with a boom box. But we should check that more thoroughly. Downward longwave radiation warms the surface, but the atmosphere is colder than the surface, so how can radiation from the colder atmosphere result in a higher surface temperature? Doesn't that violate the ? The answer is: no, it does not. It turns out that others have already taken pains to explain this on the blogosphere, so I'd like to point you there instead of trying to do a better job here: $\bullet$ Roy Spencer, , 23 July 2010. $\bullet$ The Science of Doom, , 27 July 2010. Maybe we have succeeded by now to convince the imaginary advisory board of the zero dimensional energy balance model project that there really is an effect like `downward longwave radiation'. It certainly should be there if quantum mechanics is right. But I have not explained yet how it is. According to the book , it is big. But maybe the people who contributed to the graphic got fooled somehow; and there really is a different explanation for the case of the missing 33 kelvin. What do think? When we dip our toes into a new topic, it is important to keep simple yet fundamental questions like this in mind, and keep asking them. In this case we are lucky: it is possible to measure the amount of downward longwave radiation. There are a lot of field studies, and the results have been incorporated in global climate models. But we will have to defer this story to another day. [[!redirects a quantum of warmth]] [[!redirects A Quantum of Warmth]] category: blog, climate \end{document}