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/SIMULS_IRCAAM/carte_eof_ircaam_30100_ctl.m

    r15 r16  
     1% 
     2 
    13clear; 
    24load eof_30100_ircaam_ctl.mat 
     
    1517lat=lat(29:43)'; 
    1618 
    17 figure(1); orient('landscape'); 
     19figure(1); 
     20orient('landscape'); 
    1821subplot(3,2,1); 
    1922palette; 
     
    3336colorbar; 
    3437title('OLR EOF1','Fontsize',8); 
    35 hold on; cartemonde; 
     38hold on; 
     39cartemonde; 
    3640set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    3741set (gca,'XTick',[-30:10:30],'XTickLabel',['30W';'20W';'10W';'  0';'10E';'20E';'30E'],'fontname','Arial','fontsize',6); 
    3842set (gca,'tickDir','out'); 
    39 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
    4043 
    41 clear carte1 x y a b carte coco;  
     44clear carte1 x y a b carte coco; 
    4245carte1=C(:,359); 
    4346carte=reshape(carte1,24,15); 
     
    6467 
    6568title('OLR EOF2','Fontsize',8); 
    66 hold on; cartemonde; 
     69hold on; 
     70cartemonde; 
    6771set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    6872set (gca,'XTick',[-30:10:30],'XTickLabel',['30W';'20W';'10W';'  0';'10E';'20E';'30E'],'fontname','Arial','fontsize',6); 
    6973set (gca,'tickDir','out'); 
    7074 
    71 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
    7275clear carte1 x y a b carte coco; 
    7376carte1=C(:,358); 
     
    9396colorbar; 
    9497title('OLR EOF3','Fontsize',8); 
    95 hold on; cartemonde; 
     98hold on; 
     99cartemonde; 
    96100set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    97101set (gca,'XTick',[-30:10:30],'XTickLabel',['30W';'20W';'10W';'  0';'10E';'20E';'30E'],'fontname','Arial','fontsize',6); 
    98102set (gca,'tickDir','out'); 
    99103 
    100  
    101  
    102 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
    103104clear carte1 x y a b carte coco; 
    104105carte1=C(:,357); 
     
    124125colorbar; 
    125126title('OLR EOF4','Fontsize',8); 
    126 hold on; cartemonde; 
     127hold on; 
     128cartemonde; 
    127129set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    128130set (gca,'XTick',[-30:10:30],'XTickLabel',['30W';'20W';'10W';'  0';'10E';'20E';'30E'],'fontname','Arial','fontsize',6); 
    129131set (gca,'tickDir','out'); 
    130  
    131 %%%%%%%%%% 
    132132 
    133133subplot(3,2,4); 
     
    144144 
    145145bar(x,vecteurs,'LineStyle','none') 
    146 axis([0.5 20.5 0 25]);  
     146axis([0.5 20.5 0 25]); 
    147147set (gca,'YTick',[0:5:25],'YTickLabel',[0:5:25],'fontname','Arial','fontsize',6); 
    148148set (gca,'XTick',[2:2:20],'XTickLabel',[2:2:20],'fontname','Arial','fontsize',6); 
    149149set (gca,'tickDir','out'); 
    150150 
    151  
    152  
    153  
    154  
    155151print -depsc2 eof_ircaam_30100_ctl.eps; 
Note: See TracChangeset for help on using the changeset viewer.