jrenaud90 / TidalPy

Software suite to perform solid-body tidal dissipation calculations for rocky and icy worlds
Other
15 stars 3 forks source link

Inclination is not shared between bodies - Ensure code takes this into account #15

Closed jrenaud90 closed 4 years ago

jrenaud90 commented 5 years ago

Dual dissipating bodies will have their own inclinations (I_host and I_target). Right now it is treated more like eccentricity where it is shared between them.

This will require changing the orbit/mode/ package, as well as some current research scripts and test cases.

jrenaud90 commented 4 years ago

This was added during 0.2.1 development.