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

Annotation of /MITgcm_contrib/timour_matlab/mscripts/plotq.m

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


Revision 1.1 - (hide 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 edhill 1.1 figure
2     subplot(2,2,1)
3     imagesc(squeeze(q(:,:,15))');colorbar;axis square
4     text(20,20,'q')
5     text(0,(0-Ny/60-15),descriptor)
6     text(1.75*Nx,(0-Ny/60-15),'timestep')
7     text(2.1*Nx,(0-Ny/60-15),it)
8     subplot(2,2,2)
9     imagesc(squeeze(qr(:,:,15))');colorbar;axis square
10     text(20,20,'qr')
11     subplot(2,2,3)
12     imagesc(squeeze(qf(:,:,15))');colorbar;axis square
13     text(20,20,'qf')
14     subplot(2,2,4)
15     imagesc(squeeze(qs(:,:,15))');colorbar;axis square
16     text(20,20,'qs')

  ViewVC Help
Powered by ViewVC 1.1.22