Monday 28 November 2016

astrophysics - Why does this simple equation predict the Venus surface temperature so accurately?


Assume the atmosphere of Venus behaves much the same as Earth. However, it is closer to the sun, has a thicker atmosphere, and is less massive.


Further assume:





  • The insolation should follow the inverse square of distance from the sun




  • Temperature is related to the insolation by the 4th power (Stefan-Boltzmann law)




  • Lapse rate should be proportional to the mass of the planet





Then we calculate the temperature in the Venus atmosphere where it is most similar to Earth (50 km up where the pressure is ~1 atm), and then assume it increases according to a constant lapse rate down to the surface:


d_v = 108.16e6 # Sun-Venus distance (km)
d_e = 149.60e6 # Sun-Earth distance (km)
m_e = 5.97e24 # Mass of Earth (kg)
m_v = 4.87e24 # Mass of Venus (kg)
T_e = 288 # Avg Earth Temperature (K)
L_e = 9.8 # Earth Lapse Rate (K/km)
h_p = 50 # Elevation on Venus where pressure is ~1 atm (km)

(1/(d_v/d_e)^2)^0.25*T_e + h_p*L_e*(m_v/m_e)


I get 738.4228 K (~465 C), which is very near the observed average temperature:



Venus is by far the hottest planet in the Solar System, with a mean surface temperature of 735 K (462 °C; 863 °F)



Also for Titan:


d_t = 1433.5e6 # Sun-Titan distance (km)
d_e = 149.60e6 # Sun-Earth distance (km)
m_e = 5.97e24 # Mass of Earth (kg)
m_t = 1.35e23 # Mass of Titan (kg)

T_e = 288 # Avg Earth Temperature (K)
L_e = 9.8 # Earth Lapse Rate (K/km)
h_p = 10 # Elevation on Titan where pressure is ~1 atm (km)

(1/(d_t/d_e)^2)^0.25*T_e + h_p*L_e*(m_t/m_e)

I get 95.25 K, compared to:



The average surface temperature is about 98.29 K (−179 °C, or −290 °F).




So that is also very close.


Edit:


@Gert asked for a more explicit derivation. So here you go.


Assume insolation follows the inverse square of distance from the sun. Therefore:


$$I_e \propto 1/d_e^2$$ $$I_v \propto 1/d_v^2$$


Then take the ratio: $$\frac{I_v}{I_e} = \frac{1/d_v^2}{1/d_e^2}$$


Simplify: $$\frac{I_v}{I_e} = \frac{1}{(d_v/d_e)^2}$$


This tells us that Venus will receive $\frac{1}{(d_v/d_e)^2}$ times the insolation of Earth.


We also know, from the Stefan-Boltzmann law, that insolation is proportional to the 4th power of temperature:


$$I \propto T^4$$



In other words, temperature is proportional to the 4th root of insolation:


$$T \propto I^{\frac{1}{4}}$$


Therefore:


$$\frac{T_v}{T_e} = \Big(\frac{1}{(d_v/d_e)^2}\Big)^\frac{1}{4}$$


Then multiply both sides by $T_e$:


$$\frac{T_v}{T_e}T_e = \Big(\frac{1}{(d_v/d_e)^2}\Big)^\frac{1}{4}T_e$$


The temperature of the earth cancels on the LHS to give: $$T_v = \Big(\frac{1}{(d_v/d_e)^2}\Big)^\frac{1}{4}T_e$$


Thus we have the first term of the equation.


For the second term we assume that the temperature of an atmosphere increases as it gets closer to the surface, ie according to a lapse rate that is proportional to the mass of the planet:


$$ \Gamma_e \propto m_e$$



$$ \Gamma_v \propto m_v$$


The ratio is then:


$$ \frac{\Gamma_v}{\Gamma_e} \propto \frac{m_v}{m_e}$$


Then multiply both sides by $\Gamma_e$ and simplify the LHS (as done above) to get:


$$ \Gamma_v = \Gamma_e\frac{m_v}{m_e}$$


Then assume the Venus atmosphere is like the Earth atmosphere where it is at a similar pressure (ie, at ~ 1 atm), which is at height $h_p$. Then the temperature difference between there and the surface can be found using the lapse rate:


$$ \Delta T = h_p\Gamma_e\frac{m_v}{m_e}$$


Then the temperature at the surface $T_{v_s}$ will be:


$$ T_{v_s} = T_v + \Delta T = \Big(\frac{1}{(d_v/d_e)^2}\Big)^\frac{1}{4}T_e + h_p\Gamma_e\frac{m_v}{m_e} $$


Obviously the first term can be simplified moreso but I left it like that to make it more obvious what I was doing.



$$ T_{v_s} = \Big(\frac{d_e}{d_v}\Big)^\frac{1}{2}T_e + h_p\Gamma_e\frac{m_v}{m_e} $$


Edit 2:


From discussions with @Alchimista in the chat, we identified a further assumption:



  • The temperature of the planet is proportional to the insolation by the same amount as on Earth. Eg, albedo can be different but something else compensates, etc.


