1 |
|
---|
2 |
% SW_NEW What's new in this version of seawater. |
---|
3 |
% |
---|
4 |
% 19 April 2006 release 3.2 (For version 5.x and onwards of Matlab) |
---|
5 |
% ******************************************************** |
---|
6 |
% Corrected sign of potential vorticity in sw_bfrq. |
---|
7 |
% |
---|
8 |
% 24 November 2005 release 3.1 (For version 5.x and onwards of Matlab) |
---|
9 |
% ******************************************************** |
---|
10 |
% Added sw_swvel to compute surface wave velocity. |
---|
11 |
% |
---|
12 |
% 12 December 2003 release 3.0 (For version 5.x and onwards of Matlab) |
---|
13 |
% ******************************************************** |
---|
14 |
% Coverted code so that temperature is now ITS-90 throughout. |
---|
15 |
% |
---|
16 |
% 25 June 1999 release 2.0.2 (For version 5.x of Matlab) |
---|
17 |
% ******************************************************** |
---|
18 |
% Coding changes to enable functions to return the same shape vector as |
---|
19 |
% the input arguments. In previous releases, some functions returned |
---|
20 |
% column vectors for row vector input. Also some other tidying up. |
---|
21 |
% |
---|
22 |
% 22 April 1998 release 2.0.1 (For version 5.x of Matlab) |
---|
23 |
% ******************************************************** |
---|
24 |
% This version is not optimised but will run under Matlab 5.x |
---|
25 |
% sw_satAr New routine. Solubility of Ar in seawater |
---|
26 |
% sw_satN2 New routine. Solubility of N2 in seawater |
---|
27 |
% sw_satO2 New routine. Solubility of O2 in seawater |
---|
28 |
% sw_test Updated to include tests for above |
---|
29 |
% |
---|
30 |
% April 1998 release 1.2e (For version 4.x of Matlab) |
---|
31 |
% ************************ |
---|
32 |
% sw_alpha Fixed bug where temp used in calculations regardless of |
---|
33 |
% whether 'temp' or 'pmpt' was passed as keyword. |
---|
34 |
% |
---|
35 |
% sw_info Shorter version. Refer users to web pages |
---|
36 |
% http://www.marine.csiro.au |
---|
37 |
% |
---|
38 |
% sw_ver New routine. Returns version number of SEAWATER |
---|
39 |
% |
---|
40 |
% sw_test New Routine. Run a test on the SEAWATER routines |
---|
41 |
% and compare results with literature values |
---|
42 |
% |
---|
43 |
% 94/11/15 release 1.2d |
---|
44 |
% ********************** |
---|
45 |
% sw_bfrq.m Now also returns potential vorticity. |
---|
46 |
% Thanks to Greg Johnson (gjohnson@pmel.noaa.gov) |
---|
47 |
% |
---|
48 |
% sw_gvel.m OMEGA=7.29e-5 changed to OMEGA=7.292e-5 to be |
---|
49 |
% consistent with sw_f.m |
---|
50 |
% |
---|
51 |
% IMPORTANT CHANGE: The usage of the following |
---|
52 |
% routines has changed! |
---|
53 |
% |
---|
54 |
% sw_alpha.m | All these routines expect (S,T,P) to |
---|
55 |
% sw_beta.m |-- be passed instead of (S,PTMP,P) as in |
---|
56 |
% sw_aonb.m | previous releases of seawater. |
---|
57 |
% Fast execution can still be obtained by passing |
---|
58 |
% ptmp with a string flag 'ptmp' see help. |
---|
59 |
% |
---|
60 |
% 94/10/19 release 1.2c |
---|
61 |
% ********************** |
---|
62 |
% Added routine sw_new.m to inform of updates and new features. |
---|
63 |
% sw_bfrq.m Fixed bug where LAT = [] was needed as argument when |
---|
64 |
% no latitude values are being passed. |
---|
65 |
% Now pass PRESSURE instead of DEPTH -> more consistent |
---|
66 |
% though only a negligible change is answers. |
---|
67 |
% |
---|
68 |
% sw_info.m Updated to include a registration section. |
---|
69 |
% Noted that software is FREE. |
---|
70 |
% Noted best email address is seawater@ml.csiro.au |
---|
71 |
% Requests for Report also via email to library@ml.csiro.au |
---|
72 |
% |
---|
73 |
% 94/10/12 release 1.2b |
---|
74 |
% ******************** |
---|
75 |
% First official release and announcement on the networks. |
---|
76 |
% |
---|
77 |
|
---|
78 |
more on |
---|
79 |
help sw_new |
---|
80 |
more off |
---|
81 |
|
---|