Guest Post by Willis Eschenbach
ABSTRACT
A simple theoretical constructal model of the operation of the climate system was envisioned by Dr. Adrian Bejan and several others. It posits that the climate system can be modeled very accurately by considering the climate as a giant heat engine turning solar power into mechanical motion. Further, it says that following the constructal law, the heat engine constantly evolves to maximize the heat flow from the tropics to the poles. In this analysis, I create an actual computer-based exemplar of Dr. Bejan’s theoretical model. I examine the inner workings of the model, implement a couple of improvements, and test it against the CERES satellite dataset. Sorry, no spoilers.
CONSTRUCTAL LAW
The Constructal Law, formulated by Professor Adrian Bejan in 1996, is a fundamental principle in physics and engineering that describes the natural tendency of all flow systems, whether inanimate or animate, to evolve and organize in a way that maximizes the flow of matter, energy, or information. This law recognizes that patterns and structures in nature, such as river networks, tree branches, and biological organisms, emerge and evolve to enhance their efficiency in the movement of resources. The constructal law explains things like the endlessly meandering nature of rivers seen in the image above. My previous posts on the Constructal Law are here.
In essence, the Constructal Law states that the design and development of flow systems, whether the branching of blood vessels in the human body, the structure of transportation networks, or even the layout of technology and information networks, are governed by the imperative to reduce flow resistance and facilitate the transfer of resources.
The Constructal Law, as applied to climate, says that natural climate systems, such as atmospheric and oceanic circulation patterns, evolve and organize in a way that maximizes the efficiency of heat and energy flow on Earth. This principle emphasizes that climate systems, like other flow systems, tend to develop structures and patterns that reduce flow resistance and promote the transfer of heat and energy.
In a series of three papers, “Thermodynamic optimization of global circulation and climate“, ” Constructal theory of global circulation and climate“, and “Climate change, in the framework of the constructal law“, Adrian Bejan and his co-authors show that the climate can be modeled as a heat engine. Following the Constructal Law, this climate heat engine evolves to maximize its mechanical power output. The authors say:
“In conclusion, the maximization of the mechanical power output is equivalent to the maximization of the heat current from the hot region to the cold region.”
I got to re-reading the final of those three papers the other day, and I realized that I could set up their model on my computer. Let me start with an overview of their model.

Figure 1. The conceptual model.
The top part shows the warm (tropical) and cold (poleward) areas of the global climate heat engine. These areas are marked AH and AL. for “Area High” and “Area Low” temperatures. They each have a corresponding temperature TH (temperature high) and TL (temperature low).
The lower part of the diagram shows the various heat currents. The far left downward pointing arrow is heat from the sun to the hot zone. The next arrow, pointing up, is heat radiated from the hot zone to space.
Then we have the horizontal arrow “q”, the heat current from the hot zone to the cold zone.
Finally, in the cold zone on the right, we have a downward-pointing solar arrow showing heat from the sun to the cold zone, and an upward-pointing radiation arrow showing heat radiated to space.
In short, the hot zone gets heat from the sun. Some is radiated back to space. The rest, the flow “q”, is transported to the cold zone. There, the flow “q” gets radiated back to space along with the heat that the cold zone gets from the sun.
And most important, the Constructal Law says that the system will constantly reorganize itself to maximize the heat flow “q”.
Next, here’s the math of the model, from the third of the papers linked above. Recall from Figure 1 above that “x” is the area fraction, the fraction of the globe occupied by the hot zone.

