SwissTPH / openmalaria

A simulator of malaria epidemiology and control
GNU General Public License v2.0
76 stars 30 forks source link

Synchronise transmission model EIR inputs #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, a target population-average EIR is input for the vector model via a 
fixed number of Fourier coefficients and an adult-specific EIR for the 
non-vector model via daily entries. We should

1. Change vector model to use adult-specific EIR input

Other thoughts, arguing against some specific changes:

2. It may be desirable to use the same XML element for EIR inputs in both 
models. However, in the vector model, the input is species-specific.
3. Re-examine init order. The vector-model init is dependant upon human 
availability and infectiousness of humans to mosquitoes, so waiting until human 
population has stabilised on a forced EIR is probably correct.

Original issue reported on code.google.com by diggory....@gmail.com on 9 Jul 2010 at 10:52

GoogleCodeExporter commented 9 years ago
Done in schema version 24.

Original comment by diggory....@gmail.com on 27 Dec 2010 at 1:34