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
In order to correctly plot sea ice motion vectors in python the u and v velocities need to be rotated. In order to do this, a user needs the 'ANGLE' variable from the pop grid. I am currently reading this in directly from the pop gx1v7 grid file on Cheyenne, but it would be nice to have in the 'grid' variable from pop_tools as well.
The text was updated successfully, but these errors were encountered:
I am currently reading this in directly from the pop gx1v7 grid file on Cheyenne, but it would be nice to have in the 'grid' variable from pop_tools as well.
A pull request is welcome :) No pressure though. We're selectively constructing the returned grid dataset in this function:
In order to correctly plot sea ice motion vectors in python the u and v velocities need to be rotated. In order to do this, a user needs the 'ANGLE' variable from the pop grid. I am currently reading this in directly from the pop gx1v7 grid file on Cheyenne, but it would be nice to have in the 'grid' variable from pop_tools as well.
The text was updated successfully, but these errors were encountered: