You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updating tutorials that combine fields
The particle release was not very good; too close to the boundary. Also made a few other fixes, such as using RK2 for wind advection and improving wind field
* Update tutorial_manipulating_field_data.ipynb
* Remove time and depth dimension from field
Now we define a wind Kernel that uses a forward Euler method to apply the wind forcing. Note that we update the `particles.dx` and `particles.dy` variables, rather than `particles.x` and `particles.y` directly.
0 commit comments