Description Usage Arguments Value References Examples
BUG: the values seem to be off by about 1 part in 1e6, which is too high to be explained by numerical precision (I think).
1 | gsw_Nsquared(SA, CT, p, latitude = 0)
|
SA |
Absolute salinity. |
CT |
Conservative temperature. |
p |
Sea pressure in decibars. |
latitude |
The latitude in deg North. |
Square of buoyancy frequency in 1/s^2, a vector of length 1 less than SA.
http://www.teos-10.org/pubs/gsw/html/gsw_Nsquared.html
1 2 3 4 5 | SA <- c(34.7118, 34.8915)
CT <- c(28.8099, 28.4392)
p <- c( 10, 50)
latitude <- 4
gsw_Nsquared(SA, CT, p, latitude) # 6.0846990523477e-5
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.