|
NCEPLIBS-w3emc
2.11.0
|
Packs and writes a grib message. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | putgbex (LUGB, KF, KPDS, KGDS, KENS, KPROB, XPROB, KCLUST, KMEMBR, LB, F, IRET) |
| This subprogram is nearly the inverse of getgbe. More... | |
| subroutine putgbex | ( | LUGB, | |
| 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(kf) | LB, | ||
| real, dimension(kf) | F, | ||
| IRET | |||
| ) |
This subprogram is nearly the inverse of getgbe.
Program history log:
| [in] | lugb | integer unit of the unblocked grib data file. |
| [in] | kf | integer number of data points. |
| [in] | kpds | integer (200) pds parameters.
|
| [in] | kgds | Integer (200) gds parameters.
|
| [in] | kens | integer (200) ensemble pds parms.
|
| [in] | kprob | integer (2) probability ensemble parms. |
| [in] | xprob | real (2) probability ensemble parms. |
| [in] | kclust | integer (16) cluster ensemble parms. |
| [in] | kmembr | integer (8) cluster ensemble parms. |
| [in] | lb | logical*1 (kf) bitmap if present. |
| [in] | f | real (kf) data. |
| [out] | iret | integer return code.
|