Nnpnts- interpolate at a single point
CALL NNPNTS (X, Y, Z)
(Real, Input) - The X coordinate of the point where interpolation is desired.
(Real, Input) - The Y coordinate of the point where interpolation is desired.
(Real, Output) - The interpolated functional value at the point (X,Y).
This subroutine is called when you want to interpolate at an individal point. NNPNTINITS must be called prior to calling NNPNTS. NNPNTEND must be called to terminate single point mode.
To use NNPNTS, load the NCAR Graphics library ngmath.
natgrid, natgrid_params, natgrids, nnpntinits, nnpntend.
Complete documentation for Natgrid is available at URL
http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/nnhome.html
Copyright (C) 2000
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.