INTERFACE:
subroutine map_setptrs(map,name,type,ni_i,nj_i,ni_o,nj_o, & nwts,src,dst,wts,dstmo)DESCRIPTION:
This subroutine sets external pointer arrays to arrays in map
USES:
ARGUMENTS:
implicit none type(map_type) ,intent(in) :: map character(len=*) ,optional :: name character(len=*) ,optional :: type integer ,optional :: ni_i,nj_i integer ,optional :: ni_o,nj_o integer ,optional :: nwts integer ,optional,pointer :: src(:) integer ,optional,pointer :: dst(:) real(r8) ,optional,pointer :: wts(:) integer ,optional :: dstmoREVISION HISTORY:
Created by T CraigLOCAL VARIABLES: