|
NCEPLIBS-w3emc 2.12.0
|
Packs and writes a grib message. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | putgbn (lugb, kf, kpds, kgds, ibs, nbits, lb, f, iret) |
| This subprogram is nearly the inverse of getgb. | |
| subroutine putgbn | ( | lugb, | |
| kf, | |||
| integer, dimension(200) | kpds, | ||
| integer, dimension(200) | kgds, | ||
| ibs, | |||
| nbits, | |||
| logical*1, dimension(kf) | lb, | ||
| real, dimension(kf) | f, | ||
| iret | |||
| ) |
This subprogram is nearly the inverse of getgb.
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] | ibs | integer binary scale factor (0 to ignore). |
| [in] | nbits | integer number of bits in which to pack (0 to ignore). |
| [in] | lb | logical*1 (kf) bitmap if present. |
| [in] | f | real (kf) data. |
| [out] | iret | integer return code.
|