|
NCEPLIBS-w3emc
2.11.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. More... | |
| 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.
|