org.mbari.util
Class OceanUtil

java.lang.Object
  extended byorg.mbari.util.OceanUtil

public class OceanUtil
extends java.lang.Object


Method Summary
static double pressureToDepth(double pressure, double latitude)
          Calculate ocean depth from measured pressure and latitude.
Example: depth_(5000,36) -> 4906.08
depth_(1000,90) -> 9674.23 UNESCO 44 p28

Note: For more accurate results an additional factor of the ratio of the actual geopotential anomaly/gravity must be added.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

pressureToDepth

public static double pressureToDepth(double pressure,
                                     double latitude)
Calculate ocean depth from measured pressure and latitude.
Example: depth_(5000,36) -> 4906.08
depth_(1000,90) -> 9674.23 UNESCO 44 p28

Note: For more accurate results an additional factor of the ratio of the actual geopotential anomaly/gravity must be added. This correction will be less than 2 m.

Parameters:
pressure - dbar
latitude - decimal degrees
Returns: