-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHOWTO
More file actions
20 lines (15 loc) · 1.11 KB
/
HOWTO
File metadata and controls
20 lines (15 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Run simulations with ensemble
./abm_ensemble.sh
Possible parameters:
-expdir or --experiment_dir: directory with the scenario to simulate
-ob or --only_build: build the model without execute it (default: OFF; possible values: ON, OFF)
-c or --clean: clean files and directories (default: OFF; possible values: ON, OFF)
# Run simulations without ensemble
./abm.sh
Possible parameters:
-expdir or --experiment_dir: directory with the scenario to simulate
-ob or --only_build: build the model without execute it (default: OFF; possible values: ON, OFF)
-v or --visualisation: activate the visualisation (default: OFF; possible values: ON, OFF)
-cps or --checkpoint_simulation: run the model in a simplified version with the aim to obtain a checkpoint (default: OFF; possible values: ON, OFF)
-g or --debug: execute the simulation with debug prints (default: OFF; possible values: ON, OFF)
-c or --clean: clean old files and directories (default: OFF; possible values: ON, OFF)