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/climato_olr_AFR.m

    r15 r16  
     1% 
     2 
    13close all; 
    24clear; 
    35 
    46olr=zeros(122,29,64,128); 
    5  
    67 
    78ncload('rlut_d.AfNQIVIV.197106-09.nc','rlut'); 
     
    9798olr1(:,:,:,65:128)=olr(:,:,:,1:64); 
    9899clear olr 
    99 olr=olr1; clear olr1; 
     100olr=olr1; 
     101clear olr1; 
    100102olr=olr(:,:,29:43,54:77); 
    101 olr1(:,:,:)=mean(olr); clear olr; 
    102 olr2(:,:)=mean(olr1); clear olr1; 
     103olr1(:,:,:)=mean(olr); 
     104clear olr; 
     105olr2(:,:)=mean(olr1); 
     106clear olr1; 
    103107 
    104108ncload('rlut_d.AfNQIVIV.199606-09.nc','lat','lon') 
     
    106110lon=lon(54:77); 
    107111lat=lat(29:43)'; 
    108 figure(1); orient('landscape'); subplot(3,2,1); 
     112figure(1); 
     113orient('landscape'); 
     114subplot(3,2,1); 
    109115palette; 
    110116olr2(1,1)=149.999; 
     
    114120colorbar; 
    115121title('OLR mean JJAS AFR nudging','Fontsize',8); 
    116 hold on; cartemonde; 
     122hold on; 
     123cartemonde; 
    117124set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    118125set (gca,'XTick',[-30:10:30],'XTickLabel',['30W';'20W';'10W';'  0';'10E';'20E';'30E'],'fontname','Arial','fontsize',6); 
    119126set (gca,'tickDir','out'); 
    120 axis equal; axis([-30 30 -10 30]); 
     127axis equal; 
     128axis([-30 30 -10 30]); 
    121129climato_olr_CTL; 
    122130title('OLR mean JJAS no nudging','Fontsize',8); 
    123 axis equal; axis([-30 30 -10 30]); 
     131axis equal; 
     132axis([-30 30 -10 30]); 
    124133climato_olr_noaa; 
    125134title('OLR mean JJAS NOAA','Fontsize',8); 
    126 axis equal; axis([-30 30 -10 30]); 
     135axis equal; 
     136axis([-30 30 -10 30]); 
    127137 
    128138print -depsc2 planel_climato_olr.eps 
Note: See TracChangeset for help on using the changeset viewer.