/darwintools

Python tools for MITgcm and Darwin

Primary LanguagePythonMIT LicenseMIT

Darwintools

Python tools for the Darwin ecosystem model, see the darwinproject, and the MIT General Circulation Model, MITgcm, in general.

The Darwin model is documented here as a part of the MITgcm.

This package is developed on github.

To test any changes to darwintools, do the following

  1. Check out the submodule with reference data:
    git submodule init
    git submodule update
  1. Install the needed python versions (python3.7 through python3.12).
  2. Install tox: https://tox.wiki/en/4.15.0/installation.html. On a mac, it may be necessary to install pipx via macports/brew or use the "pip" method.
  3. Run "tox".