Ignore:
Timestamp:
01/06/09 12:58:01 (15 years ago)
Author:
pinsard
Message:

squeeze multiple blank lines

File:
1 edited

Legend:

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

    r17 r18  
    8585siz28=siz27+365; siz28bis=siz28+a; % 2000 
    8686 
    87  
    8887olr(:,:,:,1)=olr1(:,:,siz1:siz1bis); % 1979 
    8988olr(:,:,:,2)=olr1(:,:,siz2:siz2bis); % 1980 
     
    115114olr(:,:,:,28)=olr1(:,:,siz28:siz28bis); % 2006 
    116115 
    117  
    118116clear siz1 siz1bis; 
    119117clear siz2 siz2bis; 
     
    169167olr_moy=mean(olrbis); 
    170168 
    171  
    172169for a=1:k; 
    173170   olrbis(a)=(olrbis(a)-olr_moy)/olr_std; 
     
    289286end; 
    290287 
    291  
    292288% on fait la somme des valeurs de olr_filtre sur le nbre d occurences 
    293289% on obtent un tableau de la forme (jours-avant-apres,lon,lat) 
     
    354350       axis([-180 180 -20 40]); 
    355351 
    356  
    357352       if e==7; 
    358353      title('OLR composite EOF234 1030j ITCZ 7.5-12.5 ','fontsize',8) ; 
     
    419414       axis([-180 180 -20 40]); 
    420415 
    421  
    422416       if e==7; 
    423417      title('OLR composite EOF234 1030j ITCZ 7.5-12.5 ','fontsize',8) ; 
Note: See TracChangeset for help on using the changeset viewer.