NCEPLIBS-w3emc 2.12.0
|
Construct grib bit map section (BMS). More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fi73 (ibflag, ibmap, iblen, bms, lenbms, ier) |
This subroutine constructs a grib bit map section. | |
subroutine w3fi73 | ( | integer | ibflag, |
integer, dimension(*) | ibmap, | ||
integer | iblen, | ||
character*1, dimension(*) | bms, | ||
integer | lenbms, | ||
ier | |||
) |
This subroutine constructs a grib bit map section.
Program history log:
[in] | IBFLAG |
|
[in] | IBMAP | Integer array containing user bit map. |
[in] | IBLEN | Length of bit map. |
[out] | BMS | Completed grib bit map section. |
[out] | LENBMS | Length of bit map section in bytes. |
[out] | IER | 0 normal exit, 8 = ibmap values are all zero. |