63 INTEGER,
INTENT(in) :: nspc, year
64 Logical,
INTENT(in) :: doDispersal
67 INTEGER :: immilatcoord, immiloncoord, &
72 byspecies:
do i = 1, nspc
76 do iimm = 1,
spec(i)%immi%n
78 immilatcoord = int(
max(1.0,
maxlat*
spec(i)%immi%dat(iimm)%relLat))
79 immiloncoord = int(
max(1.0,
maxlon*
spec(i)%immi%dat(iimm)%relLon))
82 if ((thiscell%lat == immilatcoord) .and. &
83 (thiscell%lon == immiloncoord) .and. &
86 thiscell%sp(i)%numin(0) = thiscell%sp(i)%numin(0) + 1000.0*
pltsiz/833.0
92 if (year >=
spec(i)%immi%dat(1)%year)
then