Ignore:
File:
1 edited

Legend:

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

    r30 r18  
    66%lon=[-30:2.5:30], lat=[-10:2.5:30] 
    77 
    8 status=load('eof_30100_jjas.mat','C','olr'); 
    9 C=status.C; 
    10 olr=status.olr; 
    11 clear status; 
    12  
     8load eof_30100_jjas.mat; 
    139olr=olr'; 
    1410PC1=olr*C; 
     
    5551cosa23=mean(cosa23); 
    5652cosa23=cosa23'; 
    57 save('eof23_30100.txt','cosa23','-ASCII'); 
     53save eof23_30100.txt cosa23 -ascii; 
    5854std23=std(cosa23); 
    5955cosa23=cosa23/std23; 
     
    8076        figure(2); 
    8177        subplot(4,3,a-11); 
    82      else 
     78    else 
    8379        figure(3); 
    8480        subplot(4,3,a-23); 
    85      end; 
     81     end 
    8682     y1=cosa1(:,a); 
    8783     y2=cosa23(:,a); 
     
    9894     elseif a==13; 
    9995         text(0,65,'OLR 7.5 -12.5N et 10W - 10E'); 
    100      end; 
     96     end 
    10197     set (gca,'tickDir','out'); 
    10298     if a==11; 
     
    117113 
    118114figure(1); 
    119 print('-depsc2','reconstitution1_eof23_30100.eps'); 
     115print -depsc2 reconstitution1_eof23_30100.eps; 
    120116figure(2); 
    121 print('-depsc2','reconstitution2_eof23_30100.eps'); 
     117print -depsc2 reconstitution2_eof23_30100.eps; 
    122118figure(3); 
    123 print('-depsc2','reconstitution3_eof23_30100.eps'); 
     119print -depsc2 reconstitution3_eof23_30100.eps; 
Note: See TracChangeset for help on using the changeset viewer.