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