Revision 495
(checked in by cbc, 12 years ago)
|
Initial import of Stark code.
|
Line | |
---|
1 |
|
---|
2 |
function c3515 = sw_c3515() |
---|
3 |
|
---|
4 |
% SW_C3515 Conductivity at (35,15,0) |
---|
5 |
%========================================================================= |
---|
6 |
% SW_c3515 $Id: sw_c3515.m,v 1.1 2003/12/12 04:23:22 pen078 Exp $ |
---|
7 |
% % Copyright (C) CSIRO, Phil Morgan 1993. |
---|
8 |
% |
---|
9 |
% USAGE: c3515 = sw_c3515 |
---|
10 |
% |
---|
11 |
% DESCRIPTION: |
---|
12 |
% Returns conductivity at S=35 psu , T=15 C [ITPS 68] and P=0 db). |
---|
13 |
% |
---|
14 |
% INPUT: (none) |
---|
15 |
% |
---|
16 |
% OUTPUT: |
---|
17 |
% c3515 = Conductivity [mmho/cm == mS/cm] |
---|
18 |
% |
---|
19 |
% AUTHOR: Phil Morgan 93-04-17 (morgan@ml.csiro.au) |
---|
20 |
% |
---|
21 |
% DISCLAIMER: |
---|
22 |
% This software is provided "as is" without warranty of any kind. |
---|
23 |
% See the file sw_copy.m for conditions of use and licence. |
---|
24 |
% |
---|
25 |
% REFERENCES: |
---|
26 |
% R.C. Millard and K. Yang 1992. |
---|
27 |
% "CTD Calibration and Processing Methods used by Woods Hole |
---|
28 |
% Oceanographic Institution" Draft April 14, 1992 |
---|
29 |
% (Personal communication) |
---|
30 |
%========================================================================= |
---|
31 |
|
---|
32 |
% CALLER: none |
---|
33 |
% CALLEE: none |
---|
34 |
% |
---|
35 |
|
---|
36 |
c3515 = 42.914; |
---|
37 |
|
---|
38 |
return |
---|
39 |
%------------------------------------------------------------------------- |
---|
40 |
|
---|