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

Annotation of /MITgcm_contrib/ESMF/global_ocean.128x64x15/diags_matlab/mit_globalmovie.m

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


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Sun Feb 15 22:28:30 2004 UTC (21 years, 5 months ago) by cnh
Branch: MAIN, Initial
CVS Tags: adoption_1_0_pre_A, Baseline, HEAD
Changes since 1.1: +0 -0 lines
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