Skip to content

Commit 2140861

Browse files
committed
correct spelling errors
1 parent c082984 commit 2140861

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ from deepexo.rockyplanet import RockyPlanet
4646
M = 1.77 # mass in Earth masses
4747
R = 1.228 # radius in Earth radii
4848
cFeMg = 0.685 # bulk Fe/(Mg + Si) (molar ratio)
49-
k2 = 0.819 # tide Love number
49+
k2 = 0.819 # tidal Love number
5050

5151
planet_params = [
5252
M,

deepexo/rockyplanet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __init__(self):
3131
def predict(self, planet_params: object) -> object:
3232
"""Predicts the Water radial fraction, Mantle radial fraction, Core radial fraction, Core mass fraction,
3333
CMB pressure and CMB temperature for the given planetary parameters in terms of planetary mass M [M_Earth],
34-
radius [R_Earth], bulk Fe/(Mg + Si) (molar ratio), and tide Love number k2.
34+
radius [R_Earth], bulk Fe/(Mg + Si) (molar ratio), and tidal Love number k2.
3535
3636
Args:
3737
planet_params (list): A list of planetary parameters in the order of [M, R, k2] or [M, R, cFeMg, k2].

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
M = 1.77 # mass in Earth masses
55
R = 1.228 # radius in Earth radii
66
cFeMg = 0.685 # bulk Fe/(Mg + Si) (molar ratio)
7-
k2 = 0.819 # tide Love number
7+
k2 = 0.819 # tidal Love number
88

99
planet_params = [
1010
M,

0 commit comments

Comments
 (0)