Requirements
April 27, 2023 ยท View on GitHub
ICHTHYOP
Ichthtyop is an individual based model that simulates Lagrangian transport of particles.
Requirements
- NetCDF-C Library
- Java > 11
See here for details
Download
- Go to https://github.com/ichthyop/ichthyop/releases/latest
- Download the
ichthyop-X.Y.Z-jar-with-dependencies.jarbinary file.
Running
Linux/Mac Os
- Open a Terminal session.
- Navigate to the
.jarlocation 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.xmlby your own Ichthyop configuration file.
Windows
- Open the folder in which the
.jaris located - Double-click on the
ichthyop-X.Y.Z-jar-with-dependencies.jarfile.
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