/[MITgcm]/MITgcm_contrib/PRM/multi_comp_setup/cg/inputs/plotchimney.m
ViewVC logotype

Annotation of /MITgcm_contrib/PRM/multi_comp_setup/cg/inputs/plotchimney.m

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


Revision 1.1 - (hide annotations) (download)
Tue Oct 10 18:17:27 2006 UTC (19 years, 10 months ago) by cnh
Branch: MAIN
Branch point for: Initial
Initial revision

1 cnh 1.1 tstart=0;
2     tint=60;
3     tend=480;
4     nt=size([tstart:tint:tend]);
5    
6     figure
7    
8     for i=tstart:tint:tend
9    
10     subplot(4,3,(i+120)/60);
11     fnam=sprintf('T.%10.10d',i);
12    
13     cd /DATA/d31/helen/PRM/MITgcm-r1p8/verification/chimney_coarse/run
14     tc=rdmds(fnam);
15     cd /DATA/d31/helen/PRM/MITgcm-r1p8/verification/nplumesIII/1010
16     tp=rdmds(fnam)
17    
18     imagesc(squeeze(tc(10,:,:))');caxis([min(min(tp)) 20]);
19     axis square;colorbar('horiz');
20     set(gca,'XTickLabels',[]);set(gca,'YTickLabels',[])
21     hours=i/60;
22     title([num2str(hours) ' hours']);
23     end
24    

  ViewVC Help
Powered by ViewVC 1.1.22