Daunting … so let me translate for those who like math. For those who don’t, no worries—just skip down to where it says “THEIR MODEL RESULTS“.
And for the three folks still reading this section, ignore equation (26) for now. Next, in the above set of equations, rho (ρ) is the albedo, and gamma (γ) is the “greenhouse factor”, the fraction of upwelling surface longwave radiation that is absorbed by the atmosphere. And at steady-state, the left-hand side of equations 24 and 25 is zero—there is no change of temperature with time.
With those as prologue, the first equation (23) describes the hot zone. It says that the hot zone gets heat from the sun. Some is radiated back to space. The rest, the flow “q”, is transported to the cold zone. So “q” is equal to hot zone solar heat input minus hot zone radiation to space. In short, it’s just a mathematical description of the bottom left part of Figure 1 above. Simple
The second equation (24) describes the cold zone. It says the cold zone gets heat from the sun, plus the flow “q” from the hot zone, and radiates it all to space. So “q” is equal to the cold zone output to space minus the cold zone solar input. This equation is a mathematical description of the bottom right-hand part of Figure 1 above.
The third equation (25) says that the flow “q” is equal to some constant “C” times the 3/2 power of the difference in temperature between the hot and cold zones.
The final equation (27) specifies that “q” is maximized.
There are four unknowns in the equations—temperatures of the hot and cold zones “TH” and “TL“, the heat flow “q”, and the area fraction “x”. Now, my math-fu is not strong enough to solve those four equations to determine the four unknowns. And unfortunately, the authors of the paper didn’t include the solution. Grrrr.
However, I’m a determined fellow. After some reflection, I realized that I could use a double optimization process to get the answers.
I wanted to determine the value of x (the size of the hot zone) which gives the largest value for “q”, the heat flow from the hot zone to the cold zone. But I only had three equations with four unknowns.
So I divided the problem up by assuming that I knew what “x” was. Using that, I could then use an optimization program to give me the values of TH, TL, and q for any given value of x.
And with that, I could use a second optimization program to give me the value of x that maximized q, the heat flow from the hot zone to the cold zone. See the Appendix below for the R code.
THEIR MODEL RESULTS
Here is their report of the first of their calculations. Using their same numbers, I get the same results that they show below.

Using their values, I was able to reproduce their results very accurately.
PROBLEMS WITH THEIR MODEL
However, there are a couple of issues with their values. First, as they note, their value for “x” puts the limits of the hot zone at about 57°N/S. But that’s not the case in the real world. Here’s the real-world data regarding the heat flow “q”.

Figure 2. How much heat is moved from the tropics to the poles (positive values), and how much heat is absorbed in the polar regions (negative values). The hot zone is the red to yellow part bordered by the black/white lines. The cold zone is shown in green to blue, outside the black/white lines.
You can see the similarity of this graphic with the model shown in Figure 1 above. However, in the real world, the hot zone fraction “x” is about 0.55 of the total surface. This corresponds with a hot zone extending to about 34°N/S. So that was the first problem—the hot zone extends to about 34°N/S, not 57°N/S.
The second problem is that their equation gives far too cold a result for the cold zone. They say it averages 258.4K, which is -14.75°C. But in the real world, the cold zone poleward of 57°N/S actually has an average temperature of about – 3°C, far from the minus 14°C they claim.
IMPROVING THEIR MODEL
So of course, being the eternal tinkerer, I had to see whether I could improve their model. The first thing I noticed was that they are using the same albedo and the same greenhouse factor for both the cold and hot zones. But in the real world, both the albedo and the greenhouse factor are very different for the two areas. As a result, their model is giving inaccurate results
Using individual albedo and greenhouse factors for the two areas made the model far more accurate. But there was still a problem. The hot temperatures it calculated were too hot and the cold temperatures were too cold to match the real world. Looking at the equations, I realized that this inter-temperature distance is controlled by the constant “C” in Equation (25). This is the “conductance”, a measure of how much heat flow is generated by a given temperature difference between the hot and cold zones. The value they were using for “C” was far too small, which meant it required a much greater temperature difference to get the same flow, resulting in a hot zone that’s too hot and a cold zone that’s too cold.
Once the factor “C” was increased, the results looked very good.
GROUND-TRUTHING THE MODEL
With that model up and running on my computer, I figured that I could test whether in fact, the climate system actually does operate as a gigantic heat engine that is continually evolving to maximize the tropical-polar heat flow. Here was my plan.
The constructal model says that given the albedo and greenhouse factors, for each value of “x” (the area of the hot zone) there will be a preferred temperature for the hot and cold zones. Further, the model says that the average final temperatures will be the ones that maximize “q”, the heat flow from the hot zone to the cold zone. I realized we could test those claims using the CERES data.
For each year, the average top of atmosphere net radiation CERES data gives us the observed value of “x” in the constructal model. As mentioned above, x is the fraction of the globe that is exporting heat on average. The CERES data also gives us the information needed to calculate rho (ρ), which is the albedo, and gamma (γ) which is the “greenhouse factor”.
The model says that if we know the albedo ρ, the greenhouse factor γ, and the hot zone area x, given those physical constraints the resulting hot and cold temperatures will be the ones that maximize the heat flow “q” from the hot zone to the cold zone.
Here is the performance of the constructal model. Recall that it has only one tuned parameter, C, that regulates how easily the heat flows from the hot zone to the cold zone. I’ll get back in a bit to why I think their value for C (.181) is far too low. In the meantime, these are the actual (blue/cyan) and modeled (red/orange) temperatures for the hot and cold zones of the planet.

