Looping over a subset of times in the FieldSet
#1318
Replies: 2 comments
-
Thanks for bringing this up, @gmacgilchrist. I agree that this is not very clear in the documentation. The design philosophy of the The reason why Parcels still supports a So, this is not a bug but a design choice. I will transfer this Issue to a Discussion |
Beta Was this translation helpful? Give feedback.
-
Thanks for the response @erikvansebille, this makes sense, and I agree with retaining flexibility. I guess what I am wondering is whether it is possible to implement a feature of being able to loop within the timeframe of one of the netcdfs provided to the I'm wondering if there is a reason why something like that can't be performed in |
Beta Was this translation helpful? Give feedback.
-
I wish to evolve particles in a velocity field that loops multiple times over a specific year (for example, a year with certain anomalous conditions). I thought I would be able to do this by setting
time_periodic
totimedelta(365)
and setting the initialization time to be the start of the year that I wish to loop. However, this fails with:The implication is that I can only loop when I wish to do so across the time boundaries of the FieldSet.
Is there a specific reason for this constraint? Would it be possible to remove it, and thus have the potential to loop over a subset of the
FieldSet
?I am running with
parcels
version2.3.0
.Beta Was this translation helpful? Give feedback.
All reactions