Parent Directory
| 
 Revision Log
| 
 Revision Graph
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 |