Skip to content

Commit d75dfe5

Browse files
authored
Merge pull request #91 from rcaneill/patch-1
Correct Nsquared unit
2 parents 5cc1a3e + 802a0ca commit d75dfe5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gsw/stability.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ def Nsquared(SA, CT, p, lat=None, axis=0):
4747
Returns
4848
-------
4949
N2 : array
50-
Buoyancy frequency-squared at pressure midpoints, 1/s.
50+
Buoyancy frequency-squared at pressure midpoints, 1/s^2.
5151
The shape along the pressure axis dimension is one
5252
less than that of the inputs.
53+
(Frequency N is in radians per second.)
5354
p_mid : array
5455
Pressure at midpoints of p, dbar.
5556
The array shape matches N2.

0 commit comments

Comments
 (0)