Skip to content

Active Vaccination Experiment 2023-02-02

Latest
Compare
Choose a tag to compare
@tjhladish tjhladish released this 03 Feb 04:57
· 59 commits to master since this release

Model code with all data sources necessary to compile and run the simulation for all active vaccination scenarios.

NOTE:
In the exp/active-vac directory, there are local.h and local.mk files with local paths explicitly listed. These are necessary to ensure that compilation and running executes properly on your local machine. The local path you will use is the path to the directory where you download the model (NOT including the model directory itself).

In local.h, change std::string localHome = "/home/anpillai/documents"; to std::string localHome = "<PATH/TO/PARENT/DIRECTORY>";

In local.mk, change HOME = /home/anpillai/documents to HOME = <PATH/TO/PARENT/DIRECTORY>