Replies: 1 comment
-
|
Hi @ese-jlk18, Depending on the size of your netCDF and the location of your particles, the code may run for a day, but from what I can see with your timesteps, that should not need to be the case. If you want to prevent the graphical output from showing, you can remove the Another note is that usually in the definition of the FieldSet, the 'filenames' dictionary is passed, instead of the single netCDF filename, although if the filename is the same for U and V this should not be a problem. I hope this helps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently plotting trajectories for a couple hundred of JITparticles on a U,V vector field from a netCDF file see attached for python code. I am wondering if it is normal for the code to take unto a day to run and if not if someone could highlight my errors?
Secondly is there a way to prevent a graphical output of the animation at every time step?
Thank you in advance

Beta Was this translation helpful? Give feedback.
All reactions