4 subroutine griddomcopy(i1, i2, ilo,ihi,jlo,jhi,mbuff)
7 implicit double precision (a-h, o-z)
10 integer*1 i2(ilo-mbuff:ihi+mbuff,jlo-mbuff:jhi+mbuff)
11 integer*1 i1(ilo-mbuff:ihi+mbuff,jlo-mbuff:jhi+mbuff)
21 do 10 j = jlo-mbuff,jhi+mbuff
22 do 10 i = ilo-mbuff,ihi+mbuff
subroutine griddomcopy(i1, i2, ilo, ihi, jlo, jhi, mbuff)
The module contains the definition of a "node descriptor" as well as other global variables used duri...