Greetings all - I apologize if this is a repeat post.
I have a pretty simple model that ran successfully on the prior online iteration of OxCal. I only tried to run the same set of commands using the new online version.
It runs almost to completion, over 4,000,000 passes. Then I get the following error:
"Could not read output...
Plot()
{
Sequence("Black Canyon 3 event TL")
{
Comment("C_date is TL sample collection date[1990] minus lab date");
Comment("C_date is OSL sample collection date[2019] minus lab date");
Boundary("Sequence start");
Phase("Unit 2x - Alluvium with channel")
{
R_date("RC BC2 24,120yb1990 Unit 2x channel", 24120,120);
R_date("RC BC3 25,100yb1990 Unit 2x channel", 24100,199);
};
{
C_Date("TL F90-ID1 25000yb1990 Unit C1", -23010, 3000);
};
//Max limiting age for event BC3 is based on age of loess burying unit C1 event colluvium
Date("BC3")
{
color="Red";
};
Date("BC2")
{
color="Red";
};
Date("BC1")
{
color="Red";
};
Phase("Unit 1xa - reworked loess")
{
C_Date("TL F90-ID2 18000yb1990 Unit C1", -16010, 4000);
C_Date("TL F90-ID2 24000yb1990 Unit C1", -22010, 4000);
};
Boundary("Sequence end",1900);
C_Date("2020",2020,0);
};
};
Any help is greatly appreciated.