Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mode_sahelien/reconstitution_30100_eof1.m

    r18 r30  
    66%lon=[-30:2.5:30], lat=[-10:2.5:30] 
    77 
    8 load eof_30100_jjas.mat; 
     8status=load('eof_30100_jjas.mat','C','olr'); 
     9C=status.C; 
     10olr=status.olr; 
     11clear status; 
     12 
    913olr=olr'; 
    1014PC1=olr*C; 
     
    5458cosa1=mean(cosa1); 
    5559cosa1=cosa1'; 
    56 save eof1_30100.txt cosa1 -ascii; 
     60save('eof1_30100.txt','cosa1','-ASCII'); 
    5761cosa1=reshape(cosa1,122,28); 
    5862 
     
    7579        figure(2); 
    7680        subplot(4,3,a-11); 
    77     else 
     81     else 
    7882        figure(3); 
    7983        subplot(4,3,a-23); 
    80      end 
     84     end; 
    8185     y2=cosa1(:,a); 
    8286     y4=cosa4(:,a); 
     
    9397     elseif a==13; 
    9498         text(0,65,'OLR 7.5 -12.5N et 10W - 10E'); 
    95      end 
     99     end; 
    96100     set (gca,'tickDir','out'); 
    97101     if a==11; 
     
    112116 
    113117figure(1); 
    114 print -depsc2 reconstitution1_eof1_filtreER_30100.eps; 
     118print('-depsc2','reconstitution1_eof1_filtreER_30100.eps'); 
    115119figure(2); 
    116 print -depsc2 reconstitution2_eof1_filtreER_30100.eps; 
     120print('-depsc2','reconstitution2_eof1_filtreER_30100.eps'); 
    117121figure(3); 
    118 print -depsc2 reconstitution3_eof1_filtreER_30100.eps; 
     122print('-depsc2','reconstitution3_eof1_filtreER_30100.eps'); 
Note: See TracChangeset for help on using the changeset viewer.