Yes - that is probably too high for any sediment. The particle size may be very small, and sedimentation very low but there is still likely to be variability in sedimentation on a centennial level.
This may be a case where an average of different k values would help.
P_Sequence("",1,0,U(-2,2))
is what I suggested for cm depth scales. The third parameter after the name, here U(-2,2), gives the prior for log_10(k/k_0) where k_0 is 1. So in this case it allows k to take any value from 0.01 to 100. In practice the value chosen will depend on the degree to which the data suggest a uniform deposition rate.
The other parameter that you might want (relating to your later question) is the second parameter after the name - currently set to 0. This defines the number of interpolated points per unit length throughout the core. So for a core in cm you might set this to 1 to get an output every cm - or 0.5 to get an output every 2cm etc. This stops the model from producing join-the-dots type output - though if k is low the uncertainty between points becomes high.
In this case I think you want something like:
P_Sequence("",1,1,U(-2,2))
This gives a range of k values - but with an approximately normal distribution (log_10(k) ~ N(-0.3,0.15)) suggesting that a k value of less than 1 is most appropriate for this sequence - assuming the dates are an accurate reflection of the age of the sediments (a possible problem with bulk dates).
Best wishes
Christopher
> --
> You received this message because you are subscribed to the Google Groups "OxCal" group.
> To view this discussion on the web, visit
https://groups.google.com/d/msg/oxcal/-/AqjZPjiucf8J.
> To post to this group, send an email to
ox...@googlegroups.com.
> To unsubscribe from this group, send email to
oxcal+un...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/oxcal?hl=en-GB.
> <Crann_OxCalCode.txt>