|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mbari.util.OceanUtil
| 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 |
public static double pressureToDepth(double pressure,
double latitude)
pressure - dbarlatitude - decimal degrees
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||