Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need ANGLE in grid #125

Open
duvivier opened this issue Jan 26, 2022 · 1 comment
Open

Need ANGLE in grid #125

duvivier opened this issue Jan 26, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@duvivier
Copy link

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.

@andersy005 andersy005 added the enhancement New feature or request label Jan 26, 2022
@andersy005
Copy link
Contributor

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:

def get_grid(grid_name, scrip=False):

, and I believe adding ANGLE to this dataset is a straightforward process for someone familiar with the grid/topography files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants