Ignore:
File:
1 edited

Legend:

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

    r26 r18  
    55close all; 
    66olr=zeros(122,29,64,128); 
    7  
     7cd('INDE') 
    88ncload('rlut_d.AsNQIVIV.197106-09.nc','rlut'); 
    99olr(:,1,:,:)=rlut; clear rlut; 
     
    9393olr(:,29,:,:)=rlut; clear rlut; 
    9494 
     95cd('..'); 
    9596% selction du domaine geographique 
    9697olr1=zeros(122,29,64,128); 
     
    99100clear olr; 
    100101 
    101 status=load('eof1_AS_30100.txt'); 
    102 eof1_AS_30100=status; 
    103 clear status; 
     102load eof1_AS_30100.txt 
    104103 
    105104% on met sous la forme annee mois 
     
    136135         if (delta(b+1)<0 && delta(b)>0 && olr_eof(b,a)>(olrbis)); 
    137136            compteurmax=compteurmax+1; 
    138             olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
     137          olr_filtre_compomax(compteurmax,1,:,:)=olr1(b-20,a,:,:); 
    139138            olr_filtre_compomax(compteurmax,2,:,:)=olr1(b-19,a,:,:); 
    140139            olr_filtre_compomax(compteurmax,3,:,:)=olr1(b-18,a,:,:); 
     
    219218           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    220219           student1(a,b,c)=ttest(x,y,.2); 
    221         end; 
    222     end; 
    223 end; 
     220        end 
     221    end 
     222end 
    224223 
    225224% on fait la somme des valeurs de olr_filtreentiel sur le nbre d occurences 
     
    260259             end; 
    261260          end; 
    262        end; 
     261       end 
    263262       subplot(7,1,8-e); 
    264263       palette 
     
    274273       else 
    275274      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    276        end; 
     275       end 
    277276       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    278277       if e==4; 
     
    286285       axis([-180 180 -20 40]); 
    287286       if e==7; 
    288           title('OLR composite EOF1 30100j simulation AS','fontsize',8) ; 
    289        end; 
     287      title('OLR composite EOF1 30100j simulation AS ','fontsize',8) ; 
     288       end 
    290289       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    291290       pos_vert=e/10; 
     
    294293 
    295294figure(1); 
    296 print('-depsc2','composite_olr_EOF1_30100j_simulation_AS_part1.eps'); 
     295print -depsc2 composite_olr_EOF1_30100j_simulation_AS_part1.eps; 
    297296 
    298297figure(2); 
     
    322321             end; 
    323322          end; 
    324        end; 
     323       end 
    325324       subplot(7,1,8-e); 
    326325       palette 
     
    336335       else 
    337336      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    338        end; 
     337       end 
    339338       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    340339       if e==4; 
     
    348347       axis([-180 180 -20 40]); 
    349348       if e==7; 
    350           title('OLR composite EOF1 30100j simulation AS','fontsize',8) ; 
    351        end; 
     349           title('OLR composite EOF1 30100j simulation AS','fontsize',8) ; 
     350       end 
    352351       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    353352       pos_vert=e/10; 
     
    356355 
    357356figure(2); 
    358 print('-depsc2','composite_olr_EOF1_30100j_simulation_AS_part2.eps'); 
     357print -depsc2 composite_olr_EOF1_30100j_simulation_AS_part2.eps; 
Note: See TracChangeset for help on using the changeset viewer.