Commit f6032511 authored by Dumoulin Nicolas's avatar Dumoulin Nicolas
Browse files

batch run instruction

parent 7ac0713c
No related merge requests found
Showing with 9 additions and 1 deletion
+9 -1
# PikeLake
This model uses the framework [SimAquaLife](https://gitlab.irstea.fr/SimAquaLife/SimAquaLife).
\ No newline at end of file
This model uses the framework [SimAquaLife](https://gitlab.irstea.fr/SimAquaLife/SimAquaLife).
```
# package the project in a single file
mvn assembly:assembly -DdescriptorId=jar-with-dependencies
# run a simulation
java -cp target/PikeLake-1.0-SNAPSHOT-jar-with-dependencies.jar fr.cemagref.simaqualife.extensions.pilot.BatchRunner -simDuration 8760 -groups data/input/fishLight.xml -env data/input/grid.xml -observers data/input/observersBatch.xml
```
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment