** Warning **

Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=MITgcm at /usr/local/share/lxr/lib/LXR/Common.pm line 1224.

Last-Modified: Mon, 24 Nov 2024 06:12:06 GMT Content-Type: text/html; charset=utf-8 MITgcm/MITgcm/verification/tutorial_global_oce_latlon/diags_matlab/mit_globaltsmovie.m
Back to home page

MITgcm

 
 

    


Warning, /verification/tutorial_global_oce_latlon/diags_matlab/mit_globaltsmovie.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 
                0002 figure('PaperPosition',[0.31 0.25 10.5 7.88],'PaperOrientation','landscape');
                0003 colormap('default'); cmap = colormap; colormap([.75*ones(1,3); cmap]);
                0004 for k=pkt;
                0005   subplot(2,1,1),imagesc(grd.lonc,grd.latc,t(:,:,iz,k)'); 
                0006   axis xy; axis image; %caxis([-1.5 6]); 
                0007   title(['Temperature, depth = ' num2str(grd.zc(iz))]) 
                0008   subplot(2,1,2),imagesc(grd.lonc,grd.latc,s(:,:,iz,k)'); 
                0009 %  axis xy; axis image; caxis([30 40]);
                0010   axis xy; axis image; caxis([32 37]);
                0011   title(['Salinity, depth = ' num2str(grd.zc(iz))])
                0012   suptitle(['experiment ' dname ', timestep = ' num2str(timesteps(k)) ...
                0013            ', ' tuname ' = ' num2str(tim(k))])
                0014   drawnow; pause(delay); 
                0015 end