Hello all –
I am using legacy dates from northern Chile to calculate ΔR, to update
Ortlieb et al.'s 2011 estimate for the site La Chimba 13. This code runs, following the stratigraphy (though details are sparse), but I'm not sure how to interpret the strongly negative ΔR of -517 years (during the site's occupation 10–12 cal BP). This ΔR seems to imply that shells and otoliths had
less carbon that coeval terrestrial samples – which seems backward to me. The model assumes the ΔR was similar over the site's occupation, but of course that might not be true.
There are three sets of pairs from roughly the same context (using Combine, two fail squared tests, so I've used Phase). In two (150-160 cm & 180-190 cm), the shell 14C age is younger than the carbon; in one it's older (hearth A), leaving me to also suspect errors in the publications. How is the model resolving a single ΔR for these opposed trends? Must be the large error ranges.
These are conventional dates run at Pennsylvania, Toronto, and Queensland run from the late 70 to 90s. The two unexpectedly young shell dates are the only two from Queensland.
I'm trying to make the most of imperfect legacy data, but is this result of -517 useable at all? If so, what could explain such a strongly negative ΔR?
Thanks for your input,
Erik
Plot()
{
Curve("SHCal20","shcal20.14c");
Curve("Marine20","marine20.14c");
Delta_R("ΔR", U(-1200,1200));
Sequence("Dated occupation phases")
{
Boundary("Start");
KDE_Plot("Overall site occupation")
{
Span("Span");
Sequence("Hearths N02/W14")
{
Delta_R("=ΔR");
R_Date("TO-6325 hearth C shell", 10280, 90);
R_Date("TO-6319 hearth B shell", 10030, 90);
Phase("hearth A")
{
Delta_R("=ΔR");
R_Date("TO-6320 hearth A shell", 9800, 80);
Curve("=SHCal20");
R_Date("TO-6527 hearth A charcoal", 9260, 90);
};
};
Sequence("N23/W04")
{
Curve("=SHCal20");
R_Date("Beta-94994 190-210cm charcoal", 10120, 70);
Phase("180-190 cm cm")
{
Curve("=SHCal20");
R_Date("TO-6528 180-190cm charcoal", 9910, 90);
Delta_R("=ΔR");
R_Date("UQ-2157 180-190cm shell", 9163, 140);
};
Phase("N23/W04, 150-160 cm")
{
Curve("=SHCal20");
R_Date("TO-6526 150-160cm charcoal", 9460, 90);
Delta_R("=ΔR");
R_Date("UQ-2156 150-160cm shell", 9088, 120);
};
};
Sequence("N54/W05")
{
Curve("=SHCal20");
R_Date("P-2702a 30-40cm charcoal", 9680, 160);
R_Date("P-2702b 20-30cm charcoal", 9400, 160);
Delta_R("=ΔR");
R_Date("TO-5631 0-10cm otoliths", 9170, 80);
};
};
Boundary("End");
};
};