lizzieinvancouver / temporalvar

0 stars 0 forks source link

ODE solver problems #47

Open donahuem opened 2 years ago

donahuem commented 2 years ago

Dan and Megan discussed where we left off on the simulations -- the most pressing issue is that the ODE solver isn't working. It currently starts with the resource>0 and the species 1 & 2 =0. The resource draws down, but the species never enter. Ideally, Megan wanted to run the solver once and have the initial conditions usch that sp 1 and then sp 2 entered at their initial density at the appropriately delayed time. So far, this insnt working. The other way to do it is to run the solver 3 times: start the resource get the output, restart with resource and sp1 get the output, then restart with R, Sp1 and Sp2. and run until R=min(R*). So, Megan needs to fix the ODE solver