Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 899 Bytes

README.rst

File metadata and controls

33 lines (18 loc) · 899 Bytes
Tests Status Documentation Status

Tools to support analysis of CESM/MOM6 model solutions. See documentation for more information.

Installation

To install mom6-tools from source, clone the repository from github:

git clone https://github.com/NCAR/mom6-tools.git
cd mom6-tools
pip install -e .

You can also install directly from git master branch:

pip install git+https://github.com/NCAR/mom6-tools