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
- Check out the submodule with reference data:
git submodule init
git submodule update
- Install the needed python versions (python3.7 through python3.12).
- 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.
- Run "tox".