Skip to main content

Fast convective parameters for numpy, dask, and xarray

Project description

Python Package Index Conda Version https://zenodo.org/badge/215552269.svg

xlayers: Python implementation of MITgcm’s layer package

xlayers allows you to transform your data from a regular vertical grid (like depth) to a vertical grid defined based on contours of some variable (like density). xlayers uses FORTRAN code from the layers package of the MITgcm, which was written by Ryan Abernathey.

We recommend using this package on xarrays, but it can also be applied to numpy arrays. This example may be helpful in getting started.

Why a new vertical regridding package?

xlayers has many advantages over other similar tools. It conserves the total quantity of the input variable in the water column: this is particularly important when performing volume or heat budgets in density space. xlayers outputs the thickness-weighted variable in density space, which makes thickness-weighted averaging easier. This output is mapped in a smooth and sensible way. xlayers is also very fast and parallelizable.

Installation

xlayers can be installed from PyPI with pip:

python -m pip install xlayers

It is also available from conda-forge for conda installations:

conda install -c conda-forge xlayers

To install xlayers from source repository, the fortran-compiler package is required. The easiest way to install the fortran-compiler is via conda :

conda install -c conda-forge fortran-compiler
unset LDFLAGS

Once the compiler is installed, now we can install xlayers from Github:

git clone https://github.com/cspencerjones/xlayers.git
cd xlayers
python setup.py install

Features

xlayers is property conserving, meaning that the total amount of your variable in the water column will not change when it is transformed into the new coordinate system.

xlayers acheives this using binning: it bins the variable onto a much finer vertical grid, estimates the depth of the new coordinate surfaces, and adds up these bins in the new space.

Inputs

This package expects your initial coordinate system to be on a structured grid. i.e. it will not take density as an initial vertical variable, but depth is ok.

Before running layers_xarray, you must run finegrid to define some of the binning parameters needed. finegrid takes 2 inputs (which should both be numpy arrays): the vertical depth of the gridcells, and the vertical distance between the centers of the grid cells. The second variable should be loneger by 1 than the first, because it includes the distance between the cell center of the top cell and the sea surface, and the distance between the cell center of the bottom cell and the domain bottom.

The first two inputs to layers_xarray should be on the same gridpoints. data_in is the variable to be remapped and theta_in is the variable that defines the location of the new coordinate system.

Outputs

The output of layers_xarray is thickness weighted, i.e. if the input variable is salinity, the output variable is the salinity in each layer multiplied by the depth of the layer. In order to get an output that has the same units as the input, divide by the thickness of the layer (which you can get by inputting an array of ones into layers_xarray instead of you input variable data_in).

Get in touch

  • Report bugs, suggest features or view the source code on GitHub.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xlayers-0.2.2.tar.gz (127.2 kB view hashes)

Uploaded Source

Built Distributions

xlayers-0.2.2-pp36-pypy36_pp73-manylinux2010_x86_64.whl (940.0 kB view hashes)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

xlayers-0.2.2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (1.2 MB view hashes)

Uploaded PyPy macOS 10.9+ x86-64

xlayers-0.2.2-pp27-pypy_73-manylinux2010_x86_64.whl (939.4 kB view hashes)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

xlayers-0.2.2-pp27-pypy_73-macosx_10_9_x86_64.whl (1.2 MB view hashes)

Uploaded PyPy macOS 10.9+ x86-64

xlayers-0.2.2-cp38-cp38-manylinux2010_x86_64.whl (1.0 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

xlayers-0.2.2-cp38-cp38-manylinux2010_i686.whl (841.9 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

xlayers-0.2.2-cp38-cp38-macosx_10_9_x86_64.whl (1.2 MB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

xlayers-0.2.2-cp37-cp37m-manylinux2010_x86_64.whl (1.0 MB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

xlayers-0.2.2-cp37-cp37m-manylinux2010_i686.whl (841.2 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

xlayers-0.2.2-cp37-cp37m-macosx_10_9_x86_64.whl (1.2 MB view hashes)

Uploaded CPython 3.7m macOS 10.9+ x86-64

xlayers-0.2.2-cp36-cp36m-manylinux2010_x86_64.whl (1.0 MB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

xlayers-0.2.2-cp36-cp36m-manylinux2010_i686.whl (838.3 kB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

xlayers-0.2.2-cp36-cp36m-macosx_10_9_x86_64.whl (1.2 MB view hashes)

Uploaded CPython 3.6m macOS 10.9+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page