Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mode_sahelien/reconstitution_30100_eof23.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; 
     
    5155cosa23=mean(cosa23); 
    5256cosa23=cosa23'; 
    53 save eof23_30100.txt cosa23 -ascii; 
     57save('eof23_30100.txt','cosa23','-ASCII'); 
    5458std23=std(cosa23); 
    5559cosa23=cosa23/std23; 
     
    7680        figure(2); 
    7781        subplot(4,3,a-11); 
    78     else 
     82     else 
    7983        figure(3); 
    8084        subplot(4,3,a-23); 
    81      end 
     85     end; 
    8286     y1=cosa1(:,a); 
    8387     y2=cosa23(:,a); 
     
    9498     elseif a==13; 
    9599         text(0,65,'OLR 7.5 -12.5N et 10W - 10E'); 
    96      end 
     100     end; 
    97101     set (gca,'tickDir','out'); 
    98102     if a==11; 
     
    113117 
    114118figure(1); 
    115 print -depsc2 reconstitution1_eof23_30100.eps; 
     119print('-depsc2','reconstitution1_eof23_30100.eps'); 
    116120figure(2); 
    117 print -depsc2 reconstitution2_eof23_30100.eps; 
     121print('-depsc2','reconstitution2_eof23_30100.eps'); 
    118122figure(3); 
    119 print -depsc2 reconstitution3_eof23_30100.eps; 
     123print('-depsc2','reconstitution3_eof23_30100.eps'); 
Note: See TracChangeset for help on using the changeset viewer.