Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manuvanegas authored Aug 25, 2023
1 parent c7456ca commit 62855f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SpatialRust: Coffee Leaf Rust Epidemic Model
[![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B%20%20%E2%97%8B%20%20%E2%97%8B-orange)](https://fair-software.eu)
[![Docker Build](https://github.com/comses-education/spatialrust-model/actions/workflows/docker-image.yml/badge.svg)](https://github.com/comses-education/spatialrust-model/actions/workflows/docker-image.yml)
[![Singularity Build](https://github.com/comses-education/spatialrust-model/actions/workflows/singularity-image.yml/badge.svg)](https://github.com/comses-education/spatialrust-model/actions/workflows/singularity-image.yml)
[![Apptainer Build](https://github.com/comses-education/spatialrust-model/actions/workflows/apptainer-image.yml/badge.svg)](https://github.com/comses-education/spatialrust-model/actions/workflows/apptainer-image.yml)

SpatialRust is an individual based model that simulates Coffee Leaf Rust epidemics within a coffee farm.

Expand All @@ -23,7 +23,7 @@ $ julia scripts/OneRun.jl

Results from this single run will be saved in a `results` folder as `singlerun.csv`.

The second option, `scripts/ParameterRuns.jl`, lets you run a parameter exploration experiment. The default setup of this experiment will run 2700 simulations. To modify the parameter values to be evaluated or the replicates for each combination, open `scripts/ParameterRuns.jl` and edit lines 11 to 14. Like the first option, you can run the script from bash:
The second option, `scripts/ParameterRuns.jl`, lets you run a parameter exploration experiment. The default setup of this experiment will run 880 simulations. To modify the parameter values to be evaluated or the replicates for each combination, open `scripts/ParameterRuns.jl` and edit lines 7 to 11. Like the first option, you can run the script from bash:

```bash
$ julia scripts/ParameterRuns.jl
Expand Down

0 comments on commit 62855f6

Please sign in to comment.