Running backward tracing, using ParticleSet.from_parcels_file(... restart=True) #1280
-
Hi, I have a large dataset, so I need to divide my particle set execution into time chunks. When I try to run it in backward tracing mode, I can't make it work. I have made a notebook, and uploaded a subset (the lower left corner) of my domain reproducing the error. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Thanks for reporting this, @subniten. I can not reproduce this error easily on a simple test case, though. But may I ask, why do you need to manually split your execute? Parcels should be able to handle extremely long-time datasets, because it uses deferred_loading. What happens if you use all your files to create the |
Beta Was this translation helpful? Give feedback.
Thanks for reporting this, @subniten. I can not reproduce this error easily on a simple test case, though. But may I ask, why do you need to manually split your execute? Parcels should be able to handle extremely long-time datasets, because it uses deferred_loading. What happens if you use all your files to create the
FieldSet
?