Metadata-Version: 2.1
Name: veris
Version: 0.1.1
Summary: Sea-ice plugin for Veros, the versatile ocean simulator
Home-page: https://veris.readthedocs.io
Author: Jan Gärtner (AWI Bremen)
Author-email: jph.gaertner@gmail.com
License: MIT
Keywords: oceanography python parallel numpy multi-core geophysics ocean-model mpi4py jax
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Veris
Sea ice plugin for Veros, based on SEAICE package of MITgcm model

## Quick usage

```bash
$ pip install veros 
$ git clone https://github.com/team-ocean/veris.git
$ cd veris
$ pip install -e .
$ veros copy-setup seaice_global_4deg --to /tmp/seaice_4deg
$ cd /tmp/seaice_4deg
$ veros run seaice_global_4deg.py
```

## Credits

Veris is based on [SEAICE package](https://mitgcm.readthedocs.io/en/latest/phys_pkgs/seaice.html) by [Martin Losch et al.](https://www.awi.de/ueber-uns/organisation/mitarbeiter/detailseite/martin-losch.html), Alfred Wegener institute.

[Jan Philipp Gärtner](https://github.com/jpgaertner) created Veris plugin as a part of his Master's thesis.
