Installation

Preparation

Create conda environment:

conda create -n mitgcm

Activate environment:

conda activate mitgcm

prepackaged installation

Install cubedsphere:

conda install -c conda-forge xesmf esmpy xgcm matplotlib cubedsphere

Alternative: Installation of development version

Clone the repository:

git clone https://github.com/AaronDavidSchneider/cubedsphere.git
cd cubedsphere

Install dependencies:

conda install -c conda-forge xesmf esmpy xgcm matplotlib

Install cubedsphere:

pip install -e .

You can now import the cubedsphere package from everywhere on your system