diff options
author | Volker Hoffmann <volker@cheleb.net> | 2015-11-16 10:44:21 +0100 |
---|---|---|
committer | Volker Hoffmann <volker@cheleb.net> | 2015-11-16 10:44:21 +0100 |
commit | b8691c591e3df28512b9b202edcd97d9b5fa7f61 (patch) | |
tree | 5b10408f4b53d6d308a6113a598ae9e5d4b9d20a | |
parent | 3342f231eb951ba0e6a81a75fdd4c21db8c3c246 (diff) |
feat: add TO as constant
-rw-r--r-- | Helpers/constants.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Helpers/constants.py b/Helpers/constants.py index 7434773..27a85e0 100644 --- a/Helpers/constants.py +++ b/Helpers/constants.py @@ -17,6 +17,11 @@ mneptune = 1.02400e26 # kg mpluto = 1.30900e22 # kg mmoon = 7.34767e22 # kg +# Terrestrial Ocean Mass +# Footnote 1 in Kulikov+ 2006 +# http://www.sciencedirect.com/science/article/pii/S0032063306001693 +mocean = 1.39e21 # kg + # Age of the Solar System t0ss = -4.568 # Gyr |