NCEPLIBS-w3emc 2.12.0
|
Reads and unpacks a grib message. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | getgb1r (lugb, lskip, lgrib, kf, kpds, kgds, kens, lb, f, nbitss, iret) |
Program history log: | |
subroutine getgb1r | ( | lugb, | |
lskip, | |||
lgrib, | |||
kf, | |||
integer, dimension(200) | kpds, | ||
integer, dimension(200) | kgds, | ||
integer, dimension(200) | kens, | ||
logical*1, dimension(*) | lb, | ||
real, dimension(*) | f, | ||
nbitss, | |||
iret | |||
) |
Program history log:
[in] | LUGB | Integer unit of the unblocked grib data file. |
[in] | LSKIP | Integer number of bytes to skip. |
[in] | LGRIB | Integer number of bytes to read. |
[out] | KF | Integer number of data points unpacked. |
[out] | KPDS | Integer (200) unpacked pds parameters. |
[out] | KGDS | Integer (200) unpacked gds parameters. |
[out] | KENS | Integer (200) unpacked ensemble pds parms. |
[out] | LB | Logical*1 (kf) unpacked bitmap if present. |
[out] | F | Real (kf) unpacked data. |
[out] | NBITSS | Packaging bit number. Used by GRIB file to repack. |
[out] | IRET | Integer return code. |