/[MITgcm]/MITgcm_contrib/timour_matlab/mscripts/plotmeanq.m
ViewVC logotype

Contents of /MITgcm_contrib/timour_matlab/mscripts/plotmeanq.m

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


Revision 1.1 - (show annotations) (download)
Wed Sep 3 21:22:22 2003 UTC (21 years, 10 months ago) by edhill
Branch: MAIN
CVS Tags: HEAD
initial checkin of Timour's MatLAB scripts

1 figure
2 subplot(2,2,1)
3 imagesc(meanq(:,:,2));colorbar;axis square
4 text(0,(0-Ny/60-15),descriptor)
5 text(1.75*Nx,(0-Ny/60-15),'timestep')
6 text(2.1*Nx,(0-Ny/60-15),int2str(eval(itstart)))
7 text(2.4*Nx,(0-Ny/60-15),'to')
8 text(2.5*Nx,(0-Ny/60-15),int2str(eval(itend)))
9 %title('mean q')
10 subplot(2,2,2)
11 imagesc(meanqr(:,:,2));colorbar;axis square
12 %title('mean qr')
13 subplot(2,2,3)
14 imagesc(meanqf(:,:,2));colorbar;axis square
15 %title('mean qf')
16 subplot(2,2,4)
17 imagesc(meanqs(:,:,2));colorbar;axis square
18 %title('mean qs')

  ViewVC Help
Powered by ViewVC 1.1.22