Image:Soi-1876-2005.png
From Wikipedia, the free encyclopedia
Soi-1876-2005.png (13KB, MIME type: image/png
)
[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]
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
Subject to disclaimers.
Note: older version at Image:Soi-1876-2004.png
[edit] Licensing
I, the creator of this work, hereby grant the permission to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
Subject to disclaimers.
File history
Legend: (cur) = this is the current file, (del) = delete
this old version, (rev) = revert to this old version.
Click on date to download the file or see the image uploaded on that date.
- (del) (cur) 19:33, 3 January 2006 . . William M. Connolley (Talk | contribs) . . 698×467 (12,643 bytes) (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)
- Edit this file using an external application
See the setup instructions for more information.