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

closes #34 . Enable diagnosing variables on inner grid #57

Closed vopikamm closed 1 year ago

vopikamm commented 1 year ago

All of the following horizontal dimension names x/y, x_grid_.../y_grid_... or x_grid_..._inner/y_grid_..._inner are now accepted and equally renamed. closes #34

rcaneill commented 1 year ago

And also add a note in the README, e.g.

## What's new

### not released yet
* Correct bug etc etc 
rcaneill commented 1 year ago

Thanks David for fixing this issue!