Ignore:
Timestamp:
01/06/09 10:53:18 (15 years ago)
Author:
pinsard
Message:

remove trailing blanks, split lines with multiple statements

File:
1 edited

Legend:

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

    r15 r16  
     1% 
    12clear; 
    23close all; 
     
    910clear carte1; 
    1011% defintion des lat et lon 
    11 lon=[-30:2.5:30]';  
     12lon=[-30:2.5:30]'; 
    1213lat=[-10:2.5:30]; 
    1314sauvegrads('eof1_spatial_ER30100',carte,[-30 2.5 -10 2.5]); 
     
    3839clabel(cs,h,'color','k','rotation',0,'fontsize',5); 
    3940 
    40 axis equal; axis([-30 30 -10 30]); 
     41axis equal; 
     42axis([-30 30 -10 30]); 
    4143title('EOF1 OLR filtre ER 30-100j','Fontsize',8); 
    42 hold on; cartemonde1; 
     44hold on; 
     45cartemonde1; 
    4346set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    4447set (gca,'XTick',[-30:10:30],'XTickLabel',['30W';'20W';'10W';'  0';'10E';'20E';'30E'],'fontname','Arial','fontsize',6); 
    4548set (gca,'tickDir','out'); 
    4649 
    47 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
    48  
    49 clear carte1 x y a b carte coco;  
     50clear carte1 x y a b carte coco; 
    5051carte1=C(:,424); 
    5152carte=reshape(carte1,25,17); 
     
    5354 
    5455clear carte1; 
    55 lon=[-30:2.5:30]';  
     56lon=[-30:2.5:30]'; 
    5657lat=[-10:2.5:30]; 
    5758 
     
    8283[cs,h]=contour(lon,lat,-carte,[-0.2:0.04:-0.04],'k:'); 
    8384clabel(cs,h,'color','k','rotation',0,'fontsize',5); 
    84 axis equal; axis([-30 30 -10 30]); 
     85axis equal; 
     86axis([-30 30 -10 30]); 
    8587title('EOF2 OLR filtre ER 30-100j','Fontsize',8); 
    86 hold on; cartemonde1; 
     88hold on; 
     89cartemonde1; 
    8790set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    8891set (gca,'XTick',[-30:10:30],'XTickLabel',['30W';'20W';'10W';'  0';'10E';'20E';'30E'],'fontname','Arial','fontsize',6); 
     
    110113set (gca,'position',[0.13 0.31 0.385 0.15]) ; 
    111114 
    112 subplot(4,2,7);  
    113 %set (gca,'position',[0.13 0.06 0.335 0.15]);  
     115subplot(4,2,7); 
     116%set (gca,'position',[0.13 0.06 0.335 0.15]); 
    114117time_serie_ER_rossby_30100 
    115118set (gca,'position',[0.13 0.05 0.335 0.15]) ; 
Note: See TracChangeset for help on using the changeset viewer.