hdrake / cmip6hack-multigen

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

Added ERA5, swapped sfcWind for psl, and some quality control #28

Closed hdrake closed 4 years ago

hdrake commented 4 years ago

Here is the updated master plot with mean sea level pressure replacing near-surface wind speed.

Model skill over time
review-notebook-app[bot] commented 4 years ago

Check out this pull request on  ReviewNB

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

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

View / edit / reply to this conversation on ReviewNB

bradyrx commented on 2020-03-04T21:15:20Z ----------------------------------------------------------------

You can do ds.plot(vmin=MIN, vmax=MAX) as in matplotlb. 


bradyrx commented 4 years ago

Nice work @hdrake, looks good. I think it's a good move to avoid wind speed. From a viz perspective, I think the changes in shapes for each variable are unnecessary since they are on different subplots. you could just have circles for all of them and the subplot titles will explain what variable it is (then you don't need the shapes in the legend).