Skip to content

Instantly share code, notes, and snippets.

@XerxesZorgon
Created May 28, 2024 19:17
Show Gist options
  • Save XerxesZorgon/6b056a34ee85fb4322053b8265f3b301 to your computer and use it in GitHub Desktop.
Save XerxesZorgon/6b056a34ee85fb4322053b8265f3b301 to your computer and use it in GitHub Desktop.
Earth temperature from the Stefan-Boltzmann Law
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@uablrek
Copy link

uablrek commented Mar 3, 2025

The result for P0 = E/H = 14e13 watts is incorrect in the post:
https://wildpeaches.xyz/blog/stefan-boltzmann-revisited/

The correct value, as in this gist, is 2.0421118721461188e13 (~20.42 TW)

This is in line with https://en.wikipedia.org/wiki/World_energy_supply_and_consumption (19.6TW 2021).

14e13 watts is around 7 times higher, which made me jump a bit

@XerxesZorgon
Copy link
Author

XerxesZorgon commented Mar 3, 2025 via email

@uablrek
Copy link

uablrek commented Mar 3, 2025

Yes, I think it's a typo. A bit further down in p0=P0/Adisk, the value of E (178889) instead of P0 is written. Again, I think the correct value is used in computations.

@XerxesZorgon
Copy link
Author

XerxesZorgon commented Jul 7, 2025 via email

@uablrek
Copy link

uablrek commented Jul 7, 2025

do these numbers represent useful energy to society, or total consumption?

Good question, but I don't think it matters all that much. In the case of fossil fuels (~87%) it should be simple: it should be based on extraction. For example, a coal power plant may have an efficiency of 35%, but the statistics should be based on the amount of coal used, not electricity produced. And I think that's the case. Statistics on extractions should be fairly easy to get.

For wind, solar, bio and hydro, I think the stats are based on electricity produced. But they should not be included in your temperature calculations anyway, since the energy is already received by earth, just transformed to electricity.

Nuclear is trickier. I think (and I am guessing) that the stats are based on electricity produced. But a nuclear power plant has an efficiency around 35%, so the thermal effect is around 3 times the electricity output. But then again, nuclear is a small contributor (yet).

@XerxesZorgon
Copy link
Author

XerxesZorgon commented Jul 8, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment