continuing where I left off..
// Using the predicted CO2, get the smoothed temperature model.
CCSmoothedTemp cct =3D new CCSmoothedTemp(ds2, smoothedco2concs);
The problem here is that I have only included data from 1975 in global.csv =
and t-25 worth of data is needed.
CCDataSet ds3 =3D cct.model(2000, 2200, 1);
I'll make up some code when I get chance, but I haven't got my computer =
set up at home yet so I wont be able to test it or anything.
Peter
|