Parent Directory
|
Revision Log
|
Revision Graph
Initial checkin
1 | cnh | 1.1 | % m-file: mit_globalmovie.m |
2 | % plot temperature and salinity fields at that depth | ||
3 | |||
4 | iz = 1; | ||
5 | delay = .5; | ||
6 | disp(['depth = ' num2str(grd.zc(iz))]) | ||
7 | |||
8 | if meanfields | ||
9 | pkt = nt; | ||
10 | else | ||
11 | pkt = kt(1:kmax); | ||
12 | end | ||
13 | |||
14 | mit_globaltsmovie; | ||
15 | mit_globaluvwmovie; | ||
16 | |||
17 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |