Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More flexible greenhouse model #1

Open
lortordermur opened this issue May 29, 2020 · 5 comments
Open

More flexible greenhouse model #1

lortordermur opened this issue May 29, 2020 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@lortordermur
Copy link
Owner

So far SFCalcSheet uses the equation from idealized greenhouse model to calculate a planet’s surface temperature from its effective temperature.

Effective temperature:

formula

T(e) = Effective temperature (K), A = Bond albedo of planet, L = Luminosity of star (W), d = Distance to star (m), σ = Stefan-Boltzmann constant

Surface temperature (greenhouse model):

formula

T(s) = Surface temperature (K), T(e) = Effective temperature (K), ε = Atmospheric absorption (0-1)

The only atmospheric variable in this equation is atmospheric absorption/emissivity, a measure for how much radiation is retained via greenhouse gasses. Basically it only allows for modeling Earth’s atmosphere with varying amounts of greenhouse gasses. An equation that also takes air pressure would be useful for modeling worlds with a different atmosphere or a runaway greenhouse effect.

If you find something that could be adapted for use in SFCalcSheet, let me know here.

@lortordermur lortordermur self-assigned this May 29, 2020
@lortordermur lortordermur added the enhancement New feature or request label May 29, 2020
@lortordermur
Copy link
Owner Author

Here are some resources that may be helpful in modeling a H₂O and CO₂ based greenhouse effect on rocky planets, as well as possible ranges for a circumstellar habitable zone based on atmospheric properties.

Kasting et al.: Habitable zones around main sequence stars
Ramses Mario Ramirez: A more comprehensive habitable zone for finding life on other planets

@jchylik
Copy link

jchylik commented Mar 14, 2022

Perhaps a good question which greenhouse gasses do you consider.
Although water vapour and carbon dioxide are the main greenhouse gasses in current Earth's atmosphere, there are also other greenhouse gasses that played an important role in the past (methane), and similar could be said for alternative scenario.

For example in a dysoptian sci-fi setting, you can consider a significant greenhouse contribution from nitrous oxides and CFCs (chlorofluorcarbons).

@jchylik
Copy link

jchylik commented Mar 14, 2022

@lortordermur
Copy link
Owner Author

Thank you for your effort. I had a look at the sources soon after you posted them and they are really useful in respect to the relative contribution of various greenhouse gasses.

What is still missing for a possible update to the planetary habitability calculator is a simple-ish mathematical relationship between atmospheric density/pressure and overall intensity of the greenhouse effect (preferably as a temperature modificator). It is a very complex topic to research into but I will be able to set aside some time for it very soon and post any useful findings here.

@jchylik
Copy link

jchylik commented May 18, 2022

a simple-ish mathematical relationship between atmospheric density/pressure and overall intensity of the greenhouse effect

That is an interesting idea, but I have to disappoint you, such direct dependence is possible only for some gasses. However the concentration of some of the most important greenhouse gasses, such as water vapour, is very much altitude and temperature dependent.

Not the mention the effect of water vapour when it start condensing, ie. forming clouds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants