36 unsigned char *cpack,
g2int *lcpack)
39 compack(fld, ndpts, idrsnum, idrstmpl, cpack, lcpack);
40 else if (idrstmpl[6] == 1 || idrstmpl[6] == 2)
41 misspack(fld, ndpts, idrsnum, idrstmpl, cpack, lcpack);
44 printf(
"cmplxpack: Don:t recognize Missing value option.");
void cmplxpack(g2float *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(g2float *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...
Header file for NCEPLIBS-g2c library.
int64_t g2int
Long integer type.
void misspack(g2float *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...