1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: gsw
Section: python
Priority: extra
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper (>= 9), dh-python,
python-all, python3-all, python-numpy, python3-numpy, python-setuptools, python3-setuptools
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Homepage: http://pypi.python.org/pypi/gsw/
Vcs-Git: git://git.debian.org/git/debian-science/packages/gsw.git
Package: python-gsw
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-numpy
Description: Python implementation of the Thermodynamic Equation of Seawater
This package implements the TEOS-10 Equation of State for seawater.
TEOS-10 is based on a Gibbs function formulation from which all
thermodynamic properties of seawater (density, enthalpy, entropy sound speed,
etc.) can be derived in a thermodynamically consistent manner.
TEOS-10 was adopted by the Intergovernmental Oceanographic Commission at its
25th Assembly in June 2009 to replace EOS-80 as the official description of
seawater and ice properties in marine science.
.
For further information, see http://www.teos-10.org/
Package: python3-gsw
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-numpy
Description: Python 3 implementation of the Thermodynamic Equation of Seawater
This package implements the TEOS-10 Equation of State for seawater.
TEOS-10 is based on a Gibbs function formulation from which all
thermodynamic properties of seawater (density, enthalpy, entropy sound speed,
etc.) can be derived in a thermodynamically consistent manner.
TEOS-10 was adopted by the Intergovernmental Oceanographic Commission at its
25th Assembly in June 2009 to replace EOS-80 as the official description of
seawater and ice properties in marine science.
.
For further information, see http://www.teos-10.org/
|