1 subroutine vecintrp2d(ict,ivec,xvec,yvec,ivd,fval,
2 > nx,xpkg,ny,ypkg,jspline,fspl,icoeff,ixdim,iydim,
70 real fspl(icoeff,ixdim,iydim)
83 integer :: iwarn1,iwarn2
102 write(6,*) .lt.
' ?vecintrp2d: nx2: nx = ',nx
107 write(6,*) .lt.
' ?vecintrp2d: ny2: ny = ',ny
111 call vecin2d_argchk(
'vecintrp2d',jspline,
112 > icoeff,nx,ny,ixdim,iydim,ier)
115 write(6,*) .le.
' ?vecintrp2d: vector dimension 0: ivec = ',
122 >
' ?vecintrp2d: output vector dimension less than input ',
123 >
'vector dimension.'
124 write(6,*)
' ivec=',ivec,
' ivd=',ivd
134 call xlookup(ivec,xvec,nx,xpkg,2,ix,dxn,hx,hxi,iwarn1)
135 call xlookup(ivec,yvec,ny,ypkg,2,iy,dyn,hy,hyi,iwarn2)
140 call fvintrp2d(ict,ivec,ivd,fval,ix,iy,dxn,dyn,
141 > hx,hxi,hy,hyi,jspline,fspl,icoeff,ixdim,iydim)