/[MITgcm]/MITgcm_contrib/ESMF/global_ocean.128x60x15/diags_matlab/mit_globalmovie.m
ViewVC logotype

Contents of /MITgcm_contrib/ESMF/global_ocean.128x60x15/diags_matlab/mit_globalmovie.m

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


Revision 1.1 - (show annotations) (download)
Tue Mar 30 03:58:59 2004 UTC (20 years, 1 month ago) by cnh
Branch: MAIN
CVS Tags: adoption_1_0_pre_A, HEAD
New test with different size

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