| 1 |
gmaze |
1.1 |
% MITgcm_contrib Matlab routines of Guillaume MAZE |
| 2 |
|
|
% |
| 3 |
|
|
% gmaze@mit.edu |
| 4 |
|
|
% |
| 5 |
gmaze |
1.2 |
% |
| 6 |
gmaze |
1.1 |
% 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 |
gmaze |
1.2 |
% Very simple test available with: TEST_VOLBET2ISO |
| 13 |
gmaze |
1.1 |
% |
| 14 |
|
|
% SURFBET2OUTCROPS(TRACER,LIMITS,LAT,LONG) |
| 15 |
gmaze |
1.2 |
% This function computes the horizontal surface limited |
| 16 |
gmaze |
1.1 |
% by two outcrops of a tracer. |
| 17 |
gmaze |
1.2 |
% Very simple test available with: TEST_SURFBET2OUTCROPS |
| 18 |
gmaze |
1.1 |
% |
| 19 |
gmaze |
1.2 |
% 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 |
gmaze |
1.1 |
% |
| 24 |
|
|
% |
| 25 |
gmaze |
1.2 |
% 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 |
gmaze |
1.1 |
% |