|
NCEPLIBS-g2
3.4.5
|
This subroutine unpacks Section 1 (Identification Section). More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gf_unpack1 (cgrib, lcgrib, iofst, ids, idslen, ierr) |
| This subroutine unpacks Section 1 (Identification Section) starting at octet 6 of that Section. More... | |
This subroutine unpacks Section 1 (Identification Section).
Definition in file gf_unpack1.f.
| 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 | ||
| ) |
This subroutine unpacks Section 1 (Identification Section) starting at octet 6 of that Section.
PROGRAM HISTORY LOG:
| [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 43 of file gf_unpack1.f.