Image:Soi-1876-2005.png

From Wikipedia, the free encyclopedia

[edit] Summary

SOI index, 1876-2005. By William M. Connolley.

Light blue: monthly averages Blue: 13 month running mean Purple: 37 month running mean

Data from ftp://ftp.bom.gov.au/anon/home/ncc/www/sco/soi/soiplaintext.html.

IDL script:

a=readfromfile('soi.txt')
a1=a(1:12,*)
y=a(0,*)
a2=avg(a1,0)
n=n_elements(y)
a3=smooth(reform(a1,n*12),13)
a4=smooth(reform(a1,n*12),12*3+1)

y1=a1
for i=0,n-1 do y1(i*12+indgen(12))=y(i)+indgen(12)/12.

i3=indgen(n*12-13)+6
i4=indgen(n*12-(12*3+1))+12*3/2

device,set_res=500*[1.5,1]

plot,/xs,y1,a1,yr=25*[-1,1],/nodata
oplot,y1,a1,col=6
oplot,y1(i3),a3(i3),th=3,col=3
oplot,y1(i4),a4(i4),th=3,col=5

oplot,makerange(y1),[0,0]

Note: older version at Image:Soi-1876-2004.png

[edit] Licensing

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current19:33, 3 January 2006698×467 (12 KB)William M. Connolley (Talk | contribs) (SOI index, 1876-2004. By William M. Connolley. Light blue: monthly averages Blue: 13 month running mean Purple: 37 month running mean Data from ftp://ftp.bom.gov.au/anon/home/ncc/www/sco/soi/soiplaintext.html. IDL scr)

The following pages on the English Wikipedia link to this file (pages on other projects are not listed):