logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

NNPNTS - Interpolate at a single point

Access

       To use NNPNTS, load the NCAR Graphics library ngmath.

Description

       X           (Real, Input) - The X coordinate of the point where interpolation is desired.

       Y           (Real, Input) - The Y coordinate of the point where interpolation is desired.

       Z           (Real, Output) - The interpolated functional value at the point (X,Y).

Name

       NNPNTS - Interpolate at a single point

See Also

       natgrid, natgrid_params, natgrids, nnpntinits, nnpntend.

       Complete documentation for Natgrid is available at URL
       http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/nnhome.html

Synopsis

       CALL NNPNTS (X, Y, Z)

Usage

       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.

See Also