Metadata-Version: 1.1
Name: xlayers
Version: 0.2
Summary: Fast convective parameters for numpy, dask, and xarray
Home-page: https://github.com/cspencerjones/xlayers
Author: xlayers Developers
Author-email: spencerj@ldeo.columbia.edu
License: MIT
Description: xlayers: Python implementation of MITgcm's layer package
        ========================================================
        
        xlayers requires the fortran-compiler package. Installing via `conda`_ is the easiest way::
        
            conda install -c conda-forge fortran-compiler
            unset LDFLAGS
        
        .. _conda: https://conda-forge.org/
        
        To install xlayers from Github::
        
            git clone https://github.com/cspencerjones/xlayers.git
            cd xlayers
            python setup.py install
        
        
        Get in touch
        ------------
        
        - Report bugs, suggest features or view the source code `on GitHub`_.
        
        .. _on GitHub: https://github.com/cspencerjones/xlayers.git
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
