-
Notifications
You must be signed in to change notification settings - Fork 285
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
CF CoordSystems (replacement pull) #65
Conversation
Can't see the snippets for this pull request, can only see the code in the diffs view. |
Outstanding issues:
|
why can't this be merged automatically? |
Don't merge from master! Rebase instead. |
oops |
raise ValueError("The source and grid cubes must contain a HorizontalCS.") | ||
source_cs = source_cube.coord_system(iris.coord_systems.CoordSystem) | ||
grid_cs = grid_cube.coord_system(iris.coord_systems.CoordSystem) | ||
if source_cs==None != grid_cs==None: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both occurrences of ==
should be is
.
OK - let's separate out the curl issue. It still looks like it's broken to me so I'd like someone else (e.g. @pelson) to take a look. Increasing the radius should decrease the curl, and this should be countered by the increase in |
CF-style CoordSystem classes
@rhattersley , please also note the units are 1000 times smaller, here and here |
This pull replaces #52, which had problems with the commit history.