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