Skip to content
Discussion options

You must be logged in to vote

Ah, in that case what's probably happening is that the unitconverters are not properly set on the 'wind'-fields.

If you're on a spherical mesh (i.e. in lon/lat), parcels automatically converts velocities in m/s to degrees/m using these so-called unitconverters.

It does so based on the Field -names, where U and V (and als Kh_zonal and Kh_meridional) are 'special', see the list here.

These unitconverters are probably not set for your UWind and VWind fields, meaning that the velocities (in m/s) are interpreted as in degrees/s by the advection kernel.

Your particles hence immediately fly off the grid (with a dt of 1 hour, they could move 3600 degrees in one time step!)

So the solution is (lik…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@jamespolly
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jamespolly
Comment options

You must be logged in to vote
3 replies
@erikvansebille
Comment options

@jamespolly
Comment options

@erikvansebille
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants