source: trunk/src/mode_sahelien/composite_hgt500_eof1_30100.m @ 91

Last change on this file since 91 was 26, checked in by pinsard, 15 years ago

add semi-colon after end everywhere

File size: 13.3 KB
Line 
1%
2
3% initialisation
4clear;
5close all;
6
7% etape 1 :on selectionne les mois d ete (attention aux annees bixestiles!)
8%          on compile sous forme d'un seul fichier
9
10hgt500=zeros(122,49,144,28);
11
12siz=31+28+31+30+31+1;
13sizbis=31+28+31+30+31+30+31+31+30;
14ncload('hgt500.1979.nc'); hgt500(:,:,:,1)=hgt(siz:sizbis,1,:,:); clear hgt;
15ncload('hgt500.1980.nc'); hgt500(:,:,:,2)=hgt(siz+1:sizbis+1,1,:,:); clear hgt;
16ncload('hgt500.1981.nc'); hgt500(:,:,:,3)=hgt(siz:sizbis,1,:,:);clear hgt;
17ncload('hgt500.1982.nc'); hgt500(:,:,:,4)=hgt(siz:sizbis,1,:,:);clear hgt;
18ncload('hgt500.1983.nc'); hgt500(:,:,:,5)=hgt(siz:sizbis,1,:,:);clear hgt;
19ncload('hgt500.1984.nc'); hgt500(:,:,:,6)=hgt(siz+1:sizbis+1,1,:,:);clear hgt;
20ncload('hgt500.1985.nc'); hgt500(:,:,:,7)=hgt(siz:sizbis,1,:,:);clear hgt;
21ncload('hgt500.1986.nc'); hgt500(:,:,:,8)=hgt(siz:sizbis,1,:,:);clear hgt;
22ncload('hgt500.1987.nc'); hgt500(:,:,:,9)=hgt(siz:sizbis,1,:,:);clear hgt;
23ncload('hgt500.1988.nc'); hgt500(:,:,:,10)=hgt(siz+1:sizbis+1,1,:,:);clear hgt;
24ncload('hgt500.1989.nc'); hgt500(:,:,:,11)=hgt(siz:sizbis,1,:,:);clear hgt;
25ncload('hgt500.1990.nc'); hgt500(:,:,:,12)=hgt(siz:sizbis,1,:,:);clear hgt;
26ncload('hgt500.1991.nc'); hgt500(:,:,:,13)=hgt(siz:sizbis,1,:,:);clear hgt;
27ncload('hgt500.1992.nc'); hgt500(:,:,:,14)=hgt(siz+1:sizbis+1,1,:,:);clear hgt;
28ncload('hgt500.1993.nc'); hgt500(:,:,:,15)=hgt(siz:sizbis,1,:,:);clear hgt;
29ncload('hgt500.1994.nc'); hgt500(:,:,:,16)=hgt(siz:sizbis,1,:,:);clear hgt;
30ncload('hgt500.1995.nc'); hgt500(:,:,:,17)=hgt(siz:sizbis,1,:,:);clear hgt;
31ncload('hgt500.1996.nc'); hgt500(:,:,:,18)=hgt(siz+1:sizbis+1,1,:,:);clear hgt;
32ncload('hgt500.1997.nc'); hgt500(:,:,:,19)=hgt(siz:sizbis,1,:,:);clear hgt;
33ncload('hgt500.1998.nc'); hgt500(:,:,:,20)=hgt(siz:sizbis,1,:,:);clear hgt;
34ncload('hgt500.1999.nc'); hgt500(:,:,:,21)=hgt(siz:sizbis,1,:,:);clear hgt;
35ncload('hgt500.2000.nc'); hgt500(:,:,:,22)=hgt(siz+1:sizbis+1,1,:,:);clear hgt;
36ncload('hgt500.2001.nc'); hgt500(:,:,:,23)=hgt(siz:sizbis,1,:,:);clear hgt;
37ncload('hgt500.2002.nc'); hgt500(:,:,:,24)=hgt(siz:sizbis,1,:,:);clear hgt;
38ncload('hgt500.2003.nc'); hgt500(:,:,:,25)=hgt(siz:sizbis,1,:,:);clear hgt;
39ncload('hgt500.2004.nc'); hgt500(:,:,:,26)=hgt(siz+1:sizbis+1,1,:,:);clear hgt;
40ncload('hgt500.2005.nc'); hgt500(:,:,:,27)=hgt(siz:sizbis,1,:,:);clear hgt;
41ncload('hgt500.2006.nc'); hgt500(:,:,:,28)=hgt(siz:sizbis,1,:,:);clear hgt;
42hgt500=hgt500+31265;
43
44clear siz1 siz1bis;
45
46hgt500=permute(hgt500,[1 4 2 3]);
47
48for a=1:122;
49    for b=1:28;
50        for c=1:49;
51            for d=1:144;
52                if hgt500(a,b,c,d)==31265;
53                    hgt500(a,b,c,d)=NaN;
54                end;
55            end;
56        end;
57    end;
58end;
59
60hgt1=zeros(122,28,49,144);
61hgt1(:,:,:,1:72)=hgt500(:,:,:,73:144);
62hgt1(:,:,:,73:144)=hgt500(:,:,:,1:72);
63clear hgt500;
64hgt500=hgt1;
65clear hgt1;
66
67hgt1=permute(hgt500,[2 1 3 4]);
68hgt2(:,:,:)=nanmean(hgt1);
69clear hgt1;
70hgt3=reshape(hgt500, 3416,49,144);
71hgt4(:,:)=nanmean(hgt3);
72clear hgt3;
73
74for a=1:122;
75   for b=1:28;
76      for c=1:37;
77         for d=1:144;
78             hgt500(a,b,c,d)=hgt500(a,b,c,d)-(hgt2(a,c,d)-hgt4(c,d));
79         end;
80      end;
81   end;
82end;
83clear hgt2 hgt4;
84
85%%%%%%%%%%%%%%% FICHIER OLR
86status=load('eof1_30100.txt');
87eof1_30100=status;
88clear status;
89ind_olr=reshape(eof1_30100,122,28);
90clear eof1_30100;
91k=122*28;
92
93% on calcule l ecart type sur la serie entiere de l OLR
94ind_olr1=reshape(ind_olr, k,1);
95ind_olr2=std(ind_olr1);
96clear ind_olr1;
97
98% GEOPOTENTIEL
99% intialisation des tableaux
100hgt500_filtre_compomax=NaN*ones(60,31,49,144);
101hgt500_filtre_compomin=NaN*ones(60,31,49,144);
102
103compteurmax=0;
104compteurmin=0;
105hgt=hgt500;
106clear hgt500;
107% boucle sur les annees
108for a=1:28;
109   clear delta;
110   delta=zeros(122,1);
111   % boucle sur les jours : on prepare avant
112   for b=1:122;
113        if b>1;
114            delta(b)=ind_olr(b,a)-ind_olr(b-1,a);
115        end;
116   end;
117   % boucle sur les jours
118   for b=1:122;
119      % 1ere condition (laisser une marge de 10)
120      if (b>20 && b<112);
121% cas 1 : max deltas apres negetifs et deltas avant postifs
122         if (delta(b+1)<0 && delta(b)<0 && delta(b-1)>0 && delta(b-2)>0 && ind_olr(b,a)>ind_olr2);
123            compteurmax=compteurmax+1;
124            hgt500_filtre_compomax(compteurmax,1,:,:)=hgt(b-20,a,:,:);
125            hgt500_filtre_compomax(compteurmax,2,:,:)=hgt(b-19,a,:,:);
126            hgt500_filtre_compomax(compteurmax,3,:,:)=hgt(b-18,a,:,:);
127            hgt500_filtre_compomax(compteurmax,4,:,:)=hgt(b-17,a,:,:);
128            hgt500_filtre_compomax(compteurmax,5,:,:)=hgt(b-16,a,:,:);
129            hgt500_filtre_compomax(compteurmax,6,:,:)=hgt(b-15,a,:,:);
130            hgt500_filtre_compomax(compteurmax,7,:,:)=hgt(b-14,a,:,:);
131            hgt500_filtre_compomax(compteurmax,8,:,:)=hgt(b-13,a,:,:);
132            hgt500_filtre_compomax(compteurmax,9,:,:)=hgt(b-12,a,:,:);
133            hgt500_filtre_compomax(compteurmax,10,:,:)=hgt(b-11,a,:,:);
134
135            hgt500_filtre_compomax(compteurmax,11,:,:)=hgt(b-10,a,:,:);
136            hgt500_filtre_compomax(compteurmax,12,:,:)=hgt(b-9,a,:,:);
137            hgt500_filtre_compomax(compteurmax,13,:,:)=hgt(b-8,a,:,:);
138            hgt500_filtre_compomax(compteurmax,14,:,:)=hgt(b-7,a,:,:);
139            hgt500_filtre_compomax(compteurmax,15,:,:)=hgt(b-6,a,:,:);
140            hgt500_filtre_compomax(compteurmax,16,:,:)=hgt(b-5,a,:,:);
141            hgt500_filtre_compomax(compteurmax,17,:,:)=hgt(b-4,a,:,:);
142            hgt500_filtre_compomax(compteurmax,18,:,:)=hgt(b-3,a,:,:);
143            hgt500_filtre_compomax(compteurmax,19,:,:)=hgt(b-2,a,:,:);
144            hgt500_filtre_compomax(compteurmax,20,:,:)=hgt(b-1,a,:,:);
145
146            hgt500_filtre_compomax(compteurmax,21,:,:)=hgt(b,a,:,:);
147            hgt500_filtre_compomax(compteurmax,22,:,:)=hgt(b+1,a,:,:);
148            hgt500_filtre_compomax(compteurmax,23,:,:)=hgt(b+2,a,:,:);
149            hgt500_filtre_compomax(compteurmax,24,:,:)=hgt(b+3,a,:,:);
150            hgt500_filtre_compomax(compteurmax,25,:,:)=hgt(b+4,a,:,:);
151            hgt500_filtre_compomax(compteurmax,26,:,:)=hgt(b+5,a,:,:);
152            hgt500_filtre_compomax(compteurmax,27,:,:)=hgt(b+6,a,:,:);
153            hgt500_filtre_compomax(compteurmax,28,:,:)=hgt(b+7,a,:,:);
154            hgt500_filtre_compomax(compteurmax,29,:,:)=hgt(b+8,a,:,:);
155            hgt500_filtre_compomax(compteurmax,30,:,:)=hgt(b+9,a,:,:);
156            hgt500_filtre_compomax(compteurmax,31,:,:)=hgt(b+10,a,:,:);
157% cas 2 : min deltas apres positifs et deltas avant negatifs
158         elseif (delta(b+1)>0 && delta(b)>0 && delta(b-1)<0 && delta(b-2)<0 && ind_olr(b,a)<(-ind_olr2));
159            compteurmin=compteurmin+1;
160
161            hgt500_filtre_compomin(compteurmin,1,:,:)=hgt(b-20,a,:,:);
162            hgt500_filtre_compomin(compteurmin,2,:,:)=hgt(b-19,a,:,:);
163            hgt500_filtre_compomin(compteurmin,3,:,:)=hgt(b-18,a,:,:);
164            hgt500_filtre_compomin(compteurmin,4,:,:)=hgt(b-17,a,:,:);
165            hgt500_filtre_compomin(compteurmin,5,:,:)=hgt(b-16,a,:,:);
166            hgt500_filtre_compomin(compteurmin,6,:,:)=hgt(b-15,a,:,:);
167            hgt500_filtre_compomin(compteurmin,7,:,:)=hgt(b-14,a,:,:);
168            hgt500_filtre_compomin(compteurmin,8,:,:)=hgt(b-13,a,:,:);
169            hgt500_filtre_compomin(compteurmin,9,:,:)=hgt(b-12,a,:,:);
170            hgt500_filtre_compomin(compteurmin,10,:,:)=hgt(b-11,a,:,:);
171
172            hgt500_filtre_compomin(compteurmin,11,:,:)=hgt(b-10,a,:,:);
173            hgt500_filtre_compomin(compteurmin,12,:,:)=hgt(b-9,a,:,:);
174            hgt500_filtre_compomin(compteurmin,13,:,:)=hgt(b-8,a,:,:);
175            hgt500_filtre_compomin(compteurmin,14,:,:)=hgt(b-7,a,:,:);
176            hgt500_filtre_compomin(compteurmin,15,:,:)=hgt(b-6,a,:,:);
177            hgt500_filtre_compomin(compteurmin,16,:,:)=hgt(b-5,a,:,:);
178            hgt500_filtre_compomin(compteurmin,17,:,:)=hgt(b-4,a,:,:);
179            hgt500_filtre_compomin(compteurmin,18,:,:)=hgt(b-3,a,:,:);
180            hgt500_filtre_compomin(compteurmin,19,:,:)=hgt(b-2,a,:,:);
181            hgt500_filtre_compomin(compteurmin,20,:,:)=hgt(b-1,a,:,:);
182
183            hgt500_filtre_compomin(compteurmin,21,:,:)=hgt(b,a,:,:);
184            hgt500_filtre_compomin(compteurmin,22,:,:)=hgt(b+1,a,:,:);
185            hgt500_filtre_compomin(compteurmin,23,:,:)=hgt(b+2,a,:,:);
186            hgt500_filtre_compomin(compteurmin,24,:,:)=hgt(b+3,a,:,:);
187            hgt500_filtre_compomin(compteurmin,25,:,:)=hgt(b+4,a,:,:);
188            hgt500_filtre_compomin(compteurmin,26,:,:)=hgt(b+5,a,:,:);
189            hgt500_filtre_compomin(compteurmin,27,:,:)=hgt(b+6,a,:,:);
190            hgt500_filtre_compomin(compteurmin,28,:,:)=hgt(b+7,a,:,:);
191            hgt500_filtre_compomin(compteurmin,29,:,:)=hgt(b+8,a,:,:);
192            hgt500_filtre_compomin(compteurmin,30,:,:)=hgt(b+9,a,:,:);
193            hgt500_filtre_compomin(compteurmin,31,:,:)=hgt(b+10,a,:,:);
194         end;
195      end;
196   end;
197end;
198disp(['iii : compteurmin =', int2str(compteurmin)]);
199disp(['iii : compteurmax =', int2str(compteurmax)]);
200% on fait le test de Student
201nb_value=min(compteurmin,compteurmax);
202student1=zeros(31,49,144);
203for a=1:31;
204    for b=1:49;
205        for c=1:144;
206           x=hgt500_filtre_compomin(1:nb_value,a,b,c);
207           y=hgt500_filtre_compomax(1:nb_value,a,b,c);
208           student1(a,b,c)=ttest(x,y,.1);
209        end;
210    end;
211end;
212
213% on fait la somme des valeurs de hgt500_filtreentiel sur le nbre d occurences
214% on obtent un tableau de la forme (jours-avant-apres,lon,lat)
215hgt500_filtre_compomin1(:,:,:)=nanmean(hgt500_filtre_compomin);
216clear hgt500_filtre_compomin;
217hgt500_filtre_compomax1(:,:,:)=nanmean(hgt500_filtre_compomax);
218clear hgt500_filtre_compomax;
219
220x=[-10:1:10]';
221
222figure(1);
223orient('landscape');
224lat=lat';
225
226for e=1:7;
227       a=7-(e-1)+1;
228       f=2*(a-1)+1;
229       clear delta_hgt500_filtre_min;
230       delta_hgt500_filtre_min=zeros(49,144);
231       for b=1:49;
232          for c=1:144;
233             delta_hgt500_filtre_min(b,c)=hgt500_filtre_compomin1(f,b,c)-hgt500_filtre_compomax1(f,b,c);
234             if student1(f,b,c)==1;
235                 delta_hgt500_filtre_min(b,c)=delta_hgt500_filtre_min(b,c);
236             else
237%                 delta_hgt500_filtre_min(b,c)=NaN;
238             end;
239          end;
240       end;
241       for b=1:49;
242          for c=1:144;
243             if delta_hgt500_filtre_min(b,c)<-50;
244                  delta_hgt500_filtre_min(b,c)=-50;
245             elseif delta_hgt500_filtre_min(b,c)>50;
246                  delta_hgt500_filtre_min(b,c)=50;
247             end;
248          end;
249       end;
250       subplot(7,1,8-e);
251       palettejerome30
252       colormap(palette);
253       delta_hgt500_filtre_min(1,1)=-50.001;
254       delta_hgt500_filtre_min(1,2)=50.001;
255
256       aa=contourf(lon-180,lat,delta_hgt500_filtre_min,[-50:2.5:50],'LineStyle','none');
257       if e==1;
258         set (gca,'XTick',[-60:30:60],'XTickLabel',['60W';'30W';' 0 ';'30W';'60W'],'fontsize',6);
259       else
260         set (gca,'XTick',[-60:30:60],'XTickLabel',[' ';' ';' ';' ';' ']);
261       end;
262       set (gca,'YTick',[20:10:70],'YTickLabel',['   ';'30N';'40N';'50N';'60N';'   '],'fontname','Arial','fontsize',6);
263       if e==4;
264          co=colorbar;
265          set (co,'ytick',[-40:20:40],'yticklabel',[-40:20:40],'fontname','Arial','fontsize',6);
266       end;
267       hold on;
268       cartemonde1;
269       set (gca,'tickDir','out');
270       axis equal;
271       axis([-80 100 20 70]);
272       if e==7;
273           title('EOF1 filtre 30-100j reconstitue indice ITCZ','fontsize',8);
274       end;
275       text(-270,50,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10);
276       pos_vert=e/10;
277       set (gca,'position',[0.2 pos_vert 0.5 0.1]);
278end;
279
280print('-depsc2','compo_hgt500_eof1_30100a.eps');
281
282figure(2);
283orient('landscape');
284
285for e=1:7;
286       a=7-(e-1)+1+7;
287       f=2*(a-1)+1;
288       clear delta_hgt500_filtre_min;
289       delta_hgt500_filtre_min=zeros(49,144);
290       for b=1:49;
291          for c=1:144;
292             delta_hgt500_filtre_min(b,c)=hgt500_filtre_compomin1(f,b,c)-hgt500_filtre_compomax1(f,b,c);
293              if student1(f,b,c)==1;
294                 delta_hgt500_filtre_min(b,c)=delta_hgt500_filtre_min(b,c);
295              else
296%                 delta_hgt500_filtre_min(b,c)=NaN;
297             end;
298           end;
299       end;
300       for b=1:49;
301          for c=1:144;
302             if delta_hgt500_filtre_min(b,c)<-50;
303                  delta_hgt500_filtre_min(b,c)=-50;
304             elseif delta_hgt500_filtre_min(b,c)>50;
305                  delta_hgt500_filtre_min(b,c)=50;
306             end;
307          end;
308       end;
309       subplot(7,1,8-e);
310       palettejerome30;
311       colormap(palette);
312
313       delta_hgt500_filtre_min(1,1)=-50.001;
314       delta_hgt500_filtre_min(1,2)=50.001;
315
316       aa=contourf(lon-180,lat,delta_hgt500_filtre_min,[-50:2.5:50],'LineStyle','none');
317       if e==1;
318         set (gca,'XTick',[-60:30:60],'XTickLabel',['60W';'30W';' 0 ';'30W';'60W'],'fontsize',6);
319       else
320         set (gca,'XTick',[-60:30:60],'XTickLabel',[' ';' ';' ';' ';' ']);
321       end;
322       set (gca,'YTick',[20:10:70],'YTickLabel',['   ';'30N';'40N';'50N';'60N';'   '],'fontname','Arial','fontsize',6);
323       if e==4;
324          co=colorbar;
325          set (co,'ytick',[-40:20:40],'yticklabel',[-40:20:40],'fontname','Arial','fontsize',6);
326       end;
327       hold on;
328       cartemonde1;
329       set (gca,'tickDir','out');
330       axis equal;
331       axis([-80 100 20 70]);
332       if e==7;
333           title('EOF1 filtre 30-100j reconstitue indice ITCZ','fontsize',8);
334       end;
335       text(-270,50,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10);
336       pos_vert=e/10;
337       set (gca,'position',[0.2 pos_vert 0.5 0.1]);
338end;
339print('-depsc2','compo_hgt500_eof1_30100b.eps');
Note: See TracBrowser for help on using the repository browser.