Back to home page

MITgcm

 
 

    


Warning, /verification/tutorial_global_oce_latlon/diags_matlab/mit_globalmovie.m is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
051ee7f715 Jean*0001 % m-file: mit_globalmovie.m
                0002 % plot temperature and salinity fields at that depth
                0003 
                0004 iz = 1;
                0005 delay = .5;
                0006 disp(['depth = ' num2str(grd.zc(iz))])
                0007 
                0008 if meanfields
                0009   pkt = nt;
                0010 else
                0011   pkt = kt(1:kmax);
                0012 end
                0013 
                0014 mit_globaltsmovie;
                0015 mit_globaluvwmovie;
                0016 
                0017