Open nichollsh opened 9 months ago
One simple way to approach this is to calculate the locking time-scale. This would require some estimations (guesses) for the properties of the planet (e.g. of its rigidity and ability to dissipate energy imparted by the tidal stresses).
Recent paper related to this issue: https://arxiv.org/abs/2410.05373
Currently, we provide the orbital distance and stellar mass as input parameters. This provides the length of the planet's year. We also input the zenith angle and heat redistribution factor, which allow us to handle resonant and asynchronously rotating cases.
Determining which planets are spin-orbit resonant and which are not is far from trivial, so in some cases it isn't clear which input parameters should be chosen. It would be helpful to implement a simple model for determining which state a given configuration is likely to enter into. This will fall short of a robust model which actually estimates the tidal stress on the planet and thereby more realistically determines the rotational regime.
This could be included in the main code itself, or simply as a tool which provides information to the user before the model is executed.