/ichthyop

A Lagrangian tool for simulating ichthyoplankton dynamics

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

ICHTHYOP

License DOI Latest Release Java Build Status GitHub issues

Ichthtyop is an individual based model that simulates Lagrangian transport of particles.

Requirements

  • NetCDF-C Library
  • Java > 11

See here for details

Download

Running

Linux/Mac Os

  • Open a Terminal session.
  • Navigate to the .jar location using cd
  • Type java -jar ichthyop-X.Y.Z-jar-with-dependencies.jar &
  • To run without console, type java -jar ichthyop-X.Y.Z-jar-with-dependencies.jar configuration_file.xml, replacing configuration_file.xml by your own Ichthyop configuration file.

Windows

  • Open the folder in which the .jar is located
  • Double-click on the ichthyop-X.Y.Z-jar-with-dependencies.jar file.

Resources

Ichthyop website: https://ichthyop.org.

Ichthyop documentation: https://documentation.ichthyop.org.

Ichthyop Zenodo community: https://zenodo.org/communities/ichthyop/.

Feedback & Bug reports: https://github.com/ichthyop/ichthyop/issues

Python package (post-processing): https://github.com/ichthyop/ichthyop-python