Skip to content

Releases: tjhladish/covid-abm

Active Vaccination Experiment 2023-02-02

03 Feb 04:57
Compare
Choose a tag to compare

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>

Active Vaccination Experiment 2023-02-01

01 Feb 05:56
Compare
Choose a tag to compare

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>