rcaneill / xnemogcm

Interface to open NEMO global circulation model output dataset with xarray and create a xgcm grid.
https://xnemogcm.readthedocs.io/
MIT License
21 stars 10 forks source link

[Help wanted] Change backend #22

Closed rcaneill closed 2 years ago

rcaneill commented 2 years ago

I realized that NEMO outputs the grid point in the dataset attributes. This should be used instead of the 'grid_X' fromn the filename. This way it would allow to use e.g. zarr.

See https://github.com/malmans2/nemo-tinkering/blob/master/volume_budget.ipynb