% MITgcm_contrib Matlab routines of Guillaume MAZE % % 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: TEST_VOLBET2ISO % % SURFBET2OUTCROPS(TRACER,LIMITS,LAT,LONG) % This function computes the horizontal surface limited % by two outcrops of a tracer. % 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) %