lithostaticpressure

PURPOSE ^

LITHOSTATICPRESSURE - compute the lithostatic pressure

SYNOPSIS ^

function pressure=lithostacticpressure(rho_ice,g,s,z);

DESCRIPTION ^

LITHOSTATICPRESSURE - compute the lithostatic pressure

   Usage:
      pressure=lithostacticpressure(rho_ice,g,surface,z)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function pressure=lithostacticpressure(rho_ice,g,s,z);
0002 %LITHOSTATICPRESSURE - compute the lithostatic pressure
0003 %
0004 %   Usage:
0005 %      pressure=lithostacticpressure(rho_ice,g,surface,z)
0006 
0007 pressure=rho_ice*g*(s-z);

Generated on Sun 29-Mar-2009 20:22:55 by m2html © 2003