specpack.c(3) | Library Functions Manual | specpack.c(3) |
specpack.c - Pack a spectral data field using the complex packing algorithm for spherical harmonic data.
#include 'grib2_int.h'
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
void specpack (float *fld, g2int ndpts, g2int
JJ, g2int KK, g2int MM, g2int *idrstmpl, unsigned char
*cpack, g2int *lcpack)
Pack a spectral data field using the complex packing algorithm for spherical
harmonic data as defined in the GRIB2 Data Representation Template 5.51.
Pack a spectral data field using the complex packing algorithm for spherical harmonic data.
Author
Date
Definition in file specpack.c.
Pack a spectral data field using the complex packing algorithm for spherical harmonic data as defined in the GRIB2 Data Representation Template 5.51.
Parameters
Author
Date
Definition at line 33 of file specpack.c.
References mkieee(), and simpack().
Referenced by g2_addfield().
Generated automatically by Doxygen for NCEPLIBS-g2c from the source code.
Version 2.1.0 | NCEPLIBS-g2c |