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

User/jpk/dora fixes #259

Merged
merged 3 commits into from
Mar 11, 2019
Merged

Conversation

jkrasting
Copy link
Contributor

No description provided.

- In MLD_003.py, the total length of the timeseries
  is divided by 12 to determine the number of years.
  In previous versions of Python, the int/int operation
  returned an int but now it returns a float. Int is
  required for array slicing operations.
- In poleward_heat_transport.py, replaced '!='
  operators with 'is not' when evaulating against
  a None type object.
@adcroft adcroft merged commit 78c1690 into NOAA-GFDL:dev/gfdl Mar 11, 2019
@jkrasting
Copy link
Contributor Author

jkrasting commented Mar 11, 2019 via email

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