Ignore:
Timestamp:
01/06/09 16:22:54 (15 years ago)
Author:
pinsard
Message:

small homogenization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_TROP_eof2_1030.m

    r17 r21  
    7373         if (delta(b+1)<0 && delta(b)>0 && hgt500_eof(b,a)>(hgt500bis)); 
    7474            compteurmax=compteurmax+1; 
    75           hgt500_filtre_compomax(compteurmax,1,:,:)=hgt500(b-20,a,:,:); 
     75            hgt500_filtre_compomax(compteurmax,1,:,:)=hgt500(b-20,a,:,:); 
    7676            hgt500_filtre_compomax(compteurmax,2,:,:)=hgt500(b-19,a,:,:); 
    7777            hgt500_filtre_compomax(compteurmax,3,:,:)=hgt500(b-18,a,:,:); 
     
    200200       if e==4; 
    201201          co=colorbar; 
    202           set(co,'xtick',[-20:10:20],'xticklabel',[-20:10:20],'fontname','Arial','fontsize',6); 
     202          set (co,'xtick',[-20:10:20],'xticklabel',[-20:10:20],'fontname','Arial','fontsize',6); 
    203203       end; 
    204204       hold on; 
     
    208208       axis([-180 180 20 80]); 
    209209       if e==7; 
    210       title('HGT500 composite EOF2 1030j simulation TROP ','fontsize',8) ; 
     210          title('HGT500 composite EOF2 1030j simulation TROP','fontsize',8) ; 
    211211       end 
    212212       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    255255       if e==4; 
    256256          co=colorbar; 
    257           set(co,'xtick',[-20:10:20],'xticklabel',[-20:10:20],'fontname','Arial','fontsize',6); 
     257          set (co,'xtick',[-20:10:20],'xticklabel',[-20:10:20],'fontname','Arial','fontsize',6); 
    258258       end; 
    259259       hold on; 
     
    263263       axis([-180 180 20 80]); 
    264264       if e==7; 
    265            title('HGT500 composite EOF2 1030j simulation TROP','fontsize',8) ; 
     265          title('HGT500 composite EOF2 1030j simulation TROP','fontsize',8) ; 
    266266       end 
    267267       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
Note: See TracChangeset for help on using the changeset viewer.