|
NCEPLIBS-w3emc
2.11.0
|
Reads and unpacks a grib message. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | getgb1re (LUGB, LSKIP, LGRIB, KF, KPDS, KGDS, KENS, KPROB, XPROB, KCLUST, KMEMBR, LB, F, IRET) |
| Reads and unpacks a grib message. More... | |
| subroutine getgb1re | ( | LUGB, | |
| LSKIP, | |||
| LGRIB, | |||
| KF, | |||
| integer, dimension(200) | KPDS, | ||
| integer, dimension(200) | KGDS, | ||
| integer, dimension(200) | KENS, | ||
| integer, dimension(2) | KPROB, | ||
| real, dimension(2) | XPROB, | ||
| integer, dimension(16) | KCLUST, | ||
| integer, dimension(80) | KMEMBR, | ||
| logical*1, dimension(*) | LB, | ||
| real, dimension(*) | F, | ||
| IRET | |||
| ) |
Reads and unpacks a grib message.
PROGRAM HISTORY LOG: Mark Iredell 1995-10-31 Y. Zhu 1997-02-11 Included probability and cluster arguments.
| [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] | KPROB | Integer (2) probability ensemble parms. |
| [out] | XPROB | Real (2) probability ensemble parms. |
| [out] | KCLUST | Integer (16) cluster ensemble parms. |
| [out] | KMEMBR | Integer (8) cluster ensemble parms. |
| [out] | LB | Logical*1 (kf) unpacked bitmap if present. |
| [out] | F | Real (kf) unpacked data. |
| [out] | IRET | Integer return code.
|
Definition at line 36 of file getgb1re.f.