-
Notifications
You must be signed in to change notification settings - Fork 164
Reverting back to float for time and dt inside pset.execute #2090
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…marking-running-bugs
for more information, see https://pre-commit.ci
|
Turns out that |
|
Actually, I now see that the particle-as-float may improve performance by a factor 2 for very large particle numbers ( |
…particle_time_as_float
for more information, see https://pre-commit.ci
|
We're not pursuing this anymore; we're also getting good performance with numpy.datetime64 |
Reverting to using
float64fortimeanddtinpset.execute(), because it might increase performance a lot (to be explored). See also Parcels-code/parcels-benchmarks#1mainfor v3 changes,v4-devfor v4 changes)