| 1 | % MITgcm_contrib Matlab routines of Guillaume MAZE | % MITgcm_contrib Matlab routines of Guillaume MAZE | 
| 2 | % | % | 
|  | % Last update: 14/06/2006 |  | 
| 3 | % gmaze@mit.edu | % gmaze@mit.edu | 
| 4 | % | % | 
| 5 |  | % | 
| 6 | % FUNCTIONS LIST: | % FUNCTIONS LIST: | 
| 7 | % | % | 
| 8 | % VOLBET2ISO(TRACER,LIMITS,DEPTH,LAT,LONG) | % VOLBET2ISO(TRACER,LIMITS,DEPTH,LAT,LONG) | 
| 9 | % This function computes the volume limited northward by | % This function computes the volume limited northward by | 
| 10 | % two tracer values and eastward, westward and southward | % two tracer values and eastward, westward and southward | 
| 11 | % by fixed limits. | % by fixed limits. | 
| 12 | % Very simple test available with: VOLBET2ISO_TEST | % Very simple test available with: TEST_VOLBET2ISO | 
| 13 | % | % | 
| 14 | % SURFBET2OUTCROPS(TRACER,LIMITS,LAT,LONG) | % SURFBET2OUTCROPS(TRACER,LIMITS,LAT,LONG) | 
| 15 | % This functions computes the horinzontal surface limited | % This function computes the horizontal surface limited | 
| 16 | % by two outcrops of a tracer. | % by two outcrops of a tracer. | 
| 17 | % Very simple test available with: SURFBET2OUTCROPS_TEST | % 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 | % | % |