Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
/ xbasin Public archive

Python package to compute diagnostics of idealized basin global circulation models. NEMO oriented for now. Deals with terrain-following coordinates. Based on NumPy, xarray, xgcm.

License

Notifications You must be signed in to change notification settings

rcaneill/xbasin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xbasin

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

Installation

Installation via pip:

pip3 install xbasin

Requirements for dev

We use pipenv to set up a virtual environment containing all needed packages to run xnemogcm and the tests. To install all the dependencies, type pipenv install --dev after cloning the directory. This will create a new virtual environment. Typing pipenv shell in the package directory will activate the virtual environment.

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

Notes

2020-11-02: The vertical transformation function should not be used anymore, see the xgcm package that is the new reference.

About

Python package to compute diagnostics of idealized basin global circulation models. NEMO oriented for now. Deals with terrain-following coordinates. Based on NumPy, xarray, xgcm.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages