| swZ {oce} | R Documentation |
Vertical Coordinate
Description
Compute height above the surface. This is the negative of depth,
and so is defined simply in terms of swDepth().
Usage
swZ(pressure, latitude = 45, eos = getOption("oceEOS", default = "gsw"))
Arguments
pressure |
either pressure (dbar), in which case |
latitude |
Latitude in |
eos |
indication of formulation to be used, either |
See Also
Other functions that calculate seawater properties:
T68fromT90(),
T90fromT48(),
T90fromT68(),
computableWaterProperties(),
locationForGsw(),
swAbsoluteSalinity(),
swAlphaOverBeta(),
swAlpha(),
swBeta(),
swCSTp(),
swConservativeTemperature(),
swDepth(),
swDynamicHeight(),
swLapseRate(),
swN2(),
swPressure(),
swRho(),
swRrho(),
swSCTp(),
swSR(),
swSTrho(),
swSigma0(),
swSigma1(),
swSigma2(),
swSigma3(),
swSigma4(),
swSigmaTheta(),
swSigmaT(),
swSigma(),
swSoundAbsorption(),
swSoundSpeed(),
swSpecificHeat(),
swSpice(),
swSstar(),
swTFreeze(),
swTSrho(),
swThermalConductivity(),
swTheta(),
swViscosity()