Ichthtyop is an individual based model that simulates Lagrangian transport of particles.
- NetCDF-C Library
- Java > 11
See here for details
- Go to https://github.com/ichthyop/ichthyop/releases/latest
- Download the
ichthyop-X.Y.Z-jar-with-dependencies.jar
binary file.
- Open a Terminal session.
- Navigate to the
.jar
location usingcd
- 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
, replacingconfiguration_file.xml
by your own Ichthyop configuration file.
- Open the folder in which the
.jar
is located - Double-click on the
ichthyop-X.Y.Z-jar-with-dependencies.jar
file.
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