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

fix #5 create Generic Grid for curvilinear grid #119

Merged
merged 4 commits into from
Apr 26, 2017
Merged

Conversation

dnadeau4
Copy link
Contributor

No description provided.

retbnds = numpy.zeros((len(ar),2),numpy.float64)
retbnds[:,0] = bnds[:-1]
retbnds[:,1] = bnds[1:]
retbnds = numpy.zeros((ar.shape+(2,)),numpy.float64)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's neat! I never realized you could do that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still learning Eh?

@@ -6,9 +6,24 @@

import cdms2, numpy, os, sys
import basetest
import pdb
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@doutriaux1 doutriaux1 merged commit 604df9a into master Apr 26, 2017
@doutriaux1 doutriaux1 deleted the createGenericGrid branch April 26, 2017 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants