Skip to content

Commit 84f9253

Browse files
committed
Correct a factor of the lunisolar K2 tides
1 parent 63a2507 commit 84f9253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytides/nodal_corrections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def f_K2(a):
8484
nu = d2r*a['nu'].value
8585
sinsqIcos2nu_mean = np.sin(omega)**2 * (1-3/2.0 * np.sin(i)**2)
8686
mean = 0.5023*sinsqIcos2nu_mean + 0.0365
87-
return (0.2533*np.sin(I)**4 + 0.0367*np.sin(I)**2 *np.cos(2*nu)+0.0013)**(0.5) / mean
87+
return (0.2523*np.sin(I)**4 + 0.0367*np.sin(I)**2 *np.cos(2*nu)+0.0013)**(0.5) / mean
8888

8989
#Schureman equations 206, 207, 195
9090
def f_M1(a):

0 commit comments

Comments
 (0)