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_AFR_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,:,:); 
     
    220220       if e==4; 
    221221          co=colorbar; 
    222           set(co,'ytick',[-50:5:50],'yticklabel',[-50:5:50],'fontname','Arial','fontsize',5); 
     222          set (co,'ytick',[-50:5:50],'yticklabel',[-50:5:50],'fontname','Arial','fontsize',5); 
    223223       end; 
    224224       hold on; 
     
    228228       axis([-180 180 20 80]); 
    229229       if e==7; 
    230           title('HGT500 composite EOF2 1030j simulation AFR ','fontsize',8) ; 
     230          title('HGT500 composite EOF2 1030j simulation AFR','fontsize',8) ; 
    231231       end 
    232232       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    280280       if e==4; 
    281281          co=colorbar; 
    282           set(co,'ytick',[-40:20:40],'yticklabel',[-40:20:40],'fontname','Arial','fontsize',5); 
     282          set (co,'ytick',[-40:20:40],'yticklabel',[-40:20:40],'fontname','Arial','fontsize',5); 
    283283       end; 
    284284       hold on; 
     
    288288       axis([-180 180 20 80]); 
    289289       if e==7; 
    290            title('HGT500 composite EOF2 1030j simulation AFR','fontsize',8) ; 
     290          title('HGT500 composite EOF2 1030j simulation AFR','fontsize',8) ; 
    291291       end 
    292292       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
Note: See TracChangeset for help on using the changeset viewer.