Figure 3. Modeled and actual temperatures of the world’s hot and cold zones
I found this result to be most encouraging. Those model temperatures are calculated based solely on maximizing the heat “q” flowing from the hot zone to the cold zone, subject to the physical constraints of the albedo and the greenhouse factor. And although the conductance C is tuned, all that tunes is the temperature difference between the hot and cold zones. It does not tune the temperatures themselves. There was no guarantee that tuning the conductance would match the absolute temperatures of the hot and cold zones … but in the event, the match is excellent. I would say that that is very convincing evidence that the constructal model accurately portrays how the climate flow system actually works.
A SECOND TEST
But wait, as they say on TV, there’s more. Here are closeups of the actual and modeled variations in the yearly average temperatures of the hot and cold zones.


Figure 4. Modeled and actual annual average temperatures of the world’s hot and cold zones.
Not perfect, but not bad either. So not only does the constructal model give good long-term average temperatures. It also does a decent job of replicating the year-by-year variations in temperature.
And it’s doing all that using nothing more than the hot zone area “x”, the albedo “rho”, and the greenhouse factor “gamma” to calculate the temperatures that maximize “q”.
That’s very clear evidence that in the real world, various physical processes constantly evolve and act to increase the flow of heat from the tropics to the polar regions.
A FINAL TEST
Further evidence that the model is an accurate representation of how the climate heat engine really works is visible in both the size and the stability of the area of the hot zone. The model calculates the average of x, the hot zone fraction of the surface, as being 0.564. The actual CERES 22-year average value for x is 0.556. That’s less than a hundredth difference. Once again, the model is accurate.
Regarding stability, remember that x, the hot zone area fraction, is calculated by the model as the hot zone area that maximizes the heat flow “q”. Bear in mind that the hot zone fraction could vary from ~0.1 to ~0.9. And there’s no reason to assume ex-ante that it would remain stable over time.
However, under the constructal model, since the underlying constraints (annual average albedo and greenhouse fraction) are relatively stable we’d expect the hot zone fraction “x” to be pretty stable as well. In any case, here’s the actual record of the CERES data for “x”, the hot area fraction, along with the constructal model output of the same variable.

Figure 5. The “x” fraction, the amount of the earth’s surface that makes up the hot zone.
Clearly, the model is doing an excellent job of representing the real world.
In Figure 5, as in Figs. 3 and 4 above, it’s important to remember that the output (e.g. the modeled x fraction in Fig. 5 above) is not calculated directly from the input. In Figure 5, for example, the x fraction shown in red is not directly calculated from the albedo and greenhouse fraction figures.
Instead, it is the result of a maximization procedure. The x fraction shown in red in Figure 5 is the value of x that, given the physical constraints of albedo and greenhouse fraction, gives the greatest flow “q” from the hot zone to the cold zone.
TEMPERATURES
For temperatures, I’ve used the CERES surface upwelling longwave data converted using the Stefan-Boltzmann constant and monthly gridded emissivity values. I’ve checked the results and they are extremely similar to both the Berkeley Earth and the HadCRUT datasets. I use it because it is energy-balanced with the rest of the CERES energy flows.
CONDUCTANCE
I mentioned above that I’d explain why I think their value for “C”, the “conductance”, is too low. This conductance is a measure of how much heat flows between the two zones for some given temperature difference between the zones. In their model, they’ve modeled the heat transport via the atmosphere. And they’ve modeled the atmospheric heat transport as being driven by the buoyancy of the warmer, lighter tropical air.
And that is good as far as it goes. But it leaves out a couple of things. One is a main power source driving the Hadley cell circulation—the perennial line of thunderstorms along the inter-tropical convergence zone (ITCZ). These drive air vertically from the surface up to the upper troposphere, and occasionally even into the stratosphere. These thunderstorms turbocharge the Hadley cell circulation, allowing it to move much more heat polewards than if it were driven solely by the general tropical-extratropical temperature differences as the authors’ analysis assumes. Here’s a map of where the thunderstorms live.

