NCEPLIBS-g2c
1.8.0
|
Return the dimensions and scanning mode of a grid definition packed in GRIB2 Grid Definition Section 3 format. More...
Go to the source code of this file.
Functions | |
g2int | getdim (unsigned char *csec3, g2int *width, g2int *height, g2int *iscan) |
This subroutine returns the dimensions and scanning mode of a grid definition packed in GRIB2 Grid Definition Section 3 format. More... | |
Return the dimensions and scanning mode of a grid definition packed in GRIB2 Grid Definition Section 3 format.
Definition in file getdim.c.
This subroutine returns the dimensions and scanning mode of a grid definition packed in GRIB2 Grid Definition Section 3 format.
csec3 | Character array that contains the packed GRIB2 GDS. |
width | x (or i) dimension of the grid. 0 if grid is not recognized. |
height | y (or j) dimension of the grid. 0 if grid is not recognized. |
iscan | Scanning mode (see Table 3.4). 0 of grid not recognized. |
Definition at line 29 of file getdim.c.
References g2_unpack3().
Referenced by g2_addfield().