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

c_nngetaspects - retrieve the aspect at a specified coordinate.

Access

       To use c_nngetaspects, load the NCAR Graphics library ngmath.

Description

       row         A  subscript  indexing  the first dimensioned variable in the 2D grid array returned from the
                   most recent call to c_natgrids.

       column      A subscript indexing the second dimensioned variable in the 2D grid array returned  from  the
                   most recent call to c_natgrids.

       aspect      *aspect is the aspect at the grid point z[i,j], where z is the output grid in the most recent
                   call to c_natgrids.

       ier         An  error  value. If *ier is 0, then no errors were detected. If *ier is non-zero, then refer
                   to the man page for natgrid_errors for details.

Function Prototype

       void c_nngetaspects(int, int, float *, int *);

Name

       c_nngetaspects - retrieve the aspect at a specified coordinate.

See Also

       natgrid, natgrid_params, c_nngetslopes.

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

Synopsis

       c_nngetaspects (row, column, aspect, ier);

Usage

       This routine allows you to retrieve the current value of Natgrid parameters.   For  a  complete  list  of
       parameters available in this utility, see the natgrid_params man page.