Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 533 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 533 Bytes

Code Health

esmgrids

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

To run the tests

pip install '.[tests]'
python -m pytest -m "not broken"