37 unsigned char *cpack,
g2int *lcpack)
40 compack(fld, ndpts, idrsnum, idrstmpl, cpack, lcpack);
41 else if (idrstmpl[6] == 1 || idrstmpl[6] == 2)
42 misspack(fld, ndpts, idrsnum, idrstmpl, cpack, lcpack);
45 printf(
"cmplxpack: Don:t recognize Missing value option.");
void cmplxpack(float *fld, g2int ndpts, g2int idrsnum, g2int *idrstmpl, unsigned char *cpack, g2int *lcpack)
This subroutine packs up a data field using a complex packing algorithm as defined in the GRIB2 docum...
void compack(float *fld, g2int ndpts, g2int idrsnum, g2int *idrstmpl, unsigned char *cpack, g2int *lcpack)
This subroutine packs up a data field using a complex packing algorithm as defined in the GRIB2 docum...
int64_t g2int
Long integer type.
Header file with internal function prototypes NCEPLIBS-g2c library.
void misspack(float *fld, g2int ndpts, g2int idrsnum, g2int *idrstmpl, unsigned char *cpack, g2int *lcpack)
This function packs up a data field using a complex packing algorithm as defined in the GRIB2 documen...