xwmb: xarray-enabled Water Mass transformation Budgets (WMB) using structured ocean model output
xWMB is a Python package that provides a efficient and lazy computation of Water Mass Budgets in arbitrary sub-domains of C-grid ocean models. Most of the heavy lifting is done by dependency packages by the same team of developers:
sectionate: for computing transports normal to a section (open or closed)regionate: for converting between gridded masks and the closed sections that bound themxbudget: for model-agnostic wrangling of multi-level tracer budgetsxwmt: for computing bulk water mass transformations from these budgets
Documentation is not yet available, but the core API is illustrated in the example notebooks here and in each of the dependency packages.
If you use xwmb, please cite the companion manuscript: Henri F. Drake, Shanice Bailey, Raphael Dussin, Stephen M. Griffies, John Krasting, Graeme MacGilchrist, Geoffrey Stanley, Jan-Erik Tesdal, Jan D. Zika. Water Mass Transformation Budgets in Finite-Volume Generalized Vertical Coordinate Ocean Models. Journal of Advances in Modeling Earth Systems. 08 March 2025. DOI: doi.org/10.1029/2024MS004383
Quick Start Guide
Minimal installation within an existing environment
conda install -c conda-forge xwmb
Installing from scratch using conda
This is the recommended mode of installation for developers.
git clone git@github.com:hdrake/xwmb.git
cd xwmb
conda env create -f docs/environment.yml
conda activate docs_env_xwmb
pip install -e .
You can verify that the package was properly installed by confirming it passes all of the tests with:
pytest -v
You can launch a Jupyterlab instance using this environment with:
python -m ipykernel install --user --name docs_env_xwmb --display-name "docs_env_xwmb"
jupyter-lab
Releasing
The git tag is the version. xwmb has no version string checked into the
source tree: hatch-vcs derives it from the tag at build time and writes
xwmb/_version.py (gitignored, but shipped inside the sdist and wheel). To cut a
release you tag; there is no file to bump and nothing to keep in sync.
- Make sure
mainis green and has everything you want in the release. - Publish a GitHub Release whose tag is
vX.Y.Z, targeting the commit you want to ship:gh release create vX.Y.Z --target "$(git rev-parse origin/main)" \ --title vX.Y.Z --generate-notes
Publishing it (not merely pushing a tag) is what fires the workflow. Target the commit you actually want: a tag placed before the commit you meant to release builds the previous version, and PyPI rejects it as a duplicate. - The Publish to PyPI workflow builds from that tag and uploads. It checks
out with
fetch-depth: 0so the tag is visible tohatch-vcs, and asserts that the built version matches the tag before publishing. - Verify: https://pypi.org/project/xwmb/.
- conda-forge builds from the PyPI sdist and lags by design; the autotick bot
opens the version-bump PR. The feedstock recipe must list
hatch-vcsalongsidehatchlingin itshostrequirements, since it builds with--no-build-isolation.
Two things follow from the tag being the version. Never add a version literal
back to the tree — xwmb/version.py is a shim over the generated file, and a
0.0.0+unknown from it means the package was imported without being built or
installed, not that a number is missing. And any checkout that installs the
package needs its tags: a shallow clone, or a fork that never fetched them,
resolves a .devN version instead of the release line. That is why CI checks out
with fetch-depth: 0 and Read the Docs unshallows in post_checkout.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file xwmb-0.6.1.tar.gz.
File metadata
- Download URL: xwmb-0.6.1.tar.gz
- Upload date:
- Size: 986.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
636978403e6a2cd6544ba005cd526b47fd32dcd9793ad46b833fe89570618ba5
|
|
| MD5 |
5f0cc3ea187e9ee1b757697d57901dc8
|
|
| BLAKE2b-256 |
21a9affe3eb09273bafdc32b4a7a8b919abbf32c846bce805c6582757b85cc86
|
File details
Details for the file xwmb-0.6.1-py3-none-any.whl.
File metadata
- Download URL: xwmb-0.6.1-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21fe06f1184cfa7f17f00a4ca8d2b1275ccab1a0550d2a15d74941ba87c1d598
|
|
| MD5 |
bae963e9f85d36e2ba86cc0460f6899b
|
|
| BLAKE2b-256 |
28905db9688bdc2808ed1341c9b17f0d9a4ee0a8ee8f837dd97560aafd233d79
|