Metadata-Version: 2.1
Name: ladim
Version: 2.0.2
Summary: Lagrangian Advection and Diffusion Model
Home-page: https://github.com/pnsaevik/ladim
Author: Bjørn Ådlandsvik
Author-email: bjorn@imr.no
Maintainer: Pål Næverlid Sævik
Maintainer-email: paal.naeverlid.saevik@hi.no
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pyyaml
Requires-Dist: netCDF4
Requires-Dist: pandas
Requires-Dist: xarray
Requires-Dist: pyarrow

LADiM – the Lagrangian Advection and Diffusion Model
====================================================

LADiM is an off-line ocean particle tracking code. Presently  using results
from the ocean model [ROMS](http://www.myroms.org/) as input.

Try out LADiM
-------------

The model is written in python and requires python 3.6 and some scientific
packages. The anaconda python distribution is recommended.

Download the code from `github` and install by:

    python setup.py install.

Get a small example data set by running the download script in
`examples/data`. The different examples can be run by the sequence of
commands:

    python make_release.py
    ladim


Source code and documentation
-----------------------------

The code is open source using the MIT License. It is available from
[github](https://github.com/bjornaa/ladim).

The documentation is hosted on [readthedocs](https://ladim.readthedocs.io/en/master).
A [pdf version](https://media.readthedocs.org/pdf/ladim/master/ladim.pdf)
is also available.
