hdrake / cmip6hack-multigen

Multi-generational inter-comparison of climate model performance metrics
MIT License
2 stars 4 forks source link

Added example using regionmask for regional skill #20

Closed hdrake closed 5 years ago

hdrake commented 5 years ago

Uses Riley's new pull request for adding skipna=True as an optional argument to xskillscore! Thanks to Arianna for the example code for applying the regional masks!

review-notebook-app[bot] commented 5 years ago

Check out this pull request on  ReviewNB

You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.

bradyrx commented 5 years ago

A note on the xskillscore installation instructions. Once it is merged into master and uploaded to pip (which Ray usually does pretty quickly after a new feature like this), we can just enforce the updated xskillscore version in the yaml file. E.g., xskillscore >= 0.9 or whatever the new version will be.

hdrake commented 5 years ago

Combined Southern American regions (rectangular land + ocean regions) with land mask to apply a mask for just the Southern American continent.

Also included a notebook for looking at skill for the climatological seasonal cycle (relative to long-term mean).

hdrake commented 5 years ago

Addresses https://github.com/hdrake/cmip6hack-multigen/issues/17.