ECCO-GROUP / ECCOv4-py

A Python library with routines that support the loading, analysis, and plotting fields of the ECCO Version 4 Ocean and Sea-Ice State Estimate. The ecco_v4_py library builds on several valuable tools such as xmitgcm, gcm, xarray, and dask.
MIT License
31 stars 31 forks source link

xgcm >= 0.5.0 for python 3.9 #136

Closed timothyas closed 2 years ago

timothyas commented 2 years ago

In #133 all the CI environment files were modified to use xgcm version 0.5.0. This seems necessary for python 3.7 and 3.8, but not for 3.9. I think it would be good to keep the python 3.9 with the most up-to-date xgcm version. I know they are making some big changes to the code and it would be good to keep up with that.

timothyas commented 2 years ago

Huh, this is really strange. My first commit changed all 3 files, but when I ran into trouble I reverted the py37 and py38 files to have xgcm=0.5.0. I'm looking at my PR and it shows only 1 file changed (with the py39 changed to xgcm>=0.5.0). I'll try closing and re-opening this PR