/[MITgcm]/MITgcm_contrib/osse/utils/dispens.m
ViewVC logotype

Annotation of /MITgcm_contrib/osse/utils/dispens.m

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


Revision 1.2 - (hide annotations) (download)
Wed Jun 16 21:13:32 2004 UTC (21 years, 1 month ago) by afe
Branch: MAIN
Changes since 1.1: +1 -5 lines
changed to new variables in ensavg

1 afe 1.1 z=15;
2    
3    
4     xframe=6;
5     yframe=5;
6 afe 1.2 var=reshape(mem(:,V,:),[nx ny nz nens]);
7 afe 1.1
8     for i=1:nens
9     subplot(yframe,xframe,i);
10     imagesc(var(:,:,z,i));colorbar;
11     title(sprintf('%s%i','member ',i));
12     end
13    

  ViewVC Help
Powered by ViewVC 1.1.22