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
When reading a full domain GFS file the Lo1 of the LatLonGridDefintion is shown as 180. Lo2 is equal to 179.75. This makes querying the data inconsistent.
The fix is to check if Lo1 > Lo2 and subtract 360 from Lo1 if that's the case.
When reading a full domain GFS file the Lo1 of the LatLonGridDefintion is shown as 180. Lo2 is equal to 179.75. This makes querying the data inconsistent.
The fix is to check if Lo1 > Lo2 and subtract 360 from Lo1 if that's the case.