gsw_SP_from_Sstar

Practical Salinity from Preformed Salinity

Contents

USAGE:

[SP, in_ocean] = gsw_SP_from_Sstar(Sstar,p,long,lat)

DESCRIPTION:

Calculates Practical Salinity from Preformed Salinity.
TEOS-10
Click for a more detailed description of calculating
Practical Salinity from Preformed Salinity.

INPUT:

Sstar  =  Preformed Salinity                                    [ g/kg ]
p      =  sea pressure                                          [ dbar ]
          ( ie. absolute pressure - 10.1325 dbar )
long   =  longitude in decimal degrees                    [ 0 ... +360 ]
                                                   or  [ -180 ... +180 ]
lat    =  latitude in decimal degrees north              [ -90 ... +90 ]
p, lat and long may have dimensions 1x1 or Mx1 or 1xN or MxN,
where Sstar is MxN.

OUTPUT:

SP        =  Practical Salinity  (PSS-78)                   [ unitless ]
in_ocean  =  0, if long and lat are a long way from the ocean
          =  1, if long and lat are in the ocean
  Note. This flag is only set when the observation is well and truly on
    dry land; often the warning flag is not set until one is several 
    hundred kilometres inland from the coast. 

EXAMPLE:

Sstar = [34.7115; 34.8912; 35.0247; 34.8436; 34.7291; 34.7197;]
p =     [     10;      50;     125;     250;     600;    1000;]
lat =   [      4;       4;       4;       4;       4;       4;]
long =  [    188;     188;     188;     188;     188;     188;]
If the profile data refers to one location (one station) is it
acceptable to enter the station location once.
(i.e. the following will produce the same result as the input above).
Sstar = [34.7115; 34.8912; 35.0247; 34.8436; 34.7291; 34.7197;]
p =     [     10;      50;     125;     250;     600;    1000;]
lat =   4;
long =  188;
[SP, in_ocean] = gsw_SP_from_Sstar(Sstar,p,long,lat)
SP =                             in_ocean =
  34.548646570969929                  1
  34.727538423586189                  1
  34.860549501859502                  1
  34.681006826476434                  1
  34.568065697992346                  1
  34.560023926979518                  1

AUTHOR:

Trevor McDougall and Paul Barker        [ help@teos-10.org ]

VERSION NUMBER:

3.01 (23rd May, 2011)

REFERENCES:

IOC, SCOR and IAPSO, 2010: The international thermodynamic equation of
 seawater - 2010: Calculation and use of thermodynamic properties.
 Intergovernmental Oceanographic Commission, Manuals and Guides No. 56,
 UNESCO (English), 196 pp.  Available from the TEOS-10 web site.
  See section 2.5 and appendices A.4 and A.5 of this TEOS-10 Manual.
The software is available from http://www.TEOS-10.org