Three observations on this.
1. To specify exactly what the code is the {, } and ; symbols are
important so you know what the statements refer to - I think this is:
2. The R_F14C takes F14C not %modern. The latter has various
different definitions, but assuming it was corrected for d13C you just
need to divide by 100 which would make the code:
Plot()
{
Curve("Marine04","Marine04.14c");
Delta_R("LocalMarine",84,57);
R_F14C("19373", 1.185, 0.004)
{
z=20;
};
};
3. The Marine04 curve does not go into the post-bomb period and so
this will not work anyway. The injection of bomb 14C into the oceans
is so complex (see the whole WOCE program) that it is not practical to
use marine material for dating in this period unless you effectively
have a local record of variation over time throughout this period.
Christopher