Description Usage Arguments Value Note Author(s) References See Also Examples
View source: R/decibar2depth.r
This function calculates depth in meters from pressure in decibars using Saunders and Fofonoff's method
| 1 | decibar2depth(P, lat, Del = 0, method = "default")
 | 
|  | = pressure, in decibars | 
|  | = degrees latitude | 
|  | = geopotential anomaly (defaults to 0) | 
|  | = valid values include"default", "seabird", and "unesco", although they all appear to be treated the same | 
DEPTH = depth in M
/ UNITS: // PRESSURE P DECIBARS // LATITUDE LAT DEGREES // DEPTH DEPTH METERS // DTN. HEIGHT DEL DYN. METERS (geopotenial anomaly in J/kg:: assume 0) // CHECKVALUE: // 1.) DEPTH = 9712.653 M for P=10000 DECIBARS, LAT=30 DEG, DEL=0 // ABOVE FOR STANDARD OCEAN: T=0 DEG CELSIUS; S=35 (PSS-78) // ———————————————————- // Original fortran code is found in: // UNESCO technical papers in marine science 44 (1983) - // 'Algorithms for computation of fundamental properties of seawater'
unknown, <unknown>@dfo-mpo.gc.ca
http://www.code10.info/index.php?option=com_content&view=article&id=67:calculating-the-depth-from-pressure&catid=54:cat_coding_algorithms_seawater&Itemid=79, http://www.code10.info/index.php?option=com_content&view=article&id=67:calculating-the-depth-from-pressure&catid=54:cat_coding_algorithms_seawater&Itemid=79
Other physical and chemical properties: compute.oxygen.saturation
| 1 2 | decibar2depth(10000,30,0)
[1] 9712.653
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.