Hancock, P.A., White, V.L., Ritchie, S.A.,Hoffmann, A.A. and Godfray, H.C.J. 2016 Predicting Wolbachia invasion dynamics in Aedes aegypti populations using models of density-dependent demographic traits. BMC Biology. C++ computer code for implementing the population dynamic model described in Hancock et al. 2016 BMC Biology HancockPenelope 2016 <div>gyp_sim.cpp (version 04/10/2016) was developed by Dr Penelope A. Hancock</div><div>gyp_sim.cpp comprises C++ code for implementing the model</div><div>of mosquito-Wolbachia dynamics developed in Hancock et al. 2016,</div><div>"Predicting Wolbachia invasion dynamics in Aedes aegypti populations using</div><div>models of density-dependent demographic traits", BMC Biology.</div><div><br></div><div>To run gyp_sim use the command gyp_sim.exe<br><div>The file gyp_sim_inits.txt contains the following inputs:</div><div><br></div><div>Cohort_means.txt (a file for storing the mean development times of uninfected larvae in each cohort)</div><div>Cohort_means_wolb.txt (a file for storing the mean development times of infected larvae in each cohort)</div><div>Cohort_stds.txt (a file for storing the standard deviations of the development times of uninfected larvae in each cohort)</div><div>Cohort_stds_wolb.txt (a file for storing the standard deviations of the development times of infected larvae in each cohort)</div><div>mu_p.txt (a file for storing the number of uninfected pupae that eclose on each day)</div><div>L_file.txt (a file for storing the number of uninfected larvae present on each day)</div><div>A_file.txt (a file for storing the number of uninfected adults present on each day)</div><div>mu_p_wolb.txt (a file for storing the number of infected pupae that eclose on each day)</div><div><div>L_wolb_file.txt (a file for storing the number of infected larvae present on each day)</div><div>A_wolb_file.txt (a file for storing the number of infected adults present on each day)</div><div>FreqA2_file.txt (a file for storing the Wolbachia frequency on the final day of release)</div><div>lambda.txt (a file for storing the per-capita female fecundity at the time that each cohort is hatched)</div><div>release_size.txt (a file for storing the size of each Wolbachia release)</div><div>700 (the day of the first release)</div><div>0.1 (additional density-INdependent daily mortality experienced by adults In the field environment)</div><div>0.1 (additional density-INdependent daily mortality experienced by larvae in the field environment)</div></div><div><br></div></div>