time = np.array(OLR.time)
for i in range(0, len(time)-1):
print((time[i+1] - time[i]) / np.timedelta64(1, 's'), end = ', ')
476.0, 301.0, 600.0, 424.0, 476.0, 300.0, 600.0, 423.0, 476.0, 301.0, 600.0, 423.0, 478.0, 298.0, 1801.0, 599.0, 425.0, 475.0, 301.0, 599.0, 425.0, 476.0, 300.0, 599.0, 424.0, 476.0, 302.0, 600.0, 422.0, 476.0, 301.0, 599.0, 425.0, 476.0, 299.0, 1801.0, 1800.0, 600.0, 425.0, 477.0, 298.0, 599.0, 424.0, 476.0, 301.0, 600.0, 424.0, 476.0, 300.0, 599.0, 425.0, 476.0, 299.0,
The notebook seems to run OK, but I thought I'd raise this as an issue as I suspect it might have an influence on the tracking steps. Feel free to close if I've missed some part of the code that takes care of the non-constant timestep!
Hello,
I just noticed that the
timedimension in theOLRdataset used in this notebook is not consistent. The difference between subsequent datapoints varies from ~300 seconds to ~1800 seconds:Results in:
The notebook seems to run OK, but I thought I'd raise this as an issue as I suspect it might have an influence on the tracking steps. Feel free to close if I've missed some part of the code that takes care of the non-constant timestep!