Source: spherepack Section: utils Priority: optional Maintainer: Alastair McKinstry Build-Depends: debhelper-compat (= 13), dh-sequence-python3, gfortran | fortran-compiler, python3-numpy, python3-all-dev, python3-setuptools Standards-Version: 4.5.0 Homepage: https://www2.cisl.ucar.edu/resources/legacy/spherepack Vcs-Browser: https://salsa.debian.org:/science-team/spherepack.git Vcs-Git: https://salsa.debian.org:/science-team/spherepack.git -b debian/latest Package: libsphere-dev Section: libdevel Multi-Arch: same Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, libsphere0d (= ${binary:Version}) Description: Development files for Spherepack scientific library SPHEREPACK is a collection of FORTRAN programs that facilitates computer modeling of geophysical processes. The package contains programs for computing certain common differential operators including divergence, vorticity, gradients, and the Laplacian of both scalar and vector functions. Programs are also available for inverting these operators. For example, given divergence and vorticity, the package can be used to compute the velocity components. The Laplacian can also be inverted and therefore the package can be used to solve both the scalar and vector Poisson equations. Its use in model development is demonstrated by a sample program that solves the time-dependent non-linear shallow-water equations. Accurate solutions are obtained via the spectral method that uses both scalar and vector spherical harmonic transforms that are available to the user. The package also contains utility programs for computing the associated Legendre functions, Gauss points and weights, and multiple fast Fourier transforms. Programs are provided for both equally-spaced and Gauss distributed latitudinal points as well as programs that transfer data between these grids. Package: libsphere0d Section: libs Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: Spherepack scientific library for geophysical processes SPHEREPACK is a collection of FORTRAN programs that facilitates computer modeling of geophysical processes. The package contains programs for computing certain common differential operators including divergence, vorticity, gradients, and the Laplacian of both scalar and vector functions. . This package contains the shared library, libsphere. Package: python3-sphere Section: python Architecture: any Multi-Arch: foreign Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, libsphere0d (=${binary:Version}), python3-numpy Description: Python3 interface to the spherepack scientific library. This is a python3 interface to spherepack, a library for geophysical processes.