| 1 |
% MITgcm_contrib Matlab routines of Guillaume MAZE |
| 2 |
% |
| 3 |
% Last update: 14/06/2006 |
| 4 |
% gmaze@mit.edu |
| 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: VOLBET2ISO_TEST |
| 13 |
% |
| 14 |
% SURFBET2OUTCROPS(TRACER,LIMITS,LAT,LONG) |
| 15 |
% This functions computes the horinzontal surface limited |
| 16 |
% by two outcrops of a tracer. |
| 17 |
% Very simple test available with: SURFBET2OUTCROPS_TEST |
| 18 |
% |
| 19 |
% |
| 20 |
% |
| 21 |
% |