neutralocean


Nameneutralocean JSON
Version 2.1.3 PyPI version JSON
download
home_pagehttps://github.com/geoffstanley/neutralocean
SummaryNeutral Surfaces in the Ocean
upload_time2024-01-03 19:30:35
maintainer
docs_urlNone
authorGeoff Stanley
requires_python>=3.8
licenseMIT
keywords oceanography
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # neutralocean

<a href="https://neutralocean.readthedocs.org">
    <img alt="latest docs" src="https://img.shields.io/badge/documentation-latest-blue">
</a>

<a href="https://badge.fury.io/py/neutralocean">
    <img alt="pypi package" src="https://badge.fury.io/py/neutralocean.svg">
</a>

<a href="https://anaconda.org/conda-forge/neutralocean">
    <img alt="conda-forge package" src="https://img.shields.io/conda/vn/conda-forge/neutralocean.svg">
</a>

<a href="https://github.com/geoffstanley/neutralocean/actions/workflows/python-package.yml">
    <img alt="tests" src="https://github.com/geoffstanley/neutralocean/actions/workflows/python-package.yml/badge.svg">
</a>

Calculate neutral surfaces in the ocean, using Python.

The major task of this software is to calculate **omega-surfaces**, following the algorithm of [Stanley et al. (2021)](https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2020MS002436).  Omega surfaces are highly accurate approximately neutral surfaces that work by iteratively reducing the neutrality error. 

There are also routines to calculate potential density surfaces, specific volume anomaly surfaces, neutral trajectories, the Veronis density label, and measures of neutrality error.

**Topobaric surfaces** [(Stanley, 2019a)](https://www.sciencedirect.com/science/article/pii/S1463500318302221) in their modified form [(Stanley 2019b)](https://www.sciencedirect.com/science/article/pii/S1463500318302233) are the most accurate approximately neutral surfaces that posses an exact geostrophic streamfunction (furnishing an Ertel potential vorticity with no baroclinic production term).  Software to compute topobaric surfaces is significantly more complicated and is currently only available in the original MATLAB [neutral-surfaces](https://github.com/geoffstanley/neutral-surfaces) toolbox.

**How to cite?** If you use this software, the most appropriate paper to cite is [Stanley et al. (2021)](https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2020MS002436).

# Installation
Simply execute either
```
$ pip install neutralocean
```
if you use pip, or
```
$ conda install -c conda-forge neutralocean
```
if you use conda.

# Documentation
See <https://neutralocean.readthedocs.org>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/geoffstanley/neutralocean",
    "name": "neutralocean",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "oceanography",
    "author": "Geoff Stanley",
    "author_email": "gstanley@uvic.ca",
    "download_url": "https://files.pythonhosted.org/packages/13/35/46368dadefcf351ebb91f062edd9e47a113461fdb035048d03d399f5e0a0/neutralocean-2.1.3.tar.gz",
    "platform": "any",
    "description": "# neutralocean\n\n<a href=\"https://neutralocean.readthedocs.org\">\n    <img alt=\"latest docs\" src=\"https://img.shields.io/badge/documentation-latest-blue\">\n</a>\n\n<a href=\"https://badge.fury.io/py/neutralocean\">\n    <img alt=\"pypi package\" src=\"https://badge.fury.io/py/neutralocean.svg\">\n</a>\n\n<a href=\"https://anaconda.org/conda-forge/neutralocean\">\n    <img alt=\"conda-forge package\" src=\"https://img.shields.io/conda/vn/conda-forge/neutralocean.svg\">\n</a>\n\n<a href=\"https://github.com/geoffstanley/neutralocean/actions/workflows/python-package.yml\">\n    <img alt=\"tests\" src=\"https://github.com/geoffstanley/neutralocean/actions/workflows/python-package.yml/badge.svg\">\n</a>\n\nCalculate neutral surfaces in the ocean, using Python.\n\nThe major task of this software is to calculate **omega-surfaces**, following the algorithm of [Stanley et al. (2021)](https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2020MS002436).  Omega surfaces are highly accurate approximately neutral surfaces that work by iteratively reducing the neutrality error. \n\nThere are also routines to calculate potential density surfaces, specific volume anomaly surfaces, neutral trajectories, the Veronis density label, and measures of neutrality error.\n\n**Topobaric surfaces** [(Stanley, 2019a)](https://www.sciencedirect.com/science/article/pii/S1463500318302221) in their modified form [(Stanley 2019b)](https://www.sciencedirect.com/science/article/pii/S1463500318302233) are the most accurate approximately neutral surfaces that posses an exact geostrophic streamfunction (furnishing an Ertel potential vorticity with no baroclinic production term).  Software to compute topobaric surfaces is significantly more complicated and is currently only available in the original MATLAB [neutral-surfaces](https://github.com/geoffstanley/neutral-surfaces) toolbox.\n\n**How to cite?** If you use this software, the most appropriate paper to cite is [Stanley et al. (2021)](https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2020MS002436).\n\n# Installation\nSimply execute either\n```\n$ pip install neutralocean\n```\nif you use pip, or\n```\n$ conda install -c conda-forge neutralocean\n```\nif you use conda.\n\n# Documentation\nSee <https://neutralocean.readthedocs.org>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Neutral Surfaces in the Ocean",
    "version": "2.1.3",
    "project_urls": {
        "Homepage": "https://github.com/geoffstanley/neutralocean"
    },
    "split_keywords": [
        "oceanography"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac13172c36b61682428f0643d88b1e91f3c3a27f81850cd34fb3dde245960e83",
                "md5": "dd317b0e97a318c7a7c158322bbd80fd",
                "sha256": "c09c0c9f1158ff48e4874aa2487f2a83fc092d54111200ada2aa8f4cdc94d4df"
            },
            "downloads": -1,
            "filename": "neutralocean-2.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dd317b0e97a318c7a7c158322bbd80fd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 110204,
            "upload_time": "2024-01-03T19:30:33",
            "upload_time_iso_8601": "2024-01-03T19:30:33.347270Z",
            "url": "https://files.pythonhosted.org/packages/ac/13/172c36b61682428f0643d88b1e91f3c3a27f81850cd34fb3dde245960e83/neutralocean-2.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "133546368dadefcf351ebb91f062edd9e47a113461fdb035048d03d399f5e0a0",
                "md5": "1bd8ad2348189190eeffa327bd838d97",
                "sha256": "9b9d69b643f7e35573d874943711daf86d5560827bd3e30a6e63357c2d357290"
            },
            "downloads": -1,
            "filename": "neutralocean-2.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1bd8ad2348189190eeffa327bd838d97",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 84417,
            "upload_time": "2024-01-03T19:30:35",
            "upload_time_iso_8601": "2024-01-03T19:30:35.573970Z",
            "url": "https://files.pythonhosted.org/packages/13/35/46368dadefcf351ebb91f062edd9e47a113461fdb035048d03d399f5e0a0/neutralocean-2.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-03 19:30:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "geoffstanley",
    "github_project": "neutralocean",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "neutralocean"
}
        
Elapsed time: 0.16434s