Edit 3:


This is basically a point by point response to @AtmosphericPrisonEscape's answer which has been upvoted for some reason. Every single point in this answer is wrong.



The first term in your equation is called the radiative temperature Trad. It's the temperature that an airless body with an albedo of 0 would have. Note that airless also implies no (anti) greenhouse effects.




The first term is


$$\Big(\frac{d_e}{d_v}\Big)^\frac{1}{2}T_e$$


This is definitely not the temperature an airless body with zero albedo would have. How could that even be possible since it is using $T_e = 288\, K$ at 1 atm pressure?



Temperatures are never additive. Energy fluxes are (the insolation is one). So, for example, if you would want to to find the radiative temperature of a planet orbiting two stars instead of one, you'll add the fluxes F1=π(rp/d1)2⋅A1T41 and F2=π(rp/d2)2⋅A2T42, where Ai are the stellar surface areas, di are the distances from star to planet and rp is the planetary radius. The resulting radiative temperature would be given by the condition that the outgoing flux must balance the incoming fluxes Ftot=4πr2pT4rad=F1+F2. So here we see, that any derivation of temperature coming from a physical model must feature a quartic addition of temperatures.



Once again, all this cancels out when you take the ratio of earth to the other planet. This assumes: The temperature of the planet is proportional to the insolation by the same amount as on Earth. All of the stuff you are worried with cancels out (assuming the planet/moon is similar enough).



So with a heuristic model you can circumvent this, but then you're putting in prior knowledge about the atmospheric structure. Particularly, if you'd ask me to derive the surface temperatures in a similar manner, I'd take the atmospheric level where T=Trad and extrapolate downwards to the surface with the planets own lapse rate, not Earths. But then we put in prior knowledge of the lapse rate, and we put in knowledge that the temperature structure in fact follows this lapse rate, which it doesn't have to. A successful physical theory of atmospheres, must be able to derive both those facts, not assume them.




Finally something correct. I am putting in prior knowledge of how atmospheres work via using the info about the earth. Then you go on to say you would do something different... but you agree it doesn't make sense.



Now let's dive more into the wrong steps: Γ∝M? What the hell? Ignoring the mean molecular weight and thermodynamic properties of a CO2 vs. a N2 atmosphere is negligent, or conveniently misleading. Also it's the wrong scaling of the surface gravity with mass for terrestrial planets, which is g=GM/r2p∝M1/3, when taking into account how rp scales with mass.



The pressure on Venus is ~.1 atm at ~65 km altitude where it is ~243 K. The surface is ~735 K. That gives an average lapse rate of (735 - 243)/65 = 7.57 K/km.


The pressure on Titan is ~.1 atm at ~50 km altitude where it is ~60 K. The surface is ~98 K. That gives an average lapse rate of 0.76 K/km.


On earth we know the dry (without H20) lapse rate is be 9.8 K/km. Note that Venus and Titan are both "dry" atmospheres.


Then plot that against the mass: enter image description here


Therefore we see the average tropospheric dry lapse rate scales with the mass. So my equation reflects reality, yours does not.




Why would you take the Earth's lapse rate for different planets? That's literally out of this world. I get that the climate change denial website wants to do that, to tweak their numbers, but this assumption just doesn't make any sense to me and is wrong. Venus's lapse rate is around 10.5K/km, similar to Earths, but that's coincidence. Titan's is around 1K/km (source).



It makes sense because I am assuming the atmosphere behaves like earth's and the lapse rate scales with the mass of the planet. Your values for the lapse rate are also wrong (perhaps they are for a certain pressure or something).



The choice of the 1 bar level: Where does that come from? Seems again like an arbitrary choice just to tweak the numbers, that won't immediately ring any alarm bells with laymen of atmospheric science.



This is the average pressure on the surface of earth where the temperature is 288 K. It is not arbitrary at all.



The datapoint "h_p = 10 # Elevation on Titan where pressure is ~1 atm (km)" is nonsense. Titan's surface temperature is already 1.6bar. hp should be zero. But the climate website has to show that Titan's surface temperature is not its radiative temperature, because they argue against the existence of a greenhouse effect. So they tweak this number to do this.




This was discussed in the chat. There is no tweaking, and the pressure is ~ 1 atm at 10 km altitude on Titan.



Also remember your classes in mathematical logic: From a wrong assumption, one can derive any statement, both true or false. There is no downplaying on how dangerous it is to believe in something that is wrong.



People use wrong assumptions all the time to come up with useful models. This is just a ridiculous claim. I asked a previous question about GCMs (that lead to this one) and saw they assumed the solar constant was really constant at 1366 W/m^2, ie it never varied. That is a wrong assumption, but still ok.



Given a model with N parameters, how many datapoints can I fit perfectly



This model has ZERO free parameters, all inputs are determined by observation. There is no freedom for tweaking beyond the measurment uncertainty of the input values.





No comments:

Post a Comment

Understanding Stagnation point in pitot fluid

What is stagnation point in fluid mechanics. At the open end of the pitot tube the velocity of the fluid becomes zero.But that should result...