Welcome to mitgcm_utils documentation!

mitgcm_utils is a collection of python cli utilities for creating, editing and processing input, output and configuration files of MITGCM ocean model.

Installation

$ git clone https://github.com/prajeeshag/mitgcm_utils.git
$ cd mitgcm_utils
$ micromamba env create -f environment.yml
$ micromamba activate mitgcm
$ pip install .

This will create a new conda environment named mitgcm and installs all neccesary dependencies and packages.

Activate this environment to use the cli utilities.

$ micromamba activate mitgcm

Note

You can use conda or mamba in place of micromamba. I prefer micromamba, as it is much faster.