Helper functions and meta-data conventions for wrangling finite-volume ocean model budgets.
For users: minimal installation within an existing environment
pip install git+https://github.com/hdrake/xbudget.git@main
For developers: installing from scratch using conda
git clone [email protected]:hdrake/xbudget.git
cd xbudget
conda env create -f ci/environment.yml
conda activate test_env_xbudget
pip install -e .
python -m ipykernel install --user --name test_env_xbudget --display-name "test_env_xbudget"
jupyter-lab