1 subroutine r8vecbicub(ict,ivec,xvec,yvec,ivd,fval,
2 > nx,xpkg,ny,ypkg,fspl,inf2,
14 INTEGER,
PARAMETER :: R8=selected_real_kind(12,100)
50 real*8 fspl(0:3,inf2,ny)
77 write(6,*) .lt.
' ?vecbicub: nx2: nx = ',nx
82 write(6,*) .lt.
' ?vecbicub: ny2: ny = ',ny
87 write(6,*) .le.
' ?vecbicub: vector dimension 0: ivec = ',
94 >
' ?vecbicub: output vector dimension less than input ',
96 write(6,*)
' ivec=',ivec,
' ivd=',ivd
106 call r8xlookup(ivec,xvec,nx,xpkg,2,ix,dxn,hx,hxi,iwarn1)
107 call r8xlookup(ivec,yvec,ny,ypkg,2,iy,dyn,hy,hyi,iwarn2)
112 call r8fvbicub(ict,ivec,ivd,fval,ix,iy,dxn,dyn,
113 > hx,hxi,hy,hyi,fspl,inf2,ny)