Performance optimization for reading input data #915
Replies: 3 comments 3 replies
-
Hi Sam, The reading of data from files (and in particular through Thredds/OPeNDAP) is much slower than the interpolation. So it makes sense that it is faster if data is read only each full hour. |
Beta Was this translation helpful? Give feedback.
-
I am not sure what is meant here. |
Beta Was this translation helpful? Give feedback.
-
OpenDrift is very economical regarding reading of data, as this is the bottleneck of most trajectory simulations. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Quite new to opendrift – looking forward to get to know it. I´m wondering how to optimize performance regarding reading input data. I´m thinking of having either input data and/or time step at either 1 h or 10 min frequency. Having input data of 1h and time step in opendrift of 10 min is much faster than input data of 10 min and opendrift time step of 10 min which surprises me somewhat since the time interpolation is not needed for the same input frequency and opendrift time step. I reason this has to do with the reading of the input files since higher input frequency also leads to larger data set given the same analysis time. Is this the true reason or is it something else? Is there a way to come around this problem?
Beta Was this translation helpful? Give feedback.
All reactions