Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
% SEAWATER Library
% Version 2.0.1 22-Apr-1998
%
% *******************************
% * SEAWATER Library *
% * *
% * Version 2.0.1 *
% * (for Matlab 5.x) *
% * *
% * *
% * Phillip P. Morgan *
% * CSIRO *
% * *
% * Phil.Morgan@marine.csiro.au *
% *******************************
%
% LIST OF ROUTINES:
%
% SW_NEW What's new in this version of seawater.
%
% SW_ADTG Adiabatic temperature gradient
% SW_ALPHA Thermal expansion coefficient (alpha)
% SW_AONB Calculate alpha/beta (a on b)
% SW_BETA Saline contraction coefficient (beta)
% SW_BFRQ Brunt-Vaisala Frequency Squared (N^2)
% SW_COPY Copyright and Licence file
% SW_CP Heat Capacity (Cp) of Sea Water
% SW_DENS Density of sea water
% SW_DENS0 Denisty of sea water at atmospheric pressure
% SW_DIST Distance between two lat, lon coordinates
% SW_DPTH Depth from pressure
% SW_F Coriolis factor "f"
% SW_FP Freezing Point of sea water
% SW_G Gravitational acceleration
% SW_GPAN Geopotential anomaly
% SW_GVEL Geostrophic velocity
% SW_INFO Information on the SEAWATER library.
% SW_PDEN Potential Density
% SW_PRES Pressure from depth
% SW_PTMP Potential temperature
% SW_SALS Salinity of sea water
% SW_SALT Salinity from cndr, T, P
% SW_SATAr Solubility (saturation) of Ar in seawater
% SW_SATN2 Solubility (saturation) of N2 in seawater
% SW_SATO2 Solubility (saturation) of O2 in seawater
% SW_SVAN Specific volume anomaly
% SW_SVEL Sound velocity of sea water
% SW_SMOW Denisty of standard mean ocean water (pure water)
% SW_TEMP Temperature from potential temperature
% SW_TEST Run test suite on library
% SW_VER Version number of SEAWATER library
%
% LOW LEVEL ROUTINES CALLED BY ABOVE: (also available for you to use)
%
% SW_C3515 Conductivity at (35,15,0)
% SW_CNDR Conductivity ratio R = C(S,T,P)/C(35,15,0)
% SW_SALDS Differiential dS/d(sqrt(Rt)) at constant T.
% SW_SALRP Conductivity ratio Rp(S,T,P) = C(S,T,P)/C(S,T,0)
% SW_SALRT Conductivity ratio rt(T) = C(35,T,0)/C(35,15,0)
% SW_SECK Secant bulk modulus (K) of sea water
%=======================================================================
% Contents.m $Revision: 1.6 $ $Date: 1998/04/22 02:12:17 $