getpoly.c(3) | Library Functions Manual | getpoly.c(3) |
getpoly.c - Return the J, K, and M pentagonal resolution parameters specified in a GRIB Grid Definition Section used spherical harmonic coefficients using GDT 5.50 through 5.53.
#include 'grib2_int.h'
#include <stdio.h>
#include <stdlib.h>
g2int getpoly (unsigned char *csec3, g2int
*jj, g2int *kk, g2int *mm)
This subroutine returns the J, K, and M pentagonal resolution parameters
specified in a GRIB Grid Definition Section (GDS) used spherical harmonic
coefficients using GDT 5.50 through 5.53.
Return the J, K, and M pentagonal resolution parameters specified in a GRIB Grid Definition Section used spherical harmonic coefficients using GDT 5.50 through 5.53.
Author
Date
Definition in file getpoly.c.
This subroutine returns the J, K, and M pentagonal resolution parameters specified in a GRIB Grid Definition Section (GDS) used spherical harmonic coefficients using GDT 5.50 through 5.53. If 51 - complex data spectral packing is used as the data representation template number (see Table 5.0), then the Grid Definition Template Number in section 3 should be one of:
Parameters
Returns
Note
Author
Date
Definition at line 40 of file getpoly.c.
References g2_unpack3().
Referenced by g2_addfield().
Generated automatically by Doxygen for NCEPLIBS-g2c from the source code.
Version 2.1.0 | NCEPLIBS-g2c |