Awesome
<div align="center"> <img src="http://www.ichthyop.org/wp-content/uploads/2020/10/cropped-logo_ichtyopsimple_rvb_500dpi.png" height=100> </div>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.jar
binary file.
Running
Linux/Mac Os
- 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.
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