Image:Epica do18 plot.png
From Wikipedia, the free encyclopedia
Epica_do18_plot.png (12KB, MIME type: image/png
)
Plots of delta-deuterium against age and depth (from EPICA and Vostok)
Note that the Vostok core is deeper, but does not extend so far back in time. Note also that the offset between the EPICA and Vostok cores in delta-deuterium is real: Vostok is a colder site, hence has more negative delta.
Ice core refers as does proxy.
Data sources:
EPICA: http://www.ngdc.noaa.gov/paleo/icecore/antarctica/domec/domec_epica_data.html
Vostok: http://www.ngdc.noaa.gov/paleo/icecore/antarctica/vostok/vostok_data.html
Plotted using the IDL language by W. M. Connolley.
Note that despite the filename and caption, the values plotted are delta-deuterium not delta-o-18.
[edit] Source code
a=readfromfile('edc_dd1.txt',col=6,ign=1) b=readfromfile('vostok_deutnat1.txt',ign=1,col=4) !p.multi=[0,1,2] ep=reform(a(5,*)) vo=reform(b(2,*)) plot,a(4,*),ep,title='delta-D vs age',/xs,ymarg=[2,5],yr=makerange([ep,vo]) oplot,col=3,b(1,*),vo add_key,/rig,['EPICA','Vostok'],[!p.color,3] plot,a(0,*)+3,ep,title='delta-D vs depth',/xs,ymarg=[5,2],xr=makerange(b(0,*)),yr=makerange([ep,vo]) oplot,col=3,b(0,*),vo gettwogifs,out='~/np/wmc/b'
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.
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) 20:20, 13 August 2004 . . William M. Connolley (Talk | contribs) . . 596×417 (11,279 bytes)
- (del) (rev) 20:19, 13 August 2004 . . William M. Connolley (Talk | contribs) . . 596×460 (6,402 bytes)
- Edit this file using an external application
See the setup instructions for more information.