| 1 | % MITgcm_contrib Matlab routines of Guillaume MAZE | 
| 2 | % | 
| 3 | % gmaze@mit.edu | 
| 4 | % | 
| 5 | % | 
| 6 | % FUNCTIONS LIST: | 
| 7 | % | 
| 8 | % VOLBET2ISO(TRACER,LIMITS,DEPTH,LAT,LONG) | 
| 9 | % This function computes the volume limited northward by | 
| 10 | % two tracer values and eastward, westward and southward | 
| 11 | % by fixed limits. | 
| 12 | % Very simple test available with: TEST_VOLBET2ISO | 
| 13 | % | 
| 14 | % SURFBET2OUTCROPS(TRACER,LIMITS,LAT,LONG) | 
| 15 | % This function computes the horizontal surface limited | 
| 16 | % by two outcrops of a tracer. | 
| 17 | % Very simple test available with: TEST_SURFBET2OUTCROPS | 
| 18 | % | 
| 19 | % INTBET2OUTCROPS(TRACER,LIMITS,LAT,LONG) | 
| 20 | % This function computes the horizontal surface integral | 
| 21 | % of the field TRACER on the area limited by two outcrops. | 
| 22 | % Very simple test available with: TEST_INTBET2OUTCROPS | 
| 23 | % | 
| 24 | % | 
| 25 | % PS: | 
| 26 | % Several functions use the m_map package. | 
| 27 | % Be sure to get it in the Matlab path. | 
| 28 | % (M_MAP is available at: http://www.eos.ubc.ca/~rich/map.html) | 
| 29 | % |