-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update climatologies to use start and end times
There is no longer an advantage to computing monthly climatologies first, then seasonal climatologies (as was done in several analysis tasks), so seasonal climatologies are now computed directly. The indexNino34 task has been updated to work with an xarray.Dataset instead of an xarray.DataArray because climatology calculations now only work with the former. The MOC time average is now computed using compute_climatology (rather than just .mean('Time')) so that the number of days in a month is properly accounted for.
- Loading branch information
Showing
5 changed files
with
220 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.