This package contains Python representations of Earth System Model grids. These are very useful, for example, for converting model grids between different formats.
Grids currently supported:
- Global regular Lat-Lon
- Global tri-polar
- MOM5 (Modular Ocean Model) tri-polar
- NEMO tri-polar
- GODAS reanalysis
- ORAS4 reanalysis
- CICE tri-polar
pip install '.[tests]'
python -m pytest -m "not broken"