Ratio of Seawater Thermal Expansion Coefficient to Haline Contraction Coefficient
Source:R/sw.R
swAlphaOverBeta.RdCompute \(\alpha/\beta\) using McDougall's (1987) algorithm.
Usage
swAlphaOverBeta(
salinity,
temperature = NULL,
pressure = NULL,
longitude = NULL,
latitude = NULL,
eos = getOption("oceEOS", default = "gsw")
)Arguments
- salinity
either practical salinity (in which case
temperatureandpressuremust be provided) or anoceobject (in which casesalinity, etc. are inferred from the object).- temperature
in-situ temperature (\(^\circ\)C)
- pressure
pressure (dbar)
- longitude
longitude of observation (only used if
eos="gsw"; see “Details”).- latitude
latitude of observation (only used if
eos="gsw"; see “Details”).- eos
equation of state, either
"unesco"or"gsw".
References
The eos="unesco" formulae are based on the UNESCO
equation of state, but are formulated empirically by Trevor J. McDougall,
1987, Neutral Surfaces, Journal of Physical Oceanography, volume 17, pages
1950-1964. The eos="gsw" formulae come from GSW; see references in
the swRho() documentation.
See also
Other functions that calculate seawater properties:
T68fromT90(),
T90fromT48(),
T90fromT68(),
computableWaterProperties(),
locationForGsw(),
swAbsoluteSalinity(),
swAlpha(),
swBeta(),
swCSTp(),
swConservativeTemperature(),
swDepth(),
swDynamicHeight(),
swLapseRate(),
swN2(),
swPressure(),
swRho(),
swRrho(),
swSCTp(),
swSR(),
swSTrho(),
swSigma(),
swSigma0(),
swSigma1(),
swSigma2(),
swSigma3(),
swSigma4(),
swSigmaT(),
swSigmaTheta(),
swSoundAbsorption(),
swSoundSpeed(),
swSpecificHeat(),
swSpice(),
swSpiciness0(),
swSpiciness1(),
swSpiciness2(),
swSstar(),
swTFreeze(),
swTSrho(),
swThermalConductivity(),
swTheta(),
swViscosity(),
swZ()