Changeset 26 for trunk/src/SIMULS_IRCAAM


Ignore:
Timestamp:
01/08/09 09:41:48 (16 years ago)
Author:
pinsard
Message:

add semi-colon after end everywhere

Location:
trunk/src/SIMULS_IRCAAM
Files:
46 edited

Legend:

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

    r24 r26  
    151151         figure(2); 
    152152         subplot(3,4,a-12); 
    153      end 
     153     end; 
    154154     for b=1:15; 
    155155         for c=1:24; 
  • trunk/src/SIMULS_IRCAAM/carte_eof_AFR_annuel.m

    r24 r26  
    138138for a=1:360; 
    139139   vaude=vaude+L(a,a); 
    140 end 
     140end; 
    141141vecteurs=zeros(20,1); 
    142142for a=1:20; 
    143143   b=360-(a-1); 
    144144   vecteurs(a)=100*(L(b,b)/vaude); 
    145 end 
     145end; 
    146146x=[1:20]'; 
    147147 
  • trunk/src/SIMULS_IRCAAM/carte_eof_ircaam_1030.m

    r24 r26  
    136136for a=1:360; 
    137137   vaude=vaude+L(a,a); 
    138 end 
     138end; 
    139139vecteurs=zeros(20,1); 
    140140for a=1:20; 
    141141   b=360-(a-1); 
    142142   vecteurs(a)=100*(L(b,b)/vaude); 
    143 end 
     143end; 
    144144x=[1:20]'; 
    145145 
  • trunk/src/SIMULS_IRCAAM/carte_eof_ircaam_1030_as.m

    r24 r26  
    136136for a=1:360; 
    137137   vaude=vaude+L(a,a); 
    138 end 
     138end; 
    139139vecteurs=zeros(20,1); 
    140140for a=1:20; 
    141141   b=360-(a-1); 
    142142   vecteurs(a)=100*(L(b,b)/vaude); 
    143 end 
     143end; 
    144144x=[1:20]'; 
    145145 
  • trunk/src/SIMULS_IRCAAM/carte_eof_ircaam_1030_ctl.m

    r24 r26  
    138138for a=1:360; 
    139139   vaude=vaude+L(a,a); 
    140 end 
     140end; 
    141141vecteurs=zeros(20,1); 
    142142for a=1:20; 
    143143   b=360-(a-1); 
    144144   vecteurs(a)=100*(L(b,b)/vaude); 
    145 end 
     145end; 
    146146x=[1:20]'; 
    147147 
  • trunk/src/SIMULS_IRCAAM/carte_eof_ircaam_1030_ctl_clim.m

    r24 r26  
    136136for a=1:360; 
    137137   vaude=vaude+L(a,a); 
    138 end 
     138end; 
    139139vecteurs=zeros(20,1); 
    140140for a=1:20; 
    141141   b=360-(a-1); 
    142142   vecteurs(a)=100*(L(b,b)/vaude); 
    143 end 
     143end; 
    144144x=[1:20]'; 
    145145 
  • trunk/src/SIMULS_IRCAAM/carte_eof_ircaam_1030_tr.m

    r24 r26  
    136136for a=1:360; 
    137137   vaude=vaude+L(a,a); 
    138 end 
     138end; 
    139139vecteurs=zeros(20,1); 
    140140for a=1:20; 
    141141   b=360-(a-1); 
    142142   vecteurs(a)=100*(L(b,b)/vaude); 
    143 end 
     143end; 
    144144x=[1:20]'; 
    145145 
  • trunk/src/SIMULS_IRCAAM/carte_eof_ircaam_30100.m

    r24 r26  
    136136for a=1:360; 
    137137   vaude=vaude+L(a,a); 
    138 end 
     138end; 
    139139vecteurs=zeros(20,1); 
    140140for a=1:20; 
    141141   b=360-(a-1); 
    142142   vecteurs(a)=100*(L(b,b)/vaude); 
    143 end 
     143end; 
    144144x=[1:20]'; 
    145145 
  • trunk/src/SIMULS_IRCAAM/carte_eof_ircaam_30100_as.m

    r24 r26  
    136136for a=1:360; 
    137137   vaude=vaude+L(a,a); 
    138 end 
     138end; 
    139139vecteurs=zeros(20,1); 
    140140for a=1:20; 
    141141   b=360-(a-1); 
    142142   vecteurs(a)=100*(L(b,b)/vaude); 
    143 end 
     143end; 
    144144x=[1:20]'; 
    145145 
  • trunk/src/SIMULS_IRCAAM/carte_eof_ircaam_30100_ctl.m

    r24 r26  
    138138for a=1:360; 
    139139   vaude=vaude+L(a,a); 
    140 end 
     140end; 
    141141vecteurs=zeros(20,1); 
    142142for a=1:20; 
    143143   b=360-(a-1); 
    144144   vecteurs(a)=100*(L(b,b)/vaude); 
    145 end 
     145end; 
    146146x=[1:20]'; 
    147147 
  • trunk/src/SIMULS_IRCAAM/carte_eof_ircaam_30100_tr.m

    r24 r26  
    136136for a=1:360; 
    137137   vaude=vaude+L(a,a); 
    138 end 
     138end; 
    139139vecteurs=zeros(20,1); 
    140140for a=1:20; 
    141141   b=360-(a-1); 
    142142   vecteurs(a)=100*(L(b,b)/vaude); 
    143 end 
     143end; 
    144144x=[1:20]'; 
    145145 
  • trunk/src/SIMULS_IRCAAM/carte_eof_olr_noaa_jas.m

    r24 r26  
    149149for a=1:425; 
    150150   vaude=vaude+L(a,a); 
    151 end 
     151end; 
    152152vecteurs=zeros(20,1); 
    153153for a=1:20; 
    154154   b=425-(a-1); 
    155155   vecteurs(a)=100*(L(b,b)/vaude); 
    156 end 
     156end; 
    157157x=[1:20]'; 
    158158 
  • trunk/src/SIMULS_IRCAAM/carte_eof_olr_noaa_jas_20.m

    r24 r26  
    149149for a=1:325; 
    150150   vaude=vaude+L(a,a); 
    151 end 
     151end; 
    152152vecteurs=zeros(20,1); 
    153153for a=1:20; 
    154154   b=325-(a-1); 
    155155   vecteurs(a)=100*(L(b,b)/vaude); 
    156 end 
     156end; 
    157157x=[1:20]'; 
    158158 
  • trunk/src/SIMULS_IRCAAM/carte_eof_pluie_AFR_annuel.m

    r24 r26  
    137137for a=1:360; 
    138138   vaude=vaude+L(a,a); 
    139 end 
     139end; 
    140140vecteurs=zeros(20,1); 
    141141for a=1:20; 
    142142   b=360-(a-1); 
    143143   vecteurs(a)=100*(L(b,b)/vaude); 
    144 end 
     144end; 
    145145x=[1:20]'; 
    146146 
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_AFR_eof1_1030.m

    r24 r26  
    184184             end; 
    185185          end; 
    186        end 
     186       end; 
    187187       subplot(7,1,8-e); 
    188188       palettecomplet 
     
    198198       else 
    199199      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    200        end 
     200       end; 
    201201       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    202202       if e==4; 
     
    211211       if e==7; 
    212212          title('HGT500 composite EOF1 1030j simulation AFR','fontsize',8) ; 
    213        end 
     213       end; 
    214214       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    215215       pos_vert=e/10; 
     
    239239             end; 
    240240          end; 
    241        end 
     241       end; 
    242242       subplot(7,1,8-e); 
    243243       palettecomplet 
     
    253253       else 
    254254      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    255        end 
     255       end; 
    256256       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    257257       if e==4; 
     
    266266       if e==7; 
    267267          title('HGT500 composite EOF1 1030j simulation AFR','fontsize',8) ; 
    268        end 
     268       end; 
    269269       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    270270       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_AFR_eof1_30100.m

    r24 r26  
    184184             end; 
    185185          end; 
    186        end 
     186       end; 
    187187       subplot(7,1,8-e); 
    188188       palettecomplet 
     
    198198       else 
    199199      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    200        end 
     200       end; 
    201201       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    202202       if e==4; 
     
    211211       if e==7; 
    212212          title('HGT500 composite EOF1 30100j simulation AFR','fontsize',8) ; 
    213        end 
     213       end; 
    214214       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    215215       pos_vert=e/10; 
     
    239239             end; 
    240240          end; 
    241        end 
     241       end; 
    242242       subplot(7,1,8-e); 
    243243       palettecomplet 
     
    253253       else 
    254254      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    255        end 
     255       end; 
    256256       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    257257       if e==4; 
     
    266266       if e==7; 
    267267          title('HGT500 composite EOF1 30100j simulation AFR','fontsize',8) ; 
    268        end 
     268       end; 
    269269       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    270270       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_AFR_eof2_1030.m

    r24 r26  
    159159           y=hgt500_filtre_compomax(1:nb_value,a,b,c); 
    160160           student1(a,b,c)=ttest(x,y,.1); 
    161         end 
    162     end 
    163 end 
     161        end; 
     162    end; 
     163end; 
    164164disp(['iii : compteurmin =', int2str(compteurmin)]); 
    165165disp(['iii : compteurmax =', int2str(compteurmax)]); 
     
    204204             end; 
    205205          end; 
    206        end 
     206       end; 
    207207       subplot(7,1,8-e); 
    208208       palettecomplet 
     
    218218       else 
    219219      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    220        end 
     220       end; 
    221221       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    222222       if e==4; 
     
    231231       if e==7; 
    232232          title('HGT500 composite EOF2 1030j simulation AFR','fontsize',8) ; 
    233        end 
     233       end; 
    234234       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    235235       pos_vert=e/10; 
     
    264264             end; 
    265265          end; 
    266        end 
     266       end; 
    267267       subplot(7,1,8-e); 
    268268       palettecomplet 
     
    278278       else 
    279279      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    280        end 
     280       end; 
    281281       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    282282       if e==4; 
     
    291291       if e==7; 
    292292          title('HGT500 composite EOF2 1030j simulation AFR','fontsize',8) ; 
    293        end 
     293       end; 
    294294       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    295295       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_AFR_eof2_1030_min.m

    r24 r26  
    163163           y=hgt500_filtre_compomax(1:nb_value,a,b,c); 
    164164           student1(a,b,c)=ttest(x,y,.1); 
    165         end 
    166     end 
    167 end 
     165        end; 
     166    end; 
     167end; 
    168168disp(['iii : compteurmin =', int2str(compteurmin)]); 
    169169disp(['iii : compteurmax =', int2str(compteurmax)]); 
     
    210210             end; 
    211211          end; 
    212        end 
     212       end; 
    213213       subplot(7,1,8-e); 
    214214       palettecomplet 
     
    224224       else 
    225225      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    226        end 
     226       end; 
    227227       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    228228       if e==4; 
     
    237237       if e==7; 
    238238          title('HGT500 composite EOF2 1030j simulation AFR','fontsize',8) ; 
    239        end 
     239       end; 
    240240       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    241241       pos_vert=e/10; 
     
    272272             end; 
    273273          end; 
    274        end 
     274       end; 
    275275       subplot(7,1,8-e); 
    276276       palettecomplet 
     
    286286       else 
    287287      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    288        end 
     288       end; 
    289289       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    290290       if e==4; 
     
    299299       if e==7; 
    300300          title('HGT500 composite EOF2 1030j simulation AFR','fontsize',8) ; 
    301        end 
     301       end; 
    302302       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    303303       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_AFR_eof2_30100.m

    r24 r26  
    184184             end; 
    185185          end; 
    186        end 
     186       end; 
    187187       subplot(7,1,8-e); 
    188188       palettecomplet 
     
    198198       else 
    199199      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    200        end 
     200       end; 
    201201       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    202202       if e==4; 
     
    211211       if e==7; 
    212212          title('HGT500 composite EOF2 30100j simulation AFR','fontsize',8) ; 
    213        end 
     213       end; 
    214214       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    215215       pos_vert=e/10; 
     
    239239             end; 
    240240          end; 
    241        end 
     241       end; 
    242242       subplot(7,1,8-e); 
    243243       palettecomplet 
     
    253253       else 
    254254      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    255        end 
     255       end; 
    256256       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    257257       if e==4; 
     
    266266       if e==7; 
    267267          title('HGT500 composite EOF2 30100j simulation AFR','fontsize',8) ; 
    268        end 
     268       end; 
    269269       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    270270       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_TROP_eof1_1030.m

    r24 r26  
    184184             end; 
    185185          end; 
    186        end 
     186       end; 
    187187       subplot(7,1,8-e); 
    188188       palettecomplet 
     
    198198       else 
    199199      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    200        end 
     200       end; 
    201201       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    202202       if e==4; 
     
    211211       if e==7; 
    212212          title('HGT500 composite EOF1 1030j simulation TROP','fontsize',8) ; 
    213        end 
     213       end; 
    214214       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    215215       pos_vert=e/10; 
     
    239239             end; 
    240240          end; 
    241        end 
     241       end; 
    242242       subplot(7,1,8-e); 
    243243       palettecomplet 
     
    253253       else 
    254254      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    255        end 
     255       end; 
    256256       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    257257       if e==4; 
     
    266266       if e==7; 
    267267          title('HGT500 composite EOF1 1030j simulation TROP','fontsize',8) ; 
    268        end 
     268       end; 
    269269       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    270270       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_TROP_eof1_30100.m

    r24 r26  
    184184             end; 
    185185          end; 
    186        end 
     186       end; 
    187187       subplot(7,1,8-e); 
    188188       palettecomplet 
     
    198198       else 
    199199      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    200        end 
     200       end; 
    201201       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    202202       if e==4; 
     
    211211       if e==7; 
    212212          title('HGT500 composite EOF1 30100j simulation TROP','fontsize',8) ; 
    213        end 
     213       end; 
    214214       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    215215       pos_vert=e/10; 
     
    239239             end; 
    240240          end; 
    241        end 
     241       end; 
    242242       subplot(7,1,8-e); 
    243243       palettecomplet 
     
    253253       else 
    254254      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    255        end 
     255       end; 
    256256       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    257257       if e==4; 
     
    266266       if e==7; 
    267267          title('HGT500 composite EOF1 30100j simulation TROP','fontsize',8) ; 
    268        end 
     268       end; 
    269269       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    270270       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_TROP_eof2_1030.m

    r24 r26  
    184184             end; 
    185185          end; 
    186        end 
     186       end; 
    187187       subplot(7,1,8-e); 
    188188       palettecomplet 
     
    198198       else 
    199199      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    200        end 
     200       end; 
    201201       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    202202       if e==4; 
     
    211211       if e==7; 
    212212          title('HGT500 composite EOF2 1030j simulation TROP','fontsize',8) ; 
    213        end 
     213       end; 
    214214       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    215215       pos_vert=e/10; 
     
    239239             end; 
    240240          end; 
    241        end 
     241       end; 
    242242       subplot(7,1,8-e); 
    243243       palettecomplet 
     
    253253       else 
    254254      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    255        end 
     255       end; 
    256256       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    257257       if e==4; 
     
    266266       if e==7; 
    267267          title('HGT500 composite EOF2 1030j simulation TROP','fontsize',8) ; 
    268        end 
     268       end; 
    269269       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    270270       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_TROP_eof2_30100.m

    r24 r26  
    184184             end; 
    185185          end; 
    186        end 
     186       end; 
    187187       subplot(7,1,8-e); 
    188188       palettecomplet 
     
    198198       else 
    199199      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    200        end 
     200       end; 
    201201       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    202202       if e==4; 
     
    211211       if e==7; 
    212212          title('HGT500 composite EOF2 30100j simulation TROP','fontsize',8) ; 
    213        end 
     213       end; 
    214214       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    215215       pos_vert=e/10; 
     
    239239             end; 
    240240          end; 
    241        end 
     241       end; 
    242242       subplot(7,1,8-e); 
    243243       palettecomplet 
     
    253253       else 
    254254      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    255        end 
     255       end; 
    256256       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    257257       if e==4; 
     
    266266       if e==7; 
    267267          title('HGT500 composite EOF2 30100j simulation TROP','fontsize',8) ; 
    268        end 
     268       end; 
    269269       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    270270       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_olr_AFR_eof1_1030.m

    r24 r26  
    219219           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    220220           student1(a,b,c)=ttest(x,y,.2); 
    221         end 
    222     end 
    223 end 
     221        end; 
     222    end; 
     223end; 
    224224 
    225225% on fait la somme des valeurs de olr_filtreentiel sur le nbre d occurences 
     
    260260             end; 
    261261          end; 
    262        end 
     262       end; 
    263263       subplot(7,1,8-e); 
    264264       palettecomplet 
     
    274274       else 
    275275      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    276        end 
     276       end; 
    277277       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    278278       if e==4; 
     
    287287       if e==7; 
    288288          title('OLR composite EOF1 1030j simulation AFR','fontsize',8) ; 
    289        end 
     289       end; 
    290290       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    291291       pos_vert=e/10; 
     
    322322             end; 
    323323          end; 
    324        end 
     324       end; 
    325325       subplot(7,1,8-e); 
    326326       palettecomplet 
     
    336336       else 
    337337      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    338        end 
     338       end; 
    339339       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    340340       if e==4; 
     
    349349       if e==7; 
    350350          title('OLR composite EOF1 1030j simulation AFR','fontsize',8) ; 
    351        end 
     351       end; 
    352352       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    353353       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_olr_AFR_eof1_30100.m

    r24 r26  
    219219           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    220220           student1(a,b,c)=ttest(x,y,.2); 
    221         end 
    222     end 
    223 end 
     221        end; 
     222    end; 
     223end; 
    224224 
    225225% on fait la somme des valeurs de olr_filtreentiel sur le nbre d occurences 
     
    260260             end; 
    261261          end; 
    262        end 
     262       end; 
    263263       subplot(7,1,8-e); 
    264264       palette 
     
    274274       else 
    275275      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    276        end 
     276       end; 
    277277       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    278278       if e==4; 
     
    287287       if e==7; 
    288288          title('OLR composite EOF1 30100j simulation AFR','fontsize',8) ; 
    289        end 
     289       end; 
    290290       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    291291       pos_vert=e/10; 
     
    322322             end; 
    323323          end; 
    324        end 
     324       end; 
    325325       subplot(7,1,8-e); 
    326326       palette 
     
    336336       else 
    337337      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    338        end 
     338       end; 
    339339       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    340340       if e==4; 
     
    349349       if e==7; 
    350350          title('OLR composite EOF1 30100j simulation AFR','fontsize',8) ; 
    351        end 
     351       end; 
    352352       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    353353       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_olr_AFR_eof2_1030.m

    r24 r26  
    220220           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    221221           student1(a,b,c)=ttest(x,y,.1); 
    222         end 
    223     end 
    224 end 
     222        end; 
     223    end; 
     224end; 
    225225 
    226226disp(['iii : compteurmin =', int2str(compteurmin)]); 
     
    264264             end; 
    265265          end; 
    266        end 
     266       end; 
    267267       subplot(7,1,8-e); 
    268268       palettecomplet 
     
    278278       else 
    279279      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    280        end 
     280       end; 
    281281       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    282282       if e==4; 
     
    291291       if e==7; 
    292292          title('OLR composite EOF2 1030j simulation AFR','fontsize',8) ; 
    293        end 
     293       end; 
    294294       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    295295       pos_vert=e/10; 
     
    327327             end; 
    328328          end; 
    329        end 
     329       end; 
    330330       subplot(7,1,8-e); 
    331331       palettecomplet 
     
    341341       else 
    342342      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    343        end 
     343       end; 
    344344       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    345345       if e==4; 
     
    354354       if e==7; 
    355355          title('OLR composite EOF2 1030j simulation AFR','fontsize',8) ; 
    356        end 
     356       end; 
    357357       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    358358       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_olr_AFR_eof2_30100.m

    r24 r26  
    219219           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    220220           student1(a,b,c)=ttest(x,y,.2); 
    221         end 
    222     end 
    223 end 
     221        end; 
     222    end; 
     223end; 
    224224 
    225225% on fait la somme des valeurs de olr_filtreentiel sur le nbre d occurences 
     
    260260             end; 
    261261          end; 
    262        end 
     262       end; 
    263263       subplot(7,1,8-e); 
    264264       palette 
     
    274274       else 
    275275      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    276        end 
     276       end; 
    277277       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    278278       if e==4; 
     
    287287       if e==7; 
    288288          title('OLR composite EOF2 30100j simulation AFR','fontsize',8) ; 
    289        end 
     289       end; 
    290290       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    291291       pos_vert=e/10; 
     
    322322             end; 
    323323          end; 
    324        end 
     324       end; 
    325325       subplot(7,1,8-e); 
    326326       palette 
     
    336336       else 
    337337      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    338        end 
     338       end; 
    339339       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    340340       if e==4; 
     
    349349       if e==7; 
    350350          title('OLR composite EOF2 30100j simulation AFR','fontsize',8) ; 
    351        end 
     351       end; 
    352352       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    353353       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_olr_AS_eof1_1030.m

    r24 r26  
    219219           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    220220           student1(a,b,c)=ttest(x,y,.2); 
    221         end 
    222     end 
    223 end 
     221        end; 
     222    end; 
     223end; 
    224224 
    225225% on fait la somme des valeurs de olr_filtreentiel sur le nbre d occurences 
     
    260260             end; 
    261261          end; 
    262        end 
     262       end; 
    263263       subplot(7,1,8-e); 
    264264       palettecomplet 
     
    274274       else 
    275275      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    276        end 
     276       end; 
    277277       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    278278       if e==4; 
     
    287287       if e==7; 
    288288          title('OLR composite EOF1 1030j simulation AS','fontsize',8) ; 
    289        end 
     289       end; 
    290290       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    291291       pos_vert=e/10; 
     
    322322             end; 
    323323          end; 
    324        end 
     324       end; 
    325325       subplot(7,1,8-e); 
    326326       palettecomplet 
     
    336336       else 
    337337      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    338        end 
     338       end; 
    339339       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    340340       if e==4; 
     
    349349       if e==7; 
    350350          title('OLR composite EOF1 1030j simulation AS','fontsize',8) ; 
    351        end 
     351       end; 
    352352       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    353353       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_olr_AS_eof1_30100.m

    r24 r26  
    219219           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    220220           student1(a,b,c)=ttest(x,y,.2); 
    221         end 
    222     end 
    223 end 
     221        end; 
     222    end; 
     223end; 
    224224 
    225225% on fait la somme des valeurs de olr_filtreentiel sur le nbre d occurences 
     
    260260             end; 
    261261          end; 
    262        end 
     262       end; 
    263263       subplot(7,1,8-e); 
    264264       palette 
     
    274274       else 
    275275      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    276        end 
     276       end; 
    277277       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    278278       if e==4; 
     
    287287       if e==7; 
    288288          title('OLR composite EOF1 30100j simulation AS','fontsize',8) ; 
    289        end 
     289       end; 
    290290       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    291291       pos_vert=e/10; 
     
    322322             end; 
    323323          end; 
    324        end 
     324       end; 
    325325       subplot(7,1,8-e); 
    326326       palette 
     
    336336       else 
    337337      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    338        end 
     338       end; 
    339339       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    340340       if e==4; 
     
    349349       if e==7; 
    350350          title('OLR composite EOF1 30100j simulation AS','fontsize',8) ; 
    351        end 
     351       end; 
    352352       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    353353       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_olr_AS_eof2_1030.m

    r24 r26  
    219219           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    220220           student1(a,b,c)=ttest(x,y,.2); 
    221         end 
    222     end 
    223 end 
     221        end; 
     222    end; 
     223end; 
    224224 
    225225% on fait la somme des valeurs de olr_filtreentiel sur le nbre d occurences 
     
    260260             end; 
    261261          end; 
    262        end 
     262       end; 
    263263       subplot(7,1,8-e); 
    264264       palettecomplet 
     
    274274       else 
    275275      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    276        end 
     276       end; 
    277277       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    278278       if e==4; 
     
    287287       if e==7; 
    288288          title('OLR composite EOF2 1030j simulation AS','fontsize',8) ; 
    289        end 
     289       end; 
    290290       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    291291       pos_vert=e/10; 
     
    322322             end; 
    323323          end; 
    324        end 
     324       end; 
    325325       subplot(7,1,8-e); 
    326326       palettecomplet 
     
    336336       else 
    337337      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    338        end 
     338       end; 
    339339       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    340340       if e==4; 
     
    349349       if e==7; 
    350350          title('OLR composite EOF2 1030j simulation AS','fontsize',8) ; 
    351        end 
     351       end; 
    352352       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    353353       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_olr_AS_eof2_30100.m

    r24 r26  
    219219           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    220220           student1(a,b,c)=ttest(x,y,.2); 
    221         end 
    222     end 
    223 end 
     221        end; 
     222    end; 
     223end; 
    224224 
    225225% on fait la somme des valeurs de olr_filtreentiel sur le nbre d occurences 
     
    260260             end; 
    261261          end; 
    262        end 
     262       end; 
    263263       subplot(7,1,8-e); 
    264264       palette 
     
    274274       else 
    275275      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    276        end 
     276       end; 
    277277       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    278278       if e==4; 
     
    287287       if e==7; 
    288288          title('OLR composite EOF2 30100j simulation AS','fontsize',8) ; 
    289        end 
     289       end; 
    290290       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    291291       pos_vert=e/10; 
     
    322322             end; 
    323323          end; 
    324        end 
     324       end; 
    325325       subplot(7,1,8-e); 
    326326       palette 
     
    336336       else 
    337337      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    338        end 
     338       end; 
    339339       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    340340       if e==4; 
     
    349349       if e==7; 
    350350          title('OLR composite EOF2 30100j simulation AS','fontsize',8) ; 
    351        end 
     351       end; 
    352352       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    353353       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_olr_CTL_eof1_1030.m

    r24 r26  
    219219           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    220220           student1(a,b,c)=ttest(x,y,.2); 
    221         end 
    222     end 
    223 end 
     221        end; 
     222    end; 
     223end; 
    224224 
    225225% on fait la somme des valeurs de olr_filtreentiel sur le nbre d occurences 
     
    260260             end; 
    261261          end; 
    262        end 
     262       end; 
    263263       subplot(7,1,8-e); 
    264264       palettecomplet 
     
    274274       else 
    275275      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    276        end 
     276       end; 
    277277       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    278278       if e==4; 
     
    287287       if e==7; 
    288288          title('OLR composite EOF1 1030j simulation CTL','fontsize',8) ; 
    289        end 
     289       end; 
    290290       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    291291       pos_vert=e/10; 
     
    322322             end; 
    323323          end; 
    324        end 
     324       end; 
    325325       subplot(7,1,8-e); 
    326326       palettecomplet 
     
    336336       else 
    337337      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    338        end 
     338       end; 
    339339       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    340340       if e==4; 
     
    349349       if e==7; 
    350350          title('OLR composite EOF1 1030j simulation CTL','fontsize',8) ; 
    351        end 
     351       end; 
    352352       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    353353       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_olr_CTL_eof1_30100.m

    r24 r26  
    219219           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    220220           student1(a,b,c)=ttest(x,y,.2); 
    221         end 
    222     end 
    223 end 
     221        end; 
     222    end; 
     223end; 
    224224 
    225225% on fait la somme des valeurs de olr_filtreentiel sur le nbre d occurences 
     
    260260             end; 
    261261          end; 
    262        end 
     262       end; 
    263263       subplot(7,1,8-e); 
    264264       palette 
     
    274274       else 
    275275      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    276        end 
     276       end; 
    277277       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    278278       if e==4; 
     
    287287       if e==7; 
    288288          title('OLR composite EOF1 30100j simulation CTL','fontsize',8) ; 
    289        end 
     289       end; 
    290290       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    291291       pos_vert=e/10; 
     
    322322             end; 
    323323          end; 
    324        end 
     324       end; 
    325325       subplot(7,1,8-e); 
    326326       palette 
     
    336336       else 
    337337      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    338        end 
     338       end; 
    339339       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    340340       if e==4; 
     
    349349       if e==7; 
    350350          title('OLR composite EOF1 30100j simulation CTL','fontsize',8) ; 
    351        end 
     351       end; 
    352352       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    353353       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_olr_CTL_eof2_1030.m

    r24 r26  
    219219           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    220220           student1(a,b,c)=ttest(x,y,.2); 
    221         end 
    222     end 
    223 end 
     221        end; 
     222    end; 
     223end; 
    224224 
    225225% on fait la somme des valeurs de olr_filtreentiel sur le nbre d occurences 
     
    260260             end; 
    261261          end; 
    262        end 
     262       end; 
    263263       subplot(7,1,8-e); 
    264264       palettecomplet 
     
    274274       else 
    275275      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    276        end 
     276       end; 
    277277       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    278278       if e==4; 
     
    287287       if e==7; 
    288288          title('OLR composite EOF2 1030j simulation CTL','fontsize',8) ; 
    289        end 
     289       end; 
    290290       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    291291       pos_vert=e/10; 
     
    322322             end; 
    323323          end; 
    324        end 
     324       end; 
    325325       subplot(7,1,8-e); 
    326326       palettecomplet 
     
    336336       else 
    337337      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    338        end 
     338       end; 
    339339       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    340340       if e==4; 
     
    349349       if e==7; 
    350350          title('OLR composite EOF2 1030j simulation CTL','fontsize',8) ; 
    351        end 
     351       end; 
    352352       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    353353       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_olr_CTL_eof2_30100.m

    r24 r26  
    219219           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    220220           student1(a,b,c)=ttest(x,y,.2); 
    221         end 
    222     end 
    223 end 
     221        end; 
     222    end; 
     223end; 
    224224 
    225225% on fait la somme des valeurs de olr_filtreentiel sur le nbre d occurences 
     
    260260             end; 
    261261          end; 
    262        end 
     262       end; 
    263263       subplot(7,1,8-e); 
    264264       palette 
     
    274274       else 
    275275      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    276        end 
     276       end; 
    277277       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    278278       if e==4; 
     
    287287       if e==7; 
    288288          title('OLR composite EOF2 30100j simulation CTL','fontsize',8) ; 
    289        end 
     289       end; 
    290290       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    291291       pos_vert=e/10; 
     
    322322             end; 
    323323          end; 
    324        end 
     324       end; 
    325325       subplot(7,1,8-e); 
    326326       palette 
     
    336336       else 
    337337      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    338        end 
     338       end; 
    339339       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    340340       if e==4; 
     
    349349       if e==7; 
    350350          title('OLR composite EOF2 30100j simulation CTL','fontsize',8) ; 
    351        end 
     351       end; 
    352352       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    353353       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_olr_TR_eof1_1030.m

    r24 r26  
    219219           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    220220           student1(a,b,c)=ttest(x,y,.2); 
    221         end 
    222     end 
    223 end 
     221        end; 
     222    end; 
     223end; 
    224224 
    225225olr_filtre_compomin1(:,:,:)=nanmean(olr_filtre_compomin); 
     
    258258             end; 
    259259          end; 
    260        end 
     260       end; 
    261261       subplot(7,1,8-e); 
    262262       palettecomplet 
     
    272272       else 
    273273      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    274        end 
     274       end; 
    275275       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    276276       if e==4; 
     
    285285       if e==7; 
    286286          title('OLR composite EOF1 1030j simulation TR','fontsize',8) ; 
    287        end 
     287       end; 
    288288       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    289289       pos_vert=e/10; 
     
    320320             end; 
    321321          end; 
    322        end 
     322       end; 
    323323       subplot(7,1,8-e); 
    324324       palettecomplet 
     
    334334       else 
    335335      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    336        end 
     336       end; 
    337337       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    338338       if e==4; 
     
    347347       if e==7; 
    348348          title('OLR composite EOF1 1030j simulation TR','fontsize',8) ; 
    349        end 
     349       end; 
    350350       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    351351       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_olr_TR_eof1_30100.m

    r24 r26  
    227227           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    228228           student1(a,b,c)=ttest(x,y,.2); 
    229         end 
    230     end 
    231 end 
     229        end; 
     230    end; 
     231end; 
    232232 
    233233olr_filtre_compomin1(:,:,:)=nanmean(olr_filtre_compomin); 
     
    266266             end; 
    267267          end; 
    268        end 
     268       end; 
    269269       subplot(7,1,8-e); 
    270270       palette 
     
    280280       else 
    281281      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    282        end 
     282       end; 
    283283       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    284284       if e==4; 
     
    293293       if e==7; 
    294294          title('OLR composite EOF1 30100j simulation TR','fontsize',8) ; 
    295        end 
     295       end; 
    296296       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    297297       pos_vert=e/10; 
     
    328328             end; 
    329329          end; 
    330        end 
     330       end; 
    331331       subplot(7,1,8-e); 
    332332       palette 
     
    342342       else 
    343343      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    344        end 
     344       end; 
    345345       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    346346       if e==4; 
     
    355355       if e==7; 
    356356          title('OLR composite EOF1 30100j simulation TR','fontsize',8) ; 
    357        end 
     357       end; 
    358358       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    359359       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_olr_TR_eof2_1030.m

    r24 r26  
    227227           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    228228           student1(a,b,c)=ttest(x,y,.2); 
    229         end 
    230     end 
    231 end 
     229        end; 
     230    end; 
     231end; 
    232232 
    233233olr_filtre_compomin1(:,:,:)=nanmean(olr_filtre_compomin); 
     
    266266             end; 
    267267          end; 
    268        end 
     268       end; 
    269269       subplot(7,1,8-e); 
    270270       palette 
     
    280280       else 
    281281      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    282        end 
     282       end; 
    283283       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    284284       if e==4; 
     
    293293       if e==7; 
    294294          title('OLR composite EOF2 30100j simulation TR','fontsize',8) ; 
    295        end 
     295       end; 
    296296       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    297297       pos_vert=e/10; 
     
    328328             end; 
    329329          end; 
    330        end 
     330       end; 
    331331       subplot(7,1,8-e); 
    332332       palette 
     
    342342       else 
    343343      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    344        end 
     344       end; 
    345345       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    346346       if e==4; 
     
    355355       if e==7; 
    356356          title('OLR composite EOF2 30100j simulation TR','fontsize',8) ; 
    357        end 
     357       end; 
    358358       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    359359       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/composite_olr_TR_eof2_30100.m

    r24 r26  
    227227           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    228228           student1(a,b,c)=ttest(x,y,.2); 
    229         end 
    230     end 
    231 end 
     229        end; 
     230    end; 
     231end; 
    232232 
    233233olr_filtre_compomin1(:,:,:)=nanmean(olr_filtre_compomin); 
     
    266266             end; 
    267267          end; 
    268        end 
     268       end; 
    269269       subplot(7,1,8-e); 
    270270       palette 
     
    280280       else 
    281281      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    282        end 
     282       end; 
    283283       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    284284       if e==4; 
     
    293293       if e==7; 
    294294          title('OLR composite EOF2 30100j simulation TR','fontsize',8) ; 
    295        end 
     295       end; 
    296296       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    297297       pos_vert=e/10; 
     
    328328             end; 
    329329          end; 
    330        end 
     330       end; 
    331331       subplot(7,1,8-e); 
    332332       palette 
     
    342342       else 
    343343      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    344        end 
     344       end; 
    345345       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    346346       if e==4; 
     
    355355       if e==7; 
    356356          title('OLR composite EOF2 30100j simulation TR','fontsize',8) ; 
    357        end 
     357       end; 
    358358       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    359359       pos_vert=e/10; 
  • trunk/src/SIMULS_IRCAAM/correlations_eofs_olr_jas.m

    r24 r26  
    4040      for c=1:siz; 
    4141           vecteur(c)=olr1(a,b,c); 
    42       end 
     42      end; 
    4343      std_c=nanmean(vecteur); 
    4444      for c=1:siz; 
    4545          olr1(a,b,c)=olr1(a,b,c)-std_c; 
    46       end 
    47    end 
     46      end; 
     47   end; 
    4848end; 
    4949 
     
    173173        for c=1:28; 
    174174           y(c)=olr(a,b,c); 
    175         end 
     175        end; 
    176176        clear coco; 
    177177        coco=corrcoef(y,eof1_noaa_annuel); 
     
    184184        correlations_eof3(a,b)=coco(2,1); 
    185185 
    186     end 
    187 end 
     186    end; 
     187end; 
    188188 
    189189subplot(3,1,1); 
  • trunk/src/SIMULS_IRCAAM/correlations_eofs_olr_jas_20.m

    r24 r26  
    4141      for c=1:siz; 
    4242           vecteur(c)=olr1(a,b,c); 
    43       end 
     43      end; 
    4444      std_c=nanmean(vecteur); 
    4545      for c=1:siz; 
    4646          olr1(a,b,c)=olr1(a,b,c)-std_c; 
    47       end 
    48    end 
     47      end; 
     48   end; 
    4949end; 
    5050 
     
    174174        for c=1:28; 
    175175           y(c)=olr(a,b,c); 
    176         end 
     176        end; 
    177177        clear coco; 
    178178        coco=corrcoef(y,eof1_noaa_annuel_20); 
     
    184184        coco=corrcoef(y,eof3_noaa_annuel_20); 
    185185        correlations_eof3(a,b)=coco(2,1); 
    186     end 
    187 end 
     186    end; 
     187end; 
    188188 
    189189subplot(3,1,1); 
  • trunk/src/SIMULS_IRCAAM/prepare_olr_AFR_annuel.m

    r16 r26  
    131131    vaude=mean(vaude); 
    132132    olr(a,:)=olr(a,:)-vaude; 
    133 end 
     133end; 
    134134 
    135135% calcul de la matrice de covariance 
  • trunk/src/SIMULS_IRCAAM/prepare_olr_filtre_AFR.m

    r21 r26  
    127127    vaude=mean(vaude); 
    128128    olr(a,:)=olr(a,:)-vaude; 
    129 end 
     129end; 
    130130fid=fopen('coco.dat','w'); 
    131131fwrite(fid,olr,'float'); 
  • trunk/src/SIMULS_IRCAAM/prepare_olr_filtre_AS.m

    r22 r26  
    127127    vaude=mean(vaude); 
    128128    olr(a,:)=olr(a,:)-vaude; 
    129 end 
     129end; 
    130130fid=fopen('olr_nofiltre_as.dat','w'); 
    131131fwrite(fid,olr,'float'); 
  • trunk/src/SIMULS_IRCAAM/prepare_olr_filtre_TR.m

    r22 r26  
    126126    vaude=mean(vaude); 
    127127    olr(a,:)=olr(a,:)-vaude; 
    128 end 
     128end; 
    129129fid=fopen('olr_nofiltre_tr.dat','w'); 
    130130fwrite(fid,olr,'float'); 
  • trunk/src/SIMULS_IRCAAM/prepare_pluie_AFR_annuel.m

    r18 r26  
    131131    vaude=mean(vaude); 
    132132    pluie(a,:)=pluie(a,:)-vaude; 
    133 end 
     133end; 
    134134 
    135135% calcul de la matrice de covariance 
Note: See TracChangeset for help on using the changeset viewer.