|
NCEPLIBS-g2c
1.6.4
|
Check the Data Representation Template to see if missing value management is used, and returns the missing value(s) in the data field. More...
#include "grib2.h"Go to the source code of this file.
Functions | |
| void | g2_miss (gribfield *gfld, float *rmiss, int *nmiss) |
| This routine checks the Data Representation Template to see if missing value management is used, and returns the missing value(s) in the data field. More... | |
Check the Data Representation Template to see if missing value management is used, and returns the missing value(s) in the data field.
Definition in file g2_miss.c.
| void g2_miss | ( | gribfield * | gfld, |
| float * | rmiss, | ||
| int * | nmiss | ||
| ) |
This routine checks the Data Representation Template to see if missing value management is used, and returns the missing value(s) in the data field.
| gfld | 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. |
Definition at line 24 of file g2_miss.c.
References gribfield::idrtmpl, gribfield::idrtnum, and rdieee().