Ignore:
File:
1 edited

Legend:

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

    r18 r26  
    55close all; 
    66olr=zeros(122,29,64,128); 
    7 cd('INDE') 
     7 
    88ncload('rlut_d.AsNQIVIV.197106-09.nc','rlut'); 
    99olr(:,1,:,:)=rlut; clear rlut; 
     
    9393olr(:,29,:,:)=rlut; clear rlut; 
    9494 
    95 cd('..'); 
    9695% selction du domaine geographique 
    9796olr1=zeros(122,29,64,128); 
     
    10099clear olr; 
    101100 
    102 load eof1_AS_30100.txt 
     101status=load('eof1_AS_30100.txt'); 
     102eof1_AS_30100=status; 
     103clear status; 
    103104 
    104105% on met sous la forme annee mois 
     
    135136         if (delta(b+1)<0 && delta(b)>0 && olr_eof(b,a)>(olrbis)); 
    136137            compteurmax=compteurmax+1; 
    137           olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
     138            olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
    138139            olr_filtre_compomax(compteurmax,2,:,:)=olr1(b-19,a,:,:); 
    139140            olr_filtre_compomax(compteurmax,3,:,:)=olr1(b-18,a,:,:); 
     
    218219           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    219220           student1(a,b,c)=ttest(x,y,.2); 
    220         end 
    221     end 
    222 end 
     221        end; 
     222    end; 
     223end; 
    223224 
    224225% on fait la somme des valeurs de olr_filtreentiel sur le nbre d occurences 
     
    259260             end; 
    260261          end; 
    261        end 
     262       end; 
    262263       subplot(7,1,8-e); 
    263264       palette 
     
    273274       else 
    274275      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    275        end 
     276       end; 
    276277       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    277278       if e==4; 
     
    285286       axis([-180 180 -20 40]); 
    286287       if e==7; 
    287       title('OLR composite EOF1 30100j simulation AS ','fontsize',8) ; 
    288        end 
     288          title('OLR composite EOF1 30100j simulation AS','fontsize',8) ; 
     289       end; 
    289290       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    290291       pos_vert=e/10; 
     
    293294 
    294295figure(1); 
    295 print -depsc2 composite_olr_EOF1_30100j_simulation_AS_part1.eps; 
     296print('-depsc2','composite_olr_EOF1_30100j_simulation_AS_part1.eps'); 
    296297 
    297298figure(2); 
     
    321322             end; 
    322323          end; 
    323        end 
     324       end; 
    324325       subplot(7,1,8-e); 
    325326       palette 
     
    335336       else 
    336337      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    337        end 
     338       end; 
    338339       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    339340       if e==4; 
     
    347348       axis([-180 180 -20 40]); 
    348349       if e==7; 
    349            title('OLR composite EOF1 30100j simulation AS','fontsize',8) ; 
    350        end 
     350          title('OLR composite EOF1 30100j simulation AS','fontsize',8) ; 
     351       end; 
    351352       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    352353       pos_vert=e/10; 
     
    355356 
    356357figure(2); 
    357 print -depsc2 composite_olr_EOF1_30100j_simulation_AS_part2.eps; 
     358print('-depsc2','composite_olr_EOF1_30100j_simulation_AS_part2.eps'); 
Note: See TracChangeset for help on using the changeset viewer.