Figure 6. The altitude of the cloud tops, day/night. High altitude cloud tops are the sign of the tropical thunderstorms driving deep tropical convection. The Inter-Tropical Convergence Zone (ITCZ), where the two atmospheric hemispheres converge, is marked by the band of thunderstorms around the world at 5°-10° north of the equator.
The second reason that I think their conductance value is too small is that a large amount of heat is physically moved polewards by the ocean currents. The Agulhas Current in the Indian Ocean and the Gulf Stream in the Atlantic Ocean are constantly transporting warm tropical waters polewards.
In the Pacific, the El Nino/La Nina pumping action periodically strips off the warm top layer of vast areas of the tropical Pacific Ocean and moves that warm water first eastwards and then towards both poles.

Because their model doesn’t include either thunderstorms or ocean currents, their estimate of the conductance is an order of magnitude too small.
CLIMATE SENSITIVITY
This constructal model points out some interesting things about climate sensitivity.
First, sensitivity is a function of changes in rho (albedo) and gamma (greenhouse fraction). But not a direct function. It is the result of physical processes that maximize “q” given the constraints of rho and gamma.
Next, the sensitivity is slightly different depending on whether the changes in albedo and greenhouse fraction are occurring in the hot zone, the cold zone, or both.
Next, assuming that there is a uniform pole-to-pole increase of 3.7 W/m2 in downwelling radiation from changes in either albedo or greenhouse fraction, the constructal model shows a temperature increase of ~1.1°C. (3.7 W/m2 is the amount of radiation increase predicted to occur from a doubling of CO2.)
Finally, this is a maximum sensitivity which does not include the various emergent thermoregulatory mechanisms that tend to oppose any heating or cooling. This means the actual sensitivity is lower than ~1.1°C per 2xCO2.
CONCLUSIONS
The CERES data shows that the constructal model of the climate system is very consistent with real-world observations. This model views the climate system as a heat engine that, following the constructal law, constantly acts and evolves to maximize the flow of heat from the warm zone of the planet to the cold zone.
This simple three-equation constructal climate model, given only information about the earth’s hot zone area and the albedo and greenhouse fractions in the earth’s hot and cold zones, is able to calculate the absolute temperatures of the earth’s hot and cold zones to within a degree or so … a result that I found quite surprising.
Anyhow, that’s what I did with my weekend. And meanwhile, back in the real world, the past climate is being rewritten so fast that we literally don’t know what will happen yesterday …
Best to all,
w.
APPENDIX
Here is the R code for the optimization programs. Read the linked paper for the full description of their method.
First, the inner optimization program that calculates TH, TL, and q when given x.
maxq=function(par2){
theansmax=function(par){
th=par[1]
tl=par[2]
q=par[3]
(v1=x*((asin(x)+x*sqrt(1-x^2))/(2*pi*x))*(1-rhoh)-
x*(1-gammah)*th^4-q)
(v2=(1-x)*((pi/2-asin(x)-x*sqrt(1-x^2))/(2*pi*(1-x)))*(1-rhoc)-
(1-x)*(1-gammac)*tl^4+q)
(v3=1.8*(th-tl)^(3/2)-q)
sum(v1^2+v2^2+v3^2)
}
par=c(.7,.6,.1)
x=par2
(par=optim(par,theansmax)$par)
par[3]
}
Next, the outer optimization program that calls the inner program.
(bestx=optim(par2,maxq,
control=list(fnscale = -1,reltol=1e-10),
method=”Brent”,
lower=.001,upper=.999)$par)
Next, some support functions:
surfaream = 5.100656e+14 #earth surface area in sq. m.
qtoq= function(q) q*((5.67e-8)*392.8^4*surfaream)
tunscale=function(tscale) tscale*392.8
xtolat=function(x) degrees(asin(x))
And to get the final output:
(x=bestx)
(nupar=optim(par,theansmax)$par)
q=nupar[3]
qtoq(nupar[3])
xtolat(x)
(th=ktoc(tunscale(nupar[1])))
(tl=ktoc(tunscale(nupar[2])))
The term “constructural law” is new to me, but I have heard the same concept (I think it is the same concept) referred to as “the principle of maximum entropy.”
So it gives a way to put some expectations on the results that any climate model should produce. Nice. Should make it harder for the climate alarmists get away with their phony scientific claims.
Hi Willis, it’s interesting that such a simple model work so well. It’s almost suspiciously good.
It seems from fig4 that CERES shows about 0.5 degC warming over the last 20y, (cf 0.8 degC in the model) that’s a mean rate of 2.5deg C / century. That seems a lot. Is that right?
UAH seems to show about half that. Is that comparable?
Though you are not using rho and gamma as freely tunable, is the fact that you use CERES to derive them effectively constraining the model to match CERES output ?
cheers.
climategrog October 10, 2023 6:54 pm
I was surprised myself.
That’s what CERES says. Whether its right is a different question.
Unknown. They measure different things.
Yes. But that’s a detail, not the issue. The issue is establishing that yes, the climate system is a gigantic solar-powered heat engine that constantly adapts and evolves to maximize the heat flow from the the tropics polewards.
Back at’cha,
w.
OK thanks for the reply Willis.
I thought CERES was all about radiation flux measurement. Looking at the url from your graph, I don’t see any mention of temperature data https://ceres.larc.nasa.gov/data/ , is that something you have derived. If not do they explain how it is derived ?
IIRC, there is something like a 5W/m^2 inconsistency in their net energy budget, which would lead to a non credible amount of accumulating energy in the system. I believe this is due to the addition of calibration uncertainly in the multple reading they make, so they can only be used to study change, not the net energy budget in absolute terms. Could that be the cause of the apparently exaggerated warming?
I described the derivation of the temperature data in the head post.
w.
Willis:
Indeed. I missed that when checking back, apologies. However, this raises the question of where do the emissivity values come from. They are presumably done by radiation measurements and a temperature, so there’s a chicken and an egg floating around here somewhere.
As I pointed out above CERES derived anomalies (0.5degC) seem to be about twice that shown by UAH (0.25degC) HadCRUFT4 and pretend-to-be-BEST seem to create some more underlying warming (0.35degC). That’s still leaves you about 35% above “ground truth”.
Since the absolute calibration of CERES is recognised to have uncertainty limitations this could be part of it.
Can you say how the emissivity grid you are using is calculated?
Thanks.
The emissivity data is from the MODIS satellite data, as discussed in An Observationally Based Global Band-by-Band Surface Emissivity Dataset for Climate and Weather Simulations.
w.
Many thanks for the explanation, Willis.
At least that should be reasonably good over water and that’s 71% of the story. It seems to avoid the chickens/eggs.
You could probably benefit from some more C tweaking but the demonstration of the heat pump model is interesting. CERES is definitely running hot , probably due to lack of accuracy in absolute calibration. They know the energy balance is not realistic and warn against it IIRC.
I was prepared to take BEST seriously as an independent land record when they started, but since Muller sold out on open collaboration and then they merged with HadSST3 to be “global” it degenerated into a HadCRUFT clone. I don’t see any point in having both and I don’t trust either team.
Averaging land SAT and SST is physically meaningless and artificially boost the average because land warms twice a fast. Probably why the practice is so popular.
https://climategrog.wordpress.com/land-sea-ddt/
Interesting article , thanks for the effort.
Your unsmoothed hot zone temperature in fig 4 does seem to match the bumps and hills in uah lower tropo data, in form, and relative magnitude, so it’s just a question of scaling.
Willis:
You significantly improved the Authors’ model of how heat is distributed around the Earth, but knowing this does nothing to explain why the heating is occurring as it is, which is far more important.
Or am I missing something?.
I have the same thought. From the end of the head article, it says:
“Finally, assuming that there is a uniform pole-to-pole increase of 3.7 W/m2 in downwelling radiation from changes in either albedo or greenhouse fraction, the constructal model shows a temperature increase of ~1.1°C. (3.7 W/m2 is the amount of radiation increase predicted to occur from a doubling of CO2.)”
So the authenticity of the theoretical 3.7 W/m2 from the overall greenhouse effect (involving either a decrease in albedo and/or an increase in radiative trapping or recirculation of power), *that* always seems to be assumed, somehow!
If the constructal model is really all about balancing things to a kind of maximal efficiency, then how do we know that a CO2 enhanced air column wouldn’t release just about as much extra heat into outer space at the top, as it manages to trap or recirculate at the bottom of the air column? In such a situation, the extra power reaching the ground might be zero, or if not zero, it might be much less than the 3.7 watt number, for all we really know! Unless someone has actually doubled the global CO2 fraction lately (just to do the experiment), it all seems quite hypothetical.
We are maybe here assuming a large number of bits of guesswork, just so that conventional climate reasoning can then still be basically true, somehow?
Hi Willis,
Did you calculate the carnot efficiency of the engine?
The construction law makes sense.
For years (centuries) how nature always takes the path of least resistance has baffled science. Almost as though nature knows the future.
“ the climate system can be modeled very accurately by considering the climate as a giant heat engine …”
Surely we can be more clear. No need to be coy. — It is a heat engine. Period. Nothing else exists to drive it and this is the reason for its accuracy.
The trouble with this Constructal law is the same issue with the principle of maximum entropy production, also an Adrian Bejan hypothesis, is that there isn’t any physical principle that demands it. When put to the test it does not always produce correct answers.
Thanks, Kevin. First, I’ve never heard that Bejan was behind the principle of maximum entropy production. Link?
Next, you say there “isn’t any physical principle that demands it.” Please show us the “physical principle” requiring that heat flows from hot to cold … that’s the nature of laws. They are the physical principle.
Finally, you say “when put to the test it does not always produce correct answers.” I suppose it’s possible to be more vague and uninformative than that. Links?
Regards,
w.
Willis,
I forgot entirely about this comment, and it occured to me last night that I’d never checked back on it. I’m stunned that it is from nearly three weeks ago. I hope you still monitor this thread.
My connection with Bejan goes back four and one-half decades to his Ph.D. thesis from MIT. I applied what he had to say there about coupled irreversible flows in a paper in the European journal Geophysics in 1984. That paper is moderately or maybe even widely cited, apparently, as it was reprinted in some special issue in 2006. The point I am making is that I thought and think pretty highly of this work. My skepticism about this constructal law is not because I have distain for the folks involved.
Somewhere along the way Edward Lorenz suggested that natural systems are organized to maximize energy flows. The date of this conjecture is not at present in my mind and I am not sure if Lorenz is even the origin of the conjecture. At any rate my point is the idea was percolating around MIT in the 1970s. Since heat transfer (and by analogy all transport phenomena) is (are) entropy generating, then it must also stand that maximizing energy flows implies maximizing entropy generation. So Bejan must be part of that crowd. A number of people decided to try their hand at applying the idea to several geophysical problems. I don’t recall anything substantial coming from this, and a paper in 2007 by R. Goody, you can find at the Journal of the American Meteorological society showed that for a few specific problems it arrived at wrong results. There are other examples.
The best observation suggesting to me there is no underlying principal here concerns chemical kinetics. There are examples galore of reactions that by thermodynamics should operate like gangbusters, but which in fact barely move. The reason is that there is activation energy to overcome. It’s hard for me to square a principal like maximum energy flow rates with an impediment like activation energy — nature is not organized to maximize flows if it commonly has spontaneous barriers against it. The meadering of rivers is another.
Bejan is also a proponent of using entropy generation minimization to design optimal engineered systems, but this idea has a solid theoretical underpinning in that entropy generated times dead-state temperature is the work potential wasted in a process. So, minimizing entropy generation maximizes available work.
And as long we are speaking of well established principles, the physical principle behind heat transport is that this leads to more probable configurations of molecular speeds; that collisions are more likely to move internal energy from a hot place to a cold one than vice versa. This is a result from statistical mechanics and is pursued in detail in graduate courses in thermal physics. It might be also in an undergraduate course in statistical physics — i don’t know because the physics curriculum has changed some since I took it.
I hope this gives you some food for thought.
Kevin
Willis, could you please define ALL the terms and their physical units used in these equations. Until you have done so, I do not understand how I (or anybody) can comment meaningfully on this article.
In Equation 25, how can “q”, a quantity of energy flux presumably measured in Watts) can be derived from a constant C and temperature (Th and Tl), given that temperature is not a measure of the quantity of energy?
delta Q = c delta T
Willis,
It took me a while to see it, but what you have here is an overfitted model, which has no physical content, it only spits out the information that you put into it.
The model has three independent unknowns: Th, Tl, and x, the fractional area of the hot zone. Of course there are other quantities like C (an input to the model) and q (which is calculated from the independent unknowns).
Meanwhile there are three constraints: conservation of energy for the hot zone, conservation of energy for the cold zone, and the fact that your are optimizing over C to best match the real temperatures.
3 constraints and 3 unknowns means an overfitted model.
To put it another way, the only work the model does is to find x, after which it just uses CoE to find Th and Tl. But by optimizing over C, you are implicitly telling it what x should be. So the model isn’t doing anything.
The reason for some discrepancy between the result and real life is that the actual “cold zone” doesn’t have a uniform temperature, so depending on how you average, the mean will be a bit different.
Nepal2, if you had taken the trouble to read the study, or even my excerpted part of the study in the head post, you’d have seen that there are FOUR unknowns, not three. Here’s what the authors say:
As a result, your analysis is wrong.
In addition, I’m unclear why you think that a model such as this one is meaningless. It clearly demonstrates that Bejan is correct about the system acting to maximize Q, which is very valuable support for his ideas about how the system works.
But hey, if you think you have a better model, break it out …
w.
There is another variable q, but that is controlled by the given heat equation.
If this were a sensible model of conductivity, then it would output a heat flow at each position (or at least each latitude if continuing to assume azimuthal symmetry). Then choosing x to maximize heat flow would just be drawing an imaginary line on the globe where dq/dtheta = 0 , which is exactly what you did in your analysis of CERES data. Any heat flow has such a maximum, and identifying x doesn’t have any physical effect.
But Bejan’s model does not have a sensible, continuous heat flow. Instead it says there is some special latitude where nature averages the temperature of the entire hemisphere below that line, and the entire hemisphere above it, and somehow picks the heat flow across the line based on the global averages. In this model choosing the imaginary dividing line x has an effect, because that determines where the globe cuts off the average.
It’s all very strange and not reminiscent of any physical process I know. Yes, the model “works” in that it finds the line x, and also gets the heat flow at this latitude nearly right.
But outputting two numbers nearly right is very easy, and not good evidence for a model’s predictive power. Particularly when you are optimizing over one fit parameter, and also putting in a huge amount of measured data (albedo and greenhouse effect read off from CERES).
Just my two cents.
Looking at a plot of meriodonal heat transfer, like Fig 1 here, https://hwpi.harvard.edu/files/carlwunsch/files/wunschjclim2005.pdf , makes it easy to identify the line of maximum q (dq/dx = 0) at around +-37 degrees. So we have found the x which maximizes q. But identifying this line doesn’t change anything.
Stick to the original work. The headpost here gets it all wrong and the author should realize this by now.
The first giveaway is that Clausse et al infer a polar temperature of 270K, using a T low of 258K.
The second giveaway is that Clausse et a give a predicted change of T high and T low for both the equator and the pole.
These represent the emission temperatures of surface and atmosphere respectively. I believe they selected an atmospheric emission temperature average about 5km, and a surface (potential) temperature at 0 height.
latitude >35 simply yields the point at which surface begins receiving net heat from atmosphere. Below 35 surface is giving heat to atmosphere net.
It’s a great read on maximization principles and geometric constraints on the Earth system.
https://www.academia.edu/4509041/Climate_change_in_the_framework_of_the_constructal_law
An addendum might best be added in the headpost to warn future readers of the misunderstandings.