1 # Data Directory and Samples
3 This directory provides sample input data and an example script to run.
5 **IMPORTANT**: The parameter files are provided as a sample only and do not
6 necessarily reflect runs used in published papers.
10 - *populations*: provides population density information
12 - *admin_units*: specifies the administration units for each country
14 - *param_files*: Provides sample parameter files
18 The file `./run_sample.py` will build and run a sample for a specified country.
23 ./run_sample.py <COUNTRY>
29 ./run_sample.py United_Kingdom
34 1. Build a copy of the CovidSim executable configured for the appropriate
35 country (in this case the UK)
37 2. Do a no intervention base run. This run also provides various `*.bin`
38 files for the later run.
40 3. Do a run with controls applied. This is the step to be repeated when
41 doing further tests/runs.
43 The sample script has more command line options available. See
44 `./run_sample.py --help` for a list.