Metadata-Version: 2.1
Name: xbasin
Version: 0.0.5
Summary: TODO
Home-page: https://github.com/rcaneill/xbasin
Author: Romain Caneill
Author-email: romain.caneill@gu.se
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: dask
Requires-Dist: numpy
Requires-Dist: xarray

# xbasin
Python package to compute diagnostics of idealized basin global circulation models. NEMO oriented for now. Deals with terrain-following coordinates.

2020-11-02: The vertical transformation function should not be used anymore, see the [xgcm](https://github.com/xgcm/xgcm) package that is the new reference.

## What's new

### v0.0.5
* Bug fix in surface buoyancy fluxes nemo wrap
* Add option to choose T, S, and depth names in eos nemo_wrap

