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

Add domains for modes of variability #392

Merged
merged 1 commit into from
Jul 27, 2016

Conversation

lee1043
Copy link
Contributor

@lee1043 lee1043 commented Jul 27, 2016

Domains were added to calculate modes of variability. Worked with @gleckler1

@gleckler1
Copy link
Contributor

@lee1043 merging into master for now although we should talk about whether or not these additions should be capitalized, eg., "NAO" instead of "nao"

@@ -13,6 +13,12 @@
'ocean_SHEX' : {'value':0, 'domain':cdutil.region.domain(latitude=(-90.,-30,'ccb'))},
'ocean_TROPICS': {'value':0, 'domain':cdutil.region.domain(latitude=(30.,30,'ccb'))},
"ocean" : {'value':0, },
# Below is for modes of variability
"nam" : {'domian':cdutil.region.domain(latitude=(20.,90,'ccb'),longitude=(-180,180,'ccb'))},
Copy link
Contributor

Choose a reason for hiding this comment

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

typos!!!!! Please do not merge without code review!

@doutriaux1
Copy link
Contributor

@lee1043 @gleckler1 there are typos!!! Please fix and push to master again. Thanks. it should be domain not domian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants