Skip to content

Commit

Permalink
Merge pull request #91 from rcaneill/patch-1
Browse files Browse the repository at this point in the history
Correct Nsquared unit
  • Loading branch information
efiring authored May 20, 2022
2 parents 5cc1a3e + 802a0ca commit d75dfe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gsw/stability.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ def Nsquared(SA, CT, p, lat=None, axis=0):
Returns
-------
N2 : array
Buoyancy frequency-squared at pressure midpoints, 1/s.
Buoyancy frequency-squared at pressure midpoints, 1/s^2.
The shape along the pressure axis dimension is one
less than that of the inputs.
(Frequency N is in radians per second.)
p_mid : array
Pressure at midpoints of p, dbar.
The array shape matches N2.
Expand Down

0 comments on commit d75dfe5

Please sign in to comment.