|
NCEPLIBS-g2
3.4.8
|
Unpack Section 1 (Identification Section). More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gf_unpack1 (cgrib, lcgrib, iofst, ids, idslen, ierr) |
| Unpack Section 1 (Identification Section) of a GRIB2 message, starting at octet 6 of that Section. More... | |
| subroutine gf_unpack1 | ( | character(len=1), dimension(lcgrib), intent(in) | cgrib, |
| integer, intent(in) | lcgrib, | ||
| integer, intent(inout) | iofst, | ||
| integer, dimension(:), pointer | ids, | ||
| integer, intent(out) | idslen, | ||
| integer, intent(out) | ierr | ||
| ) |
Unpack Section 1 (Identification Section) of a GRIB2 message, starting at octet 6 of that Section.
| [in] | cgrib | Character array that contains the GRIB2 message. |
| [in] | lcgrib | Length (in bytes) of GRIB message array cgrib. |
| [in,out] | iofst | Bit offset of the beginning/end(returned) of Section 1. |
| [out] | ids | Pointer to integer array containing information read from Section 1, the Identification section.
|
| [out] | idslen | Number of elements in ids. |
| [out] | ierr | Error return code.
|
Definition at line 42 of file gf_unpack1.F90.
References g2_gbytec().
Referenced by getgb2s(), and gf_getfld().