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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: oasis3
Section: science
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: mpi-default-dev,
debhelper (>= 10),
dh-fortran-mod,
gfortran | fortran-mod,
libnetcdf-dev (>= 1:4.3.3.1),
libnetcdff-dev,
libcurl4-gnutls-dev,
texlive-latex-base,
texlive-latex-extra,
ghostscript
Standards-Version: 4.4.1.0
Homepage: https://www.prism.enes.org/PAEs/coupling_IO/software_OASIS3.php
Vcs-Browser: https://salsa.debian.org:/science-team/oasis3.git
Vcs-Git: https://salsa.debian.org:/science-team/oasis3.git
Package: liboasis3-0d
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: oasis3
Replaces: oasis3
Description: Shared libraries for OASIS3 coupler
OASIS3-MCT is a library for exchanging via MPI fields between
components of climate models, such as atmosphere and ocean models.
In addition, OASIS can perform interpolation between different grids
used by the components, via the SCRIP library.
.
This package contains the shared libraries used in OASIS3.
Package: liboasis3-dev
Section: libdevel
Architecture: any
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}, mpi-default-dev, liboasis3-0d (=${binary:Version})
Recommends: oasis3-examples, pkg-config
Description: Development files for OASIS3 climate model coupler
OASIS3-MCT is a library for exchanging via MPI fields between
components of climate models, such as atmosphere and ocean models.
In addition, OASIS can perform interpolation between different grids
used by the components, via the SCRIP library.
.
This package contains development files for building against OASIS3.
Package: liboasis3-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: liboasis3-dev
Description: Documentation and Examples for the OASIS climate model coupler
OASIS3-MCT is a library for exchanging via MPI fields between
components of climate models, such as atmosphere and ocean models.
In addition, OASIS can perform interpolation between different grids
used by the components, via the SCRIP library.
.
This package contains example models and sources for the OASIS3 coupler.
|