Replies: 2 comments 3 replies
-
|
Hi @lzhucheng. Thanks for asking. I agree it may be a bit confusing what Does that help? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your answer. def Advection(particle, fieldset, time): ` |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hi, @erikvansebille
I want to know the meaning of "time" in the below code and how to use time in my kernel. Can you give some advices?
`def AdvectionRK4(particle, fieldset, time):
"""Advection of particles using fourth-order Runge-Kutta integration.
Beta Was this translation helpful? Give feedback.
All reactions