--- MITgcm_contrib/gmaze_pv/Contents.m 2006/06/15 15:20:34 1.1 +++ MITgcm_contrib/gmaze_pv/Contents.m 2006/06/15 22:15:55 1.2 @@ -1,21 +1,29 @@ % MITgcm_contrib Matlab routines of Guillaume MAZE % -% Last update: 14/06/2006 % gmaze@mit.edu % +% % FUNCTIONS LIST: % % VOLBET2ISO(TRACER,LIMITS,DEPTH,LAT,LONG) % This function computes the volume limited northward by % two tracer values and eastward, westward and southward % by fixed limits. -% Very simple test available with: VOLBET2ISO_TEST +% Very simple test available with: TEST_VOLBET2ISO % % SURFBET2OUTCROPS(TRACER,LIMITS,LAT,LONG) -% This functions computes the horinzontal surface limited +% This function computes the horizontal surface limited % by two outcrops of a tracer. -% Very simple test available with: SURFBET2OUTCROPS_TEST +% Very simple test available with: TEST_SURFBET2OUTCROPS % +% INTBET2OUTCROPS(TRACER,LIMITS,LAT,LONG) +% This function computes the horizontal surface integral +% of the field TRACER on the area limited by two outcrops. +% Very simple test available with: TEST_INTBET2OUTCROPS % % +% PS: +% Several functions use the m_map package. +% Be sure to get it in the Matlab path. +% (M_MAP is available at: http://www.eos.ubc.ca/~rich/map.html) %