I would like to understand the math behind it, and maybe write an own climate simulator program. I know, that it is a really hard subject. But I'm curious, and I would like to learn more about it. But I cannot really find articles about it. I just need hints, where to start.
With the following input parameters:
- Type of sun/suns
- Details of the orbit
- Rotation/size/composition of the planet
- Atmosphere details
- Terrain (heightmap)
- liquid on the planet ( for example water )
I would like to calculate, that how will this planet likely look like, and find out some details about it's climate.
There was a similar question, but it was not answered: How can I make a simple climate simulator?