/[MITgcm]/MITgcm_contrib/gmaze_pv/Contents.m
ViewVC logotype

Contents of /MITgcm_contrib/gmaze_pv/Contents.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Thu Jun 15 22:15:55 2006 UTC (19 years, 1 month ago) by gmaze
Branch: MAIN
Changes since 1.1: +12 -4 lines
Add function INTBET2OUTCROPS, update others

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 %

  ViewVC Help
Powered by ViewVC 1.1.22