Skip to content
/ xwmt Public
forked from NOAA-GFDL/xwmt

Python package for water mass transformation analysis that leverages xarray functionality

License

Notifications You must be signed in to change notification settings

hdrake/xwmt

 
 

Repository files navigation

xwmt

xWMT is a Python package that provides a framework for calculating water mass tranformations in an xarray-based environment.

Quick Start Guide

Installing from scratch using conda

This is the recommended mode of installation for developers.

git clone [email protected]:hdrake/xwmt.git
cd xwmt
conda env create -f ci/environment.yml
conda rename -n testing xwmt
conda activate xwmt
conda install -c conda-forge jupyterlab matplotlib nc-time-axis
pip install -e .

You can verify that the package was properly installed by confirming it passes all of the tests with:

pytest

You can launch a Jupyterlab instance using this environment with:

python -m ipykernel install --user --name xwmt --display-name "xwmt"
jupyter-lab

Minimal installation within an existing environment

pip install git+https://github.com/hdrake/xwmt.git@main

About

Python package for water mass transformation analysis that leverages xarray functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%