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

g2_miss.c - Check the Data Representation Template to see if missing value management is used, and

Author

       Generated automatically by Doxygen for NCEPLIBS-g2c from the source code.

NCEPLIBS-g2c                                      Version 2.1.0                                     g2_miss.c(3)

Detailed Description

       Check the Data Representation Template to see if missing value management is used, and returns the
       missing value(s) in the data field.

       Author
           Stephen Gilbeert

       Date
           2004-12-16

       Definition in file g2_miss.c.

Function Documentation

voidg2_miss(gribfield*gfld,float*rmiss,int*nmiss)
       Check the Data Representation Template to see if missing value management is used, and return the missing
       value(s) in the data field.

       Parametersgfld pointer to gribfield structure.
           rmiss List of the missing values used.
           nmiss NUmber of the missing values included in the field. rmiss must be allocated in the calling
           program with enough space hold all the missing values.

       Author
           Stephen Gilbeert

       Date
           2004-12-16

       Definition at line 24 of file g2_miss.c.

       References gribfield::idrtmpl, gribfield::idrtnum, and rdieee().

Name

       g2_miss.c - Check the Data Representation Template to see if missing value management is used, and
       returns the missing value(s) in the data field.

Synopsis

       #include 'grib2_int.h'

   Functions
       void g2_miss (gribfield *gfld, float *rmiss, int *nmiss)
           Check the Data Representation Template to see if missing value management is used, and return the
           missing value(s) in the data field.

See Also