powered by
Calculates specific entropy given Absolute Salinity, in-situ temperature and pressure.
gsw_entropy_from_t(SA, t, p)
Absolute Salinity [ g/kg ]
in-situ temperature (ITS-90) [ deg C ]
sea pressure [ dbar ]
specific entropy [ J/(kg*K) ]
The related function gsw_entropy_from_CT() is not provided in the C library, although it is available in the (later- versioned) Matlab library.
http://www.teos-10.org/pubs/gsw/html/gsw_entropy_from_t.html
# NOT RUN { gsw_entropy_from_t(34.7118, 28.7856, 10) # 400.3894252787245 # }
Run the code above in your browser using DataLab