FluTE, an influenza epidemic simulation model

We have implemented an influenza epidemic simulation tool and have made the source code available.

The model is based closely on Germann et al 2006. FluTE differs in its implementation (C/C++ instead of C/Python/SPaSM) and several model details to make it more applicable to the novel H1N1 2009 pandemic.

Sample outputs

FluTE generates text output files, which can be easily processed. In this example, we import the results from a US simulation into ArcGIS to generate a heatmap showing illness prevalence.
ArcGIS map generated from FluTE output

Requirements

A C++ compiler is required to compile the source code. Binaries are not included with the download.

We have found that about 80Mb of RAM are required per 1,000,000 individuals in the simulation. Therefore, to simulate a region with 10 million people, 800Mb are required. Simulating an unmitigated epidemic in a population of 10 million takes about 2 hours. Smaller epidemics (with smaller populations, low R0, and/or effective intervention) can take much less time.

OpenMPI or MPICH is required to compile the parallel version. The supplied Makefile assumes MPICH. The parallel version is only used for simulating large populations (more than one county). In the current version, if you allocate mpiflute more processors than it can use, it will terminate with an error. To simulate the entire continental US (about 280 million people), I use 32 processors.

Publications

Download

Download latest version

This code is released under the GPL.

Supported by NIGMS/MIDAS

back...