-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Description
My team has noticed that if we construct a Fieldset using NetCDF data in which longitudes are in the range [0, 360), we see out of bounds errors when a particle tries to move across the Prime Meridian. This is the case even when the longitudes are ordered "correctly" (e.g. [358, 359, 0, 1, 2]).
We could change our longitudes to be in the range [-180, 180), but then we'd have the problem along the International Date Line.
Our questions are:
- Is this the intended behavior for noncontinous grids?
- If so, how do folks usually work around this when working with longitudes?
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels