conv.p.to.d: Convert Pressure to Depth

View source: R/source.physics.r

conv.p.to.dR Documentation

Convert Pressure to Depth

Description

Convert between pressure and depth using UNESCO 1983 coefficients.

Usage

conv.p.to.d(
  p = 10000,
  latitude = 30,
  geo.anom = 0,
  d = NULL,
  rev = FALSE,
  verbose = T
)

Arguments

p

Pressure in db

latitude

Latitude in degrees N

geo.anom

Geopotential anomaly in meters

d

Depth in meters, NULL unless using the function in reverse

rev

Run the function in reverse? (i.e. Depth -> Pressure)

Author(s)

Thomas Bryce Kelly

References

UNESCO 1983


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.