Ensemble simulations of beetle dynamics

code Fig 1
code Fig 1
image
image

code Fig 1

code Fig 2
code Fig 2
image
image

code Fig 2

code Fig 3
code Fig 3
image
image

code Fig 3

Exploring full ensemble simulations of beetle dynamics. Linear noise approximations (Fig 2) show divergent noise under oscillating conditions (Fig 2 lower panel), though this may be an artifact of the approximation, which applies only for finite time calculations.


Note that mean dynamics agree, and oscillations damp out, Fig 1 simulation means (circles) fall exactly on predicted lines. Variance dynamics do not agree. Fig 1: plot shows variances from individual based simulation (invisible in fig 1), which seem to reach stable values.


Fig 3 Unfortunately the variance dynamics do not seem to match between individual simulation and analytic approx for the stable node solution either, even though the mean dynamics agree. (yellow circles hard to see, click on image for larger) but fall directly on mean line but well above variance prediction…) Reason for the disagreement is unclear, bears further investigation before the Fig 1 conclusion can be certain.

Computing implementation

Disabled compiled support of openMP in the simulation. For some reason when called from R, the code runs the code on each processor with the same replicate index, in addition to performing all the replicates. Because I need += to add up all the members in a given class, the second time through using the same index it continues to increment the value, getting the wrong number in the process. Disabling openMP from R for the moment by removing the flags from the Makevars file as a work-around.