Error with Transfer Double Kernel Distance matrix #31
-
|
Hey everyone, I've tried building the dispersal module as follows:
and this runs fine, but when I run the code to join the parameters all together, it comes up with an error:
Any ideas on how to fix please? My landscape module if it helps is as follows.
Also happy to provide any further info/script if it helps! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Dear Tom,
I hope this helps, |
Beta Was this translation helpful? Give feedback.
Dear Tom,
please read the error message carefully, as it already answers your question. It says the mean distances in the dispersal kernel (i.e. the first two entries, giving the mean dispersal distances for the double exponential kernel) must be larger than the landscape resolution, which is 1000 in your case (note that all distances are given in units of metres). This is also why the error only shows up when you combine the modules, because it concerns a restriction to the dispersal module that is posed by the landscape module. This restriction is needed to make sure that individuals can actually disperse into a different cell efficiently. Alternatively, you can use the option UseFullKe…