Changeset 21


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

small homogenization

Location:
trunk/src
Files:
62 edited

Legend:

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

    r18 r21  
    111111olr1(:,:,:,1:64)=olr(:,:,:,65:128); 
    112112olr1(:,:,:,65:128)=olr(:,:,:,1:64); 
    113 clear olr 
     113clear olr; 
    114114olr=olr1; 
    115115clear olr1; 
     
    120120% 122 30 15 24 
    121121olr1=olr(31:122,:,:,:); 
    122 clear olr 
     122clear olr; 
    123123olr(:,:,:)=mean(olr1); 
    124124clear olr1; 
  • trunk/src/SIMULS_IRCAAM/climato_olr_AFR.m

    r16 r21  
    9797olr1(:,:,:,1:64)=olr(:,:,:,65:128); 
    9898olr1(:,:,:,65:128)=olr(:,:,:,1:64); 
    99 clear olr 
     99clear olr; 
    100100olr=olr1; 
    101101clear olr1; 
  • trunk/src/SIMULS_IRCAAM/climato_olr_CTL.m

    r16 r21  
    9898olr1(:,:,:,1:64)=olr(:,:,:,65:128); 
    9999olr1(:,:,:,65:128)=olr(:,:,:,1:64); 
    100 clear olr 
     100clear olr; 
    101101olr=olr1; 
    102102clear olr1; 
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_AFR_eof1_1030.m

    r17 r21  
    7373         if (delta(b+1)<0 && delta(b)<0 && delta(b-1)>0 && delta(b-2)>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,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
     202          set (co,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
    203203       end; 
    204204       hold on; 
     
    208208       axis([-180 180 20 80]); 
    209209       if e==7; 
    210           title('HGT500 composite EOF1 1030j simulation AFR ','fontsize',8) ; 
     210          title('HGT500 composite EOF1 1030j simulation AFR','fontsize',8) ; 
    211211       end 
    212212       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    255255       if e==4; 
    256256          co=colorbar; 
    257           set(co,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
     257          set (co,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
    258258       end; 
    259259       hold on; 
     
    263263       axis([-180 180 20 80]); 
    264264       if e==7; 
    265            title('HGT500 composite EOF1 1030j simulation AFR','fontsize',8) ; 
     265          title('HGT500 composite EOF1 1030j simulation AFR','fontsize',8) ; 
    266266       end 
    267267       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_AFR_eof1_30100.m

    r17 r21  
    7373         if (delta(b+1)<0 && delta(b)<0 && delta(b-1)>0 && delta(b-2)>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,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
     202          set (co,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
    203203       end; 
    204204       hold on; 
     
    208208       axis([-180 180 20 80]); 
    209209       if e==7; 
    210           title('HGT500 composite EOF1 30100j simulation AFR ','fontsize',8) ; 
     210          title('HGT500 composite EOF1 30100j simulation AFR','fontsize',8) ; 
    211211       end 
    212212       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    255255       if e==4; 
    256256          co=colorbar; 
    257           set(co,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
     257          set (co,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
    258258       end; 
    259259       hold on; 
     
    263263       axis([-180 180 20 80]); 
    264264       if e==7; 
    265            title('HGT500 composite EOF1 30100j simulation AFR','fontsize',8) ; 
     265          title('HGT500 composite EOF1 30100j simulation AFR','fontsize',8) ; 
    266266       end 
    267267       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • 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); 
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_AFR_eof2_1030_min.m

    r17 r21  
    226226       if e==4; 
    227227          co=colorbar; 
    228           set(co,'ytick',[-50:5:50],'yticklabel',[-50:5:50],'fontname','Arial','fontsize',5); 
     228          set (co,'ytick',[-50:5:50],'yticklabel',[-50:5:50],'fontname','Arial','fontsize',5); 
    229229       end; 
    230230       hold on; 
     
    234234       axis([-180 180 20 80]); 
    235235       if e==7; 
    236           title('HGT500 composite EOF2 1030j simulation AFR ','fontsize',8) ; 
     236          title('HGT500 composite EOF2 1030j simulation AFR','fontsize',8) ; 
    237237       end 
    238238       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    288288       if e==4; 
    289289          co=colorbar; 
    290           set(co,'ytick',[-40:20:40],'yticklabel',[-40:20:40],'fontname','Arial','fontsize',5); 
     290          set (co,'ytick',[-40:20:40],'yticklabel',[-40:20:40],'fontname','Arial','fontsize',5); 
    291291       end; 
    292292       hold on; 
     
    296296       axis([-180 180 20 80]); 
    297297       if e==7; 
    298            title('HGT500 composite EOF2 1030j simulation AFR','fontsize',8) ; 
     298          title('HGT500 composite EOF2 1030j simulation AFR','fontsize',8) ; 
    299299       end 
    300300       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_AFR_eof2_30100.m

    r17 r21  
    7373         if (delta(b+1)<0 && delta(b)<0 && delta(b-1)>0 && delta(b-2)>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,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
     202          set (co,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
    203203       end; 
    204204       hold on; 
     
    208208       axis([-180 180 20 80]); 
    209209       if e==7; 
    210       title('HGT500 composite EOF2 30100j simulation AFR ','fontsize',8) ; 
     210          title('HGT500 composite EOF2 30100j simulation AFR','fontsize',8) ; 
    211211       end 
    212212       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    255255       if e==4; 
    256256          co=colorbar; 
    257           set(co,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
     257          set (co,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
    258258       end; 
    259259       hold on; 
     
    263263       axis([-180 180 20 80]); 
    264264       if e==7; 
    265            title('HGT500 composite EOF2 30100j simulation AFR','fontsize',8) ; 
     265          title('HGT500 composite EOF2 30100j simulation AFR','fontsize',8) ; 
    266266       end 
    267267       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_TROP_eof1_1030.m

    r17 r21  
    7373         if (delta(b+1)<0 && delta(b)<0 && delta(b-1)>0 && delta(b-2)>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 EOF1 1030j simulation TROP ','fontsize',8) ; 
     210          title('HGT500 composite EOF1 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 EOF1 1030j simulation TROP','fontsize',8) ; 
     265          title('HGT500 composite EOF1 1030j simulation TROP','fontsize',8) ; 
    266266       end 
    267267       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_TROP_eof1_30100.m

    r17 r21  
    7373         if (delta(b+1)<0 && delta(b)<0 && delta(b-1)>0 && delta(b-2)>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,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
     202          set (co,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
    203203       end; 
    204204       hold on; 
     
    208208       axis([-180 180 20 80]); 
    209209       if e==7; 
    210       title('HGT500 composite EOF1 30100j simulation TROP ','fontsize',8) ; 
     210          title('HGT500 composite EOF1 30100j simulation TROP','fontsize',8) ; 
    211211       end 
    212212       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    255255       if e==4; 
    256256          co=colorbar; 
    257           set(co,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
     257          set (co,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
    258258       end; 
    259259       hold on; 
     
    263263       axis([-180 180 20 80]); 
    264264       if e==7; 
    265            title('HGT500 composite EOF1 30100j simulation TROP','fontsize',8) ; 
     265          title('HGT500 composite EOF1 30100j simulation TROP','fontsize',8) ; 
    266266       end 
    267267       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • 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); 
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_TROP_eof2_30100.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,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
     202          set (co,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
    203203       end; 
    204204       hold on; 
     
    208208       axis([-180 180 20 80]); 
    209209       if e==7; 
    210       title('HGT500 composite EOF2 30100j simulation TROP ','fontsize',8) ; 
     210          title('HGT500 composite EOF2 30100j simulation TROP','fontsize',8) ; 
    211211       end 
    212212       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    255255       if e==4; 
    256256          co=colorbar; 
    257           set(co,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
     257          set (co,'ytick',[-80:40:80],'yticklabel',[-80:40:80],'fontname','Arial','fontsize',5); 
    258258       end; 
    259259       hold on; 
     
    263263       axis([-180 180 20 80]); 
    264264       if e==7; 
    265            title('HGT500 composite EOF2 30100j simulation TROP','fontsize',8) ; 
     265          title('HGT500 composite EOF2 30100j simulation TROP','fontsize',8) ; 
    266266       end 
    267267       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_olr_AFR_eof1_1030.m

    r18 r21  
    9191 
    9292ncload('rlut_d.AfNQIVIV.200006-09.nc','rlut','lat','lon'); 
    93 olr(:,29,:,:)=rlut; 
    94 clear rlut; 
     93olr(:,29,:,:)=rlut; clear rlut; 
    9594 
    9695% selction du domaine geographique 
     
    135134         if (delta(b+1)<0 && delta(b)>0 && olr_eof(b,a)>(olrbis)); 
    136135            compteurmax=compteurmax+1; 
    137           olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
     136            olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
    138137            olr_filtre_compomax(compteurmax,2,:,:)=olr1(b-19,a,:,:); 
    139138            olr_filtre_compomax(compteurmax,3,:,:)=olr1(b-18,a,:,:); 
     
    277276       if e==4; 
    278277          co=colorbar; 
    279           set(co,'xtick',[-20:10:20],'xticklabel',[-20:10:20],'fontname','Arial','fontsize',6); 
     278          set (co,'xtick',[-20:10:20],'xticklabel',[-20:10:20],'fontname','Arial','fontsize',6); 
    280279       end; 
    281280       hold on; 
     
    285284       axis([-180 180 -20 40]); 
    286285       if e==7; 
    287           title('OLR composite EOF1 1030j simulation AFR ','fontsize',8) ; 
     286          title('OLR composite EOF1 1030j simulation AFR','fontsize',8) ; 
    288287       end 
    289288       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    339338       if e==4; 
    340339          co=colorbar; 
    341           set(co,'xtick',[-20:10:20],'xticklabel',[-20:10:20],'fontname','Arial','fontsize',6); 
     340          set (co,'xtick',[-20:10:20],'xticklabel',[-20:10:20],'fontname','Arial','fontsize',6); 
    342341       end; 
    343342       hold on; 
     
    347346       axis([-180 180 -20 40]); 
    348347       if e==7; 
    349            title('OLR composite EOF1 1030j simulation AFR','fontsize',8) ; 
     348          title('OLR composite EOF1 1030j simulation AFR','fontsize',8) ; 
    350349       end 
    351350       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_olr_AFR_eof1_30100.m

    r18 r21  
    134134         if (delta(b+1)<0 && delta(b)>0 && olr_eof(b,a)>(olrbis)); 
    135135            compteurmax=compteurmax+1; 
    136           olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
     136            olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
    137137            olr_filtre_compomax(compteurmax,2,:,:)=olr1(b-19,a,:,:); 
    138138            olr_filtre_compomax(compteurmax,3,:,:)=olr1(b-18,a,:,:); 
     
    284284       axis([-180 180 -20 40]); 
    285285       if e==7; 
    286       title('OLR composite EOF1 30100j simulation AFR ','fontsize',8) ; 
     286          title('OLR composite EOF1 30100j simulation AFR','fontsize',8) ; 
    287287       end 
    288288       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    346346       axis([-180 180 -20 40]); 
    347347       if e==7; 
    348            title('OLR composite EOF1 30100j simulation AFR','fontsize',8) ; 
     348          title('OLR composite EOF1 30100j simulation AFR','fontsize',8) ; 
    349349       end 
    350350       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_olr_AFR_eof2_1030.m

    r18 r21  
    134134         if (delta(b+1)<0 && delta(b)>0 && olr_eof(b,a)>(olrbis)); 
    135135            compteurmax=compteurmax+1; 
    136           olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
     136            olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
    137137            olr_filtre_compomax(compteurmax,2,:,:)=olr1(b-19,a,:,:); 
    138138            olr_filtre_compomax(compteurmax,3,:,:)=olr1(b-18,a,:,:); 
     
    288288       axis([-180 180 -20 40]); 
    289289       if e==7; 
    290       title('OLR composite EOF2 1030j simulation AFR ','fontsize',8) ; 
     290          title('OLR composite EOF2 1030j simulation AFR','fontsize',8) ; 
    291291       end 
    292292       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    351351       axis([-180 180 -20 40]); 
    352352       if e==7; 
    353            title('OLR composite EOF2 1030j simulation AFR','fontsize',8) ; 
     353          title('OLR composite EOF2 1030j simulation AFR','fontsize',8) ; 
    354354       end 
    355355       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_olr_AFR_eof2_30100.m

    r18 r21  
    134134         if (delta(b+1)<0 && delta(b)>0 && olr_eof(b,a)>(olrbis)); 
    135135            compteurmax=compteurmax+1; 
    136           olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
     136            olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
    137137            olr_filtre_compomax(compteurmax,2,:,:)=olr1(b-19,a,:,:); 
    138138            olr_filtre_compomax(compteurmax,3,:,:)=olr1(b-18,a,:,:); 
     
    284284       axis([-180 180 -20 40]); 
    285285       if e==7; 
    286       title('OLR composite EOF2 30100j simulation AFR ','fontsize',8) ; 
     286          title('OLR composite EOF2 30100j simulation AFR','fontsize',8) ; 
    287287       end 
    288288       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    346346       axis([-180 180 -20 40]); 
    347347       if e==7; 
    348            title('OLR composite EOF2 30100j simulation AFR','fontsize',8) ; 
     348          title('OLR composite EOF2 30100j simulation AFR','fontsize',8) ; 
    349349       end 
    350350       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_olr_AS_eof1_1030.m

    r18 r21  
    285285       axis([-180 180 -20 40]); 
    286286       if e==7; 
    287       title('OLR composite EOF1 1030j simulation AS ','fontsize',8) ; 
     287          title('OLR composite EOF1 1030j simulation AS','fontsize',8) ; 
    288288       end 
    289289       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    347347       axis([-180 180 -20 40]); 
    348348       if e==7; 
    349            title('OLR composite EOF1 1030j simulation AS','fontsize',8) ; 
     349          title('OLR composite EOF1 1030j simulation AS','fontsize',8) ; 
    350350       end 
    351351       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_olr_AS_eof1_30100.m

    r18 r21  
    135135         if (delta(b+1)<0 && delta(b)>0 && olr_eof(b,a)>(olrbis)); 
    136136            compteurmax=compteurmax+1; 
    137           olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
     137            olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
    138138            olr_filtre_compomax(compteurmax,2,:,:)=olr1(b-19,a,:,:); 
    139139            olr_filtre_compomax(compteurmax,3,:,:)=olr1(b-18,a,:,:); 
     
    285285       axis([-180 180 -20 40]); 
    286286       if e==7; 
    287       title('OLR composite EOF1 30100j simulation AS ','fontsize',8) ; 
     287          title('OLR composite EOF1 30100j simulation AS','fontsize',8) ; 
    288288       end 
    289289       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    347347       axis([-180 180 -20 40]); 
    348348       if e==7; 
    349            title('OLR composite EOF1 30100j simulation AS','fontsize',8) ; 
     349          title('OLR composite EOF1 30100j simulation AS','fontsize',8) ; 
    350350       end 
    351351       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_olr_AS_eof2_1030.m

    r18 r21  
    135135         if (delta(b+1)<0 && delta(b)>0 && olr_eof(b,a)>(olrbis)); 
    136136            compteurmax=compteurmax+1; 
    137           olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
     137            olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
    138138            olr_filtre_compomax(compteurmax,2,:,:)=olr1(b-19,a,:,:); 
    139139            olr_filtre_compomax(compteurmax,3,:,:)=olr1(b-18,a,:,:); 
     
    285285       axis([-180 180 -20 40]); 
    286286       if e==7; 
    287       title('OLR composite EOF2 1030j simulation AS ','fontsize',8) ; 
     287          title('OLR composite EOF2 1030j simulation AS','fontsize',8) ; 
    288288       end 
    289289       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    347347       axis([-180 180 -20 40]); 
    348348       if e==7; 
    349            title('OLR composite EOF2 1030j simulation AS','fontsize',8) ; 
     349          title('OLR composite EOF2 1030j simulation AS','fontsize',8) ; 
    350350       end 
    351351       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_olr_AS_eof2_30100.m

    r18 r21  
    135135         if (delta(b+1)<0 && delta(b)>0 && olr_eof(b,a)>(olrbis)); 
    136136            compteurmax=compteurmax+1; 
    137           olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
     137            olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
    138138            olr_filtre_compomax(compteurmax,2,:,:)=olr1(b-19,a,:,:); 
    139139            olr_filtre_compomax(compteurmax,3,:,:)=olr1(b-18,a,:,:); 
     
    285285       axis([-180 180 -20 40]); 
    286286       if e==7; 
    287           title('OLR composite EOF2 30100j simulation AS ','fontsize',8) ; 
     287          title('OLR composite EOF2 30100j simulation AS','fontsize',8) ; 
    288288       end 
    289289       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    347347       axis([-180 180 -20 40]); 
    348348       if e==7; 
    349            title('OLR composite EOF2 30100j simulation AS','fontsize',8) ; 
     349          title('OLR composite EOF2 30100j simulation AS','fontsize',8) ; 
    350350       end 
    351351       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_olr_CTL_eof1_1030.m

    r18 r21  
    137137         if (delta(b+1)<0 && delta(b)>0 && olr_eof(b,a)>(olrbis)); 
    138138            compteurmax=compteurmax+1; 
    139           olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
     139            olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
    140140            olr_filtre_compomax(compteurmax,2,:,:)=olr1(b-19,a,:,:); 
    141141            olr_filtre_compomax(compteurmax,3,:,:)=olr1(b-18,a,:,:); 
     
    287287       axis([-180 180 -20 40]); 
    288288       if e==7; 
    289       title('OLR composite EOF1 1030j simulation CTL ','fontsize',8) ; 
     289          title('OLR composite EOF1 1030j simulation CTL','fontsize',8) ; 
    290290       end 
    291291       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    349349       axis([-180 180 -20 40]); 
    350350       if e==7; 
    351            title('OLR composite EOF1 1030j simulation CTL','fontsize',8) ; 
     351          title('OLR composite EOF1 1030j simulation CTL','fontsize',8) ; 
    352352       end 
    353353       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_olr_CTL_eof1_30100.m

    r18 r21  
    136136         if (delta(b+1)<0 && delta(b)>0 && olr_eof(b,a)>(olrbis)); 
    137137            compteurmax=compteurmax+1; 
    138           olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
     138            olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
    139139            olr_filtre_compomax(compteurmax,2,:,:)=olr1(b-19,a,:,:); 
    140140            olr_filtre_compomax(compteurmax,3,:,:)=olr1(b-18,a,:,:); 
     
    286286       axis([-180 180 -20 40]); 
    287287       if e==7; 
    288       title('OLR composite EOF1 30100j simulation CTL ','fontsize',8) ; 
     288          title('OLR composite EOF1 30100j simulation CTL','fontsize',8) ; 
    289289       end 
    290290       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    348348       axis([-180 180 -20 40]); 
    349349       if e==7; 
    350            title('OLR composite EOF1 30100j simulation CTL','fontsize',8) ; 
     350          title('OLR composite EOF1 30100j simulation CTL','fontsize',8) ; 
    351351       end 
    352352       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_olr_CTL_eof2_1030.m

    r18 r21  
    136136         if (delta(b+1)<0 && delta(b)>0 && olr_eof(b,a)>(olrbis)); 
    137137            compteurmax=compteurmax+1; 
    138           olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
     138            olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
    139139            olr_filtre_compomax(compteurmax,2,:,:)=olr1(b-19,a,:,:); 
    140140            olr_filtre_compomax(compteurmax,3,:,:)=olr1(b-18,a,:,:); 
     
    286286       axis([-180 180 -20 40]); 
    287287       if e==7; 
    288       title('OLR composite EOF2 1030j simulation CTL ','fontsize',8) ; 
     288          title('OLR composite EOF2 1030j simulation CTL','fontsize',8) ; 
    289289       end 
    290290       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    348348       axis([-180 180 -20 40]); 
    349349       if e==7; 
    350            title('OLR composite EOF2 1030j simulation CTL','fontsize',8) ; 
     350          title('OLR composite EOF2 1030j simulation CTL','fontsize',8) ; 
    351351       end 
    352352       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_olr_CTL_eof2_30100.m

    r18 r21  
    136136         if (delta(b+1)<0 && delta(b)>0 && olr_eof(b,a)>(olrbis)); 
    137137            compteurmax=compteurmax+1; 
    138           olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
     138            olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
    139139            olr_filtre_compomax(compteurmax,2,:,:)=olr1(b-19,a,:,:); 
    140140            olr_filtre_compomax(compteurmax,3,:,:)=olr1(b-18,a,:,:); 
     
    286286       axis([-180 180 -20 40]); 
    287287       if e==7; 
    288           title('OLR composite EOF2 30100j simulation CTL ','fontsize',8) ; 
     288          title('OLR composite EOF2 30100j simulation CTL','fontsize',8) ; 
    289289       end 
    290290       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    348348       axis([-180 180 -20 40]); 
    349349       if e==7; 
    350            title('OLR composite EOF2 30100j simulation CTL','fontsize',8) ; 
     350          title('OLR composite EOF2 30100j simulation CTL','fontsize',8) ; 
    351351       end 
    352352       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_olr_TR_eof1_1030.m

    r18 r21  
    135135         if (delta(b+1)<0 && delta(b)>0 && olr_eof(b,a)>(olrbis)); 
    136136            compteurmax=compteurmax+1; 
    137           olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
     137            olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
    138138            olr_filtre_compomax(compteurmax,2,:,:)=olr1(b-19,a,:,:); 
    139139            olr_filtre_compomax(compteurmax,3,:,:)=olr1(b-18,a,:,:); 
     
    283283       axis([-180 180 -20 40]); 
    284284       if e==7; 
    285       title('OLR composite EOF1 1030j simulation TR ','fontsize',8) ; 
     285          title('OLR composite EOF1 1030j simulation TR','fontsize',8) ; 
    286286       end 
    287287       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    345345       axis([-180 180 -20 40]); 
    346346       if e==7; 
    347            title('OLR composite EOF1 1030j simulation TR','fontsize',8) ; 
     347          title('OLR composite EOF1 1030j simulation TR','fontsize',8) ; 
    348348       end 
    349349       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_olr_TR_eof1_30100.m

    r17 r21  
    143143         if (delta(b+1)<0 && delta(b)>0 && olr_eof(b,a)>1); 
    144144            compteurmax=compteurmax+1; 
    145           olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
     145            olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
    146146            olr_filtre_compomax(compteurmax,2,:,:)=olr1(b-19,a,:,:); 
    147147            olr_filtre_compomax(compteurmax,3,:,:)=olr1(b-18,a,:,:); 
     
    291291       axis([-180 180 -20 40]); 
    292292       if e==7; 
    293       title('OLR composite EOF1 30100j simulation TR ','fontsize',8) ; 
     293          title('OLR composite EOF1 30100j simulation TR','fontsize',8) ; 
    294294       end 
    295295       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    353353       axis([-180 180 -20 40]); 
    354354       if e==7; 
    355            title('OLR composite EOF1 30100j simulation TR','fontsize',8) ; 
     355          title('OLR composite EOF1 30100j simulation TR','fontsize',8) ; 
    356356       end 
    357357       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_olr_TR_eof2_1030.m

    r18 r21  
    143143         if (delta(b+1)<0 && delta(b)>0 && olr_eof(b,a)>1); 
    144144            compteurmax=compteurmax+1; 
    145           olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
     145            olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
    146146            olr_filtre_compomax(compteurmax,2,:,:)=olr1(b-19,a,:,:); 
    147147            olr_filtre_compomax(compteurmax,3,:,:)=olr1(b-18,a,:,:); 
     
    291291       axis([-180 180 -20 40]); 
    292292       if e==7; 
    293       title('OLR composite EOF2 30100j simulation TR ','fontsize',8) ; 
     293          title('OLR composite EOF2 30100j simulation TR','fontsize',8) ; 
    294294       end 
    295295       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    353353       axis([-180 180 -20 40]); 
    354354       if e==7; 
    355            title('OLR composite EOF2 30100j simulation TR','fontsize',8) ; 
     355          title('OLR composite EOF2 30100j simulation TR','fontsize',8) ; 
    356356       end 
    357357       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/composite_olr_TR_eof2_30100.m

    r18 r21  
    143143         if (delta(b+1)<0 && delta(b)>0 && olr_eof(b,a)>1); 
    144144            compteurmax=compteurmax+1; 
    145           olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
     145            olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
    146146            olr_filtre_compomax(compteurmax,2,:,:)=olr1(b-19,a,:,:); 
    147147            olr_filtre_compomax(compteurmax,3,:,:)=olr1(b-18,a,:,:); 
     
    291291       axis([-180 180 -20 40]); 
    292292       if e==7; 
    293       title('OLR composite EOF2 30100j simulation TR ','fontsize',8) ; 
     293          title('OLR composite EOF2 30100j simulation TR','fontsize',8) ; 
    294294       end 
    295295       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
     
    353353       axis([-180 180 -20 40]); 
    354354       if e==7; 
    355            title('OLR composite EOF2 30100j simulation TR','fontsize',8) ; 
     355          title('OLR composite EOF2 30100j simulation TR','fontsize',8) ; 
    356356       end 
    357357       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
  • trunk/src/SIMULS_IRCAAM/prepare_olr_filtre_AFR.m

    r16 r21  
    110110olr1(:,:,:,1:64)=olr(:,:,:,65:128); 
    111111olr1(:,:,:,65:128)=olr(:,:,:,1:64); 
    112 clear olr 
     112clear olr; 
    113113olr=olr1; 
    114114clear olr1; 
  • trunk/src/SIMULS_IRCAAM/prepare_olr_filtre_CTL.m

    r16 r21  
    112112olr1(:,:,:,1:64)=olr(:,:,:,65:128); 
    113113olr1(:,:,:,65:128)=olr(:,:,:,1:64); 
    114 clear olr 
     114clear olr; 
    115115olr=olr1; 
    116116clear olr1; 
  • trunk/src/SIMULS_IRCAAM/prepare_olr_filtre_CTL_clim.m

    r16 r21  
    112112olr1(:,:,:,1:64)=olr(:,:,:,65:128); 
    113113olr1(:,:,:,65:128)=olr(:,:,:,1:64); 
    114 clear olr 
     114clear olr; 
    115115olr=olr1; 
    116116clear olr1; 
  • trunk/src/SIMULS_IRCAAM/time_serie_afr_1030.m

    r18 r21  
    3535      subplot(4,3,a-22); 
    3636   end 
    37    clear koro1 
     37   clear koro1; 
    3838   debut=(a-1)*122+1; 
    3939   fin=a*122; 
  • trunk/src/SIMULS_IRCAAM/time_serie_afr_30100.m

    r18 r21  
    3434      subplot(4,3,a-22); 
    3535   end 
    36    clear koro1 
     36   clear koro1; 
    3737   debut=(a-1)*122+1; 
    3838   fin=a*122; 
  • trunk/src/SIMULS_IRCAAM/time_serie_as_30100.m

    r18 r21  
    3636      subplot(4,3,a-22); 
    3737   end 
    38    clear koro1 
     38   clear koro1; 
    3939   debut=(a-1)*122+1; 
    4040   fin=a*122; 
  • trunk/src/SIMULS_IRCAAM/time_serie_ctl_1030.m

    r18 r21  
    3535      subplot(4,3,a-22); 
    3636   end 
    37    clear koro1 
     37   clear koro1; 
    3838   debut=(a-1)*122+1; 
    3939   fin=a*122; 
  • trunk/src/SIMULS_IRCAAM/time_serie_ctl_30100.m

    r18 r21  
    3535      subplot(4,3,a-22); 
    3636   end 
    37    clear koro1 
     37   clear koro1; 
    3838   debut=(a-1)*122+1; 
    3939   fin=a*122; 
  • trunk/src/SIMULS_IRCAAM/time_serie_noaa_annuel_20.m

    r18 r21  
    11% 
     2 
    23clear; 
    34close all; 
  • trunk/src/SIMULS_IRCAAM/time_serie_tr_1030.m

    r18 r21  
    3434      subplot(4,3,a-22); 
    3535   end 
    36    clear koro1 
     36   clear koro1; 
    3737   debut=(a-1)*122+1; 
    3838   fin=a*122; 
  • trunk/src/SIMULS_IRCAAM/time_serie_tr_30100.m

    r18 r21  
    3535      subplot(4,3,a-22); 
    3636   end 
    37    clear koro1 
     37   clear koro1; 
    3838   debut=(a-1)*122+1; 
    3939   fin=a*122; 
  • trunk/src/mode_sahelien/composite_olr_phase2.m

    r18 r21  
    149149clear olr; 
    150150olr2=reshape(olr1,3416,21,144); 
    151 olr3(:,:)=mean(olr2); clear olr2; 
     151olr3(:,:)=mean(olr2); 
     152clear olr2; 
    152153 
    153154load phase2.txt; 
    154155phase2=reshape(phase2,122,28,3); 
    155  olr_filtre_compomax=zeros(90,21,144); 
     156olr_filtre_compomax=zeros(90,21,144); 
    156157compteurmax=0; 
    157158 
  • trunk/src/mode_sahelien/composite_olr_phase3.m

    r18 r21  
    154154load phase3.txt; 
    155155phase3=reshape(phase3,122,28,3); 
    156  olr_filtre_compomax=zeros(90,21,144); 
     156olr_filtre_compomax=zeros(90,21,144); 
    157157compteurmax=0; 
    158158 
  • trunk/src/mode_sahelien/composite_olr_phase4.m

    r18 r21  
    149149clear olr; 
    150150olr2=reshape(olr1,3416,21,144); 
    151 olr3(:,:)=mean(olr2); clear olr2; 
     151olr3(:,:)=mean(olr2); 
     152clear olr2; 
    152153 
    153154load phase4.txt; 
    154155phase4=reshape(phase4,122,28,3); 
    155  olr_filtre_compomax=zeros(90,21,144); 
     156olr_filtre_compomax=zeros(90,21,144); 
    156157compteurmax=0; 
    157158 
  • trunk/src/mode_sahelien/composite_olr_phase5.m

    r18 r21  
    154154load phase5.txt; 
    155155phase5=reshape(phase5,122,28,3); 
    156  olr_filtre_compomax=zeros(90,21,144); 
     156olr_filtre_compomax=zeros(90,21,144); 
    157157compteurmax=0; 
    158158 
  • trunk/src/mode_sahelien/composite_olr_phase6.m

    r18 r21  
    154154load phase6.txt; 
    155155phase6=reshape(phase6,122,28,3); 
    156  olr_filtre_compomax=zeros(90,21,144); 
     156olr_filtre_compomax=zeros(90,21,144); 
    157157compteurmax=0; 
    158158 
  • trunk/src/mode_sahelien/composite_olr_phase7.m

    r18 r21  
    149149clear olr; 
    150150olr2=reshape(olr1,3416,21,144); 
    151 olr3(:,:)=mean(olr2); clear olr2; 
     151olr3(:,:)=mean(olr2); 
     152clear olr2; 
    152153 
    153154load phase7.txt; 
    154155phase7=reshape(phase7,122,28,3); 
    155  olr_filtre_compomax=zeros(90,21,144); 
     156olr_filtre_compomax=zeros(90,21,144); 
    156157compteurmax=0; 
    157158 
  • trunk/src/mode_sahelien/composite_olr_phase8.m

    r18 r21  
    154154load phase8.txt; 
    155155phase8=reshape(phase8,122,28,3); 
    156  olr_filtre_compomax=zeros(90,21,144); 
     156olr_filtre_compomax=zeros(90,21,144); 
    157157compteurmax=0; 
    158158 
  • trunk/src/mode_sahelien/time_serie_ER_rossby_1030.m

    r18 r21  
    1313    for b=1:28; 
    1414       year(a,b)=1979+(b-1); 
    15     end 
    16 end 
     15    end; 
     16end; 
    1717year=reshape(year,3416,1); 
    1818 
     
    2121    for b=1:28; 
    2222       day(a,b)=31+28+31+30+31+a; 
    23     end 
    24 end 
     23    end; 
     24end; 
    2525day=reshape(day,3416,1); 
    2626 
     
    5858set (gca,'YTick',[-100:20:100],'YTickLabel',[-100:20:100],'fontname','Arial','fontsize',6); 
    5959set (gca,'XTick',[0:20:120],'XTickLabel',[0:20:120],'fontname','Arial','fontsize',6); 
    60  
  • trunk/src/mode_sahelien/time_serie_ER_rossby_1030_complet.m

    r18 r21  
    2828      figure(3); 
    2929      subplot(4,3,a-22); 
    30    end 
     30   end; 
    3131   clear koro1 
    3232   debut=(a-1)*122+1; 
     
    4949   elseif a==24; 
    5050       text(0,183,'time series EOF1 and EOF2 OLR ER 10-30d'); 
    51    end 
     51   end; 
    5252   title(a+1978,'FontSize',8); 
    5353   set (gca,'tickDir','out'); 
     
    5656set (gca,'YTick',[-100:20:100],'YTickLabel',[-100:20:100],'fontname','Arial','fontsize',6); 
    5757set (gca,'XTick',[0:20:120],'XTickLabel',[0:20:120],'fontname','Arial','fontsize',6); 
    58 end 
     58end; 
    5959 
    6060figure(1); 
  • trunk/src/mode_sahelien/time_serie_ER_rossby_30100.m

    r18 r21  
    1313    for b=1:28; 
    1414       year(a,b)=1979+(b-1); 
    15     end 
    16 end 
     15    end; 
     16end; 
    1717year=reshape(year,3416,1); 
    1818 
     
    2121    for b=1:28; 
    2222       day(a,b)=31+28+31+30+31+a; 
    23     end 
    24 end 
     23    end; 
     24end; 
    2525day=reshape(day,3416,1); 
    2626 
  • trunk/src/mode_sahelien/time_serie_ER_rossby_30100_complet.m

    r18 r21  
    2828      figure(3); 
    2929      subplot(4,3,a-22); 
    30    end 
     30   end; 
    3131   clear koro1 
    3232   debut=(a-1)*122+1; 
     
    4949   elseif a==24; 
    5050       text(0,183,'time series EOF1 and EOF2 OLR ER 30-100d'); 
    51    end 
     51   end; 
    5252   title(a+1978,'FontSize',8); 
    5353   set (gca,'tickDir','out'); 
     
    5656set (gca,'YTick',[-100:20:100],'YTickLabel',[-100:20:100],'fontname','Arial','fontsize',6); 
    5757set (gca,'XTick',[0:20:120],'XTickLabel',[0:20:120],'fontname','Arial','fontsize',6); 
    58 end 
     58end; 
    5959 
    6060figure(1); 
  • trunk/src/mode_sahelien/time_serie_histog_phase1.m

    r18 r21  
    8888    for b=1:4 
    8989       kara_diff(a,b)=kara_max(a,b)-kara_moy(b); 
    90     end 
    91 end 
     90    end; 
     91end; 
    9292 
    9393for a=1:4; 
     
    105105    else 
    106106       bar(jour,diff,'r'); 
    107     end 
     107    end; 
    108108    set (gca,'XTick',[-10:2:10],'XTickLabel',[-10:2:10],'fontname','Arial','fontsize',6); 
    109109    set (gca,'YTick',[-20:10:20],'YTickLabel',[-20:5:20],'fontname','Arial','fontsize',6); 
     
    120120       title('Blocking','Fontsize',8,'Fontname','Arial'); 
    121121    end; 
    122 end 
     122end; 
  • trunk/src/mode_sahelien/time_serie_histog_phase2.m

    r18 r21  
    8888    for b=1:4 
    8989       kara_diff(a,b)=kara_max(a,b)-kara_moy(b); 
    90     end 
    91 end 
     90    end; 
     91end; 
    9292 
    9393for a=1:4; 
     
    105105    else 
    106106       bar(jour,diff,'r'); 
    107     end 
     107    end; 
    108108    set (gca,'XTick',[-10:2:10],'XTickLabel',[-10:2:10],'fontname','Arial','fontsize',6); 
    109109    set (gca,'YTick',[-20:10:20],'YTickLabel',[-20:5:20],'fontname','Arial','fontsize',6); 
     
    120120       title('Blocking','Fontsize',8,'Fontname','Arial'); 
    121121    end; 
    122 end 
     122end; 
  • trunk/src/mode_sahelien/time_serie_histog_phase3.m

    r17 r21  
    2323% boucle sur les annees 
    2424for a=1:28; 
    25    % 1ere condition (laisser une marge de 10) 
    2625   for b=1:122; 
     26      % 1ere condition (laisser une marge de 10) 
    2727      if (b>11 && b<112); 
    2828%        condition 1 on est a un maximum deltas apres sont negetifs et 
     
    8888    for b=1:4 
    8989       kara_diff(a,b)=kara_max(a,b)-kara_moy(b); 
    90     end 
    91 end 
     90    end; 
     91end; 
    9292 
    9393for a=1:4; 
     
    105105    else 
    106106       bar(jour,diff,'r'); 
    107     end 
     107    end; 
    108108    set (gca,'XTick',[-10:2:10],'XTickLabel',[-10:2:10],'fontname','Arial','fontsize',6); 
    109109    set (gca,'YTick',[-20:10:20],'YTickLabel',[-20:5:20],'fontname','Arial','fontsize',6); 
  • trunk/src/mode_sahelien/time_serie_histog_phase4.m

    r18 r21  
    8888    for b=1:4 
    8989       kara_diff(a,b)=kara_max(a,b)-kara_moy(b); 
    90     end 
    91 end 
     90    end; 
     91end; 
    9292 
    9393for a=1:4; 
     
    105105    else 
    106106       bar(jour,diff,'r'); 
    107     end 
     107    end; 
    108108    set (gca,'XTick',[-10:2:10],'XTickLabel',[-10:2:10],'fontname','Arial','fontsize',6); 
    109109    set (gca,'YTick',[-20:10:20],'YTickLabel',[-20:5:20],'fontname','Arial','fontsize',6); 
     
    120120       title('Blocking','Fontsize',8,'Fontname','Arial'); 
    121121    end; 
    122 end 
     122end; 
  • trunk/src/mode_sahelien/time_serie_histog_phase5.m

    r18 r21  
    8888    for b=1:4 
    8989       kara_diff(a,b)=kara_max(a,b)-kara_moy(b); 
    90     end 
    91 end 
     90    end; 
     91end; 
    9292 
    9393for a=1:4; 
     
    105105    else 
    106106       bar(jour,diff,'r'); 
    107     end 
     107    end; 
    108108    set (gca,'XTick',[-10:2:10],'XTickLabel',[-10:2:10],'fontname','Arial','fontsize',6); 
    109109    set (gca,'YTick',[-20:10:20],'YTickLabel',[-20:5:20],'fontname','Arial','fontsize',6); 
     
    120120       title('Blocking','Fontsize',8,'Fontname','Arial'); 
    121121    end; 
    122 end 
     122end; 
  • trunk/src/mode_sahelien/time_serie_histog_phase6.m

    r18 r21  
    8888    for b=1:4 
    8989       kara_diff(a,b)=kara_max(a,b)-kara_moy(b); 
    90     end 
    91 end 
     90    end; 
     91end; 
    9292 
    9393for a=1:4; 
     
    105105    else 
    106106       bar(jour,diff,'r'); 
    107     end 
     107    end; 
    108108    set (gca,'XTick',[-10:2:10],'XTickLabel',[-10:2:10],'fontname','Arial','fontsize',6); 
    109109    set (gca,'YTick',[-20:10:20],'YTickLabel',[-20:5:20],'fontname','Arial','fontsize',6); 
     
    120120       title('Blocking','Fontsize',8,'Fontname','Arial'); 
    121121    end; 
    122 end 
     122end; 
  • trunk/src/mode_sahelien/time_serie_histog_phase7.m

    r17 r21  
    8888    for b=1:4 
    8989       kara_diff(a,b)=kara_max(a,b)-kara_moy(b); 
    90     end 
    91 end 
     90    end; 
     91end; 
    9292 
    9393for a=1:4; 
     
    105105    else 
    106106       bar(jour,diff,'r'); 
    107     end 
     107    end; 
    108108    set (gca,'XTick',[-10:2:10],'XTickLabel',[-10:2:10],'fontname','Arial','fontsize',6); 
    109109    set (gca,'YTick',[-20:10:20],'YTickLabel',[-20:5:20],'fontname','Arial','fontsize',6); 
     
    120120       title('Blocking','Fontsize',8,'Fontname','Arial'); 
    121121    end; 
    122 end 
     122end; 
  • trunk/src/mode_sahelien/time_serie_histog_phase8.m

    r18 r21  
    8888    for b=1:4 
    8989       kara_diff(a,b)=kara_max(a,b)-kara_moy(b); 
    90     end 
    91 end 
     90    end; 
     91end; 
    9292 
    9393for a=1:4; 
     
    105105    else 
    106106       bar(jour,diff,'r'); 
    107     end 
     107    end; 
    108108    set (gca,'XTick',[-10:2:10],'XTickLabel',[-10:2:10],'fontname','Arial','fontsize',6); 
    109109    set (gca,'YTick',[-20:10:20],'YTickLabel',[-20:5:20],'fontname','Arial','fontsize',6); 
     
    117117    elseif a==3; 
    118118       title('NAO-','Fontsize',8,'Fontname','Arial'); 
    119        else 
     119    else 
    120120       title('Blocking','Fontsize',8,'Fontname','Arial'); 
    121121    end; 
    122 end 
     122end; 
  • trunk/src/mode_sahelien/time_serie_jjas.m

    r18 r21  
    2020   time_serie_olr2(a)=time_serie_olr2(a)/dt_olr2; 
    2121   time_serie_olr3(a)=time_serie_olr3(a)/dt_olr3; 
    22 end 
     22end; 
    2323 
    2424save eof1_1030.txt time_serie_olr1 -ascii; 
     
    3737      figure(3); 
    3838      subplot(4,3,a-22); 
    39    end 
    40    clear koro1 
     39   end; 
     40   clear koro1; 
    4141   debut=(a-1)*122+1; 
    4242   fin=a*122; 
     
    4949   y=zeros(122,1); 
    5050   plot(x,y,'k:'); 
    51    title(a+1978,'FontSize',8) 
     51   title(a+1978,'FontSize',8); 
    5252   if a==2; 
    5353       text(0,5.5,'serie temporelle VP1'); 
    54     elseif a==13; 
     54   elseif a==13; 
    5555       text(0,5.5,'serie temporelle VP1'); 
    5656   elseif a==24; 
    5757       text(0,5.5,'serie temporelle VP1'); 
    58    end 
     58   end; 
    5959   set (gca,'tickDir','out'); 
    6060   axis([1 122 -3 3]); 
    6161 
    62 set (gca,'YTick',[-3:1:3],'YTickLabel',[-3:1:3],'fontname','Arial','fontsize',6); 
    63 set (gca,'XTick',[0:20:120],'XTickLabel',[0:20:120],'fontname','Arial','fontsize',6); 
     62   set (gca,'YTick',[-3:1:3],'YTickLabel',[-3:1:3],'fontname','Arial','fontsize',6); 
     63   set (gca,'XTick',[0:20:120],'XTickLabel',[0:20:120],'fontname','Arial','fontsize',6); 
    6464end; 
  • trunk/src/mode_sahelien/time_serie_jjas_10_25.m

    r18 r21  
    2020   time_serie_olr2(a)=time_serie_olr2(a)/dt_olr2; 
    2121   time_serie_olr3(a)=time_serie_olr3(a)/dt_olr3; 
    22 end 
     22end; 
    2323 
    2424save eof1_olr_rossby_jjas_1025.txt time_serie_olr1 -ascii; 
     
    3737      figure(3); 
    3838      subplot(4,3,a-22); 
    39    end 
    40    clear koro1 
     39   end; 
     40   clear koro1; 
    4141   debut=(a-1)*122+1; 
    4242   fin=a*122; 
     
    5151   if a==2; 
    5252       text(0,5.5,'serie temporelle VP1 filtrage rossby 10-25j'); 
    53     elseif a==13; 
     53   elseif a==13; 
    5454       text(0,5.5,'serie temporelle VP1 filtrage rossby 10-25j'); 
    5555   elseif a==24; 
     
    6060 
    6161   set (gca,'YTick',[-3:1:3],'YTickLabel',[-3:1:3],'fontname','Arial','fontsize',6); 
    62 set (gca,'XTick',[0:20:120],'XTickLabel',[0:20:120],'fontname','Arial','fontsize',6); 
     62   set (gca,'XTick',[0:20:120],'XTickLabel',[0:20:120],'fontname','Arial','fontsize',6); 
    6363end; 
    6464 
  • trunk/src/mode_sahelien/time_serie_jjas_25_90.m

    r18 r21  
    2020   time_serie_olr2(a)=time_serie_olr2(a)/dt_olr2; 
    2121   time_serie_olr3(a)=time_serie_olr3(a)/dt_olr3; 
    22 end 
     22end; 
    2323 
    2424save eof1_olr_rossby_jjas_2590.txt time_serie_olr1 -ascii; 
     
    3737      figure(3); 
    3838      subplot(4,3,a-22); 
    39    end 
    40    clear koro1 
     39   end; 
     40   clear koro1; 
    4141   debut=(a-1)*122+1; 
    4242   fin=a*122; 
     
    5252   if a==2; 
    5353       text(0,5.5,'serie temporelle VP1 filtrage rossby 25-90j'); 
    54     elseif a==13; 
     54   elseif a==13; 
    5555       text(0,5.5,'serie temporelle VP1 filtrage rossby 25-90j'); 
    5656   elseif a==24; 
     
    6161 
    6262   set (gca,'YTick',[-3:1:3],'YTickLabel',[-3:1:3],'fontname','Arial','fontsize',6); 
    63 set (gca,'XTick',[0:20:120],'XTickLabel',[0:20:120],'fontname','Arial','fontsize',6); 
     63   set (gca,'XTick',[0:20:120],'XTickLabel',[0:20:120],'fontname','Arial','fontsize',6); 
    6464end; 
    6565 
  • trunk/src/mode_sahelien/time_serie_jjas_30100.m

    r18 r21  
    2020   time_serie_olr2(a)=time_serie_olr2(a)/dt_olr2; 
    2121   time_serie_olr3(a)=time_serie_olr3(a)/dt_olr3; 
    22 end 
     22end; 
    2323 
    2424save eof1_30100.txt time_serie_olr1 -ascii; 
     
    3737      figure(3); 
    3838      subplot(4,3,a-22); 
    39    end 
    40    clear koro1 
     39   end; 
     40   clear koro1; 
    4141   debut=(a-1)*122+1; 
    4242   fin=a*122; 
     
    4949   y=zeros(122,1); 
    5050   plot(x,y,'k:'); 
    51    title(a+1978,'FontSize',8) 
     51   title(a+1978,'FontSize',8); 
    5252   if a==2; 
    5353       text(0,5.5,'serie temporelle VP1 filtrage 30100'); 
    54     elseif a==13; 
     54   elseif a==13; 
    5555       text(0,5.5,'serie temporelle VP1 filtrage 30100'); 
    5656   elseif a==24; 
    5757       text(0,5.5,'serie temporelle VP1 filtrage 30100'); 
    58    end 
     58   end; 
    5959   set (gca,'tickDir','out'); 
    6060   axis([1 122 -3 3]); 
    6161 
    62 set (gca,'YTick',[-3:1:3],'YTickLabel',[-3:1:3],'fontname','Arial','fontsize',6); 
    63 set (gca,'XTick',[0:20:120],'XTickLabel',[0:20:120],'fontname','Arial','fontsize',6); 
     62   set (gca,'YTick',[-3:1:3],'YTickLabel',[-3:1:3],'fontname','Arial','fontsize',6); 
     63   set (gca,'XTick',[0:20:120],'XTickLabel',[0:20:120],'fontname','Arial','fontsize',6); 
    6464end; 
    6565 
Note: See TracChangeset for help on using the changeset viewer.