lizzieinvancouver / temporalvar

0 stars 0 forks source link

Some trouble shooting steps for plotting coexistence #49

Open donahuem opened 1 year ago

donahuem commented 1 year ago

Also, would be nice to stop the run if both species go extinct to improve total run time.

donahuem commented 1 year ago

This happens again in the next run- one species goes extinct and the next one goes extinct a few years later.
This indicates to me that we need to limit the environment to a region where each species on its own will survive.

So, perhaps the first thing to do is define the parameter space where single species runs consistently survive, then we put both species in together. @dbuona this might be a good next step

dbuona commented 1 year ago

We thought the easiest way to make it a one species model was to immediately kill off species 2 (when I tried to set spp=1 it broke the code down the line). We did this by make N0<-c(100,0) which should mean there are 0 seeds in year 1 for species 2, but miraculously, in many runs, species 2 would still appear.