Skip to content

Commit 29d12cb

Browse files
committed
adding readme file to the model and moving it to the right level directory
1 parent ea5c4bf commit 29d12cb

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

covid_store/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Disease Spread Model in a Store
2+
3+
This is a simple SIR model for spread disease inside a store.
4+
5+
## Parameters:
6+
7+
** Neighborhood: ** Von Neumann
8+
** Delay: ** Transport
9+
** Death Rate: ** 0.01
10+
** Transmission Rate: ** 0.4
11+
12+
## How to run the model:
13+
14+
If it does not already exists, create a folder in this level named *results*, type in the linux terminal:
15+
> mkdir results
16+
17+
Type in the linux terminal:
18+
> ./../cd++ -mcovid_store.ma -lresults/covid_store.log
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)