NCEPLIBS-w3emc  2.11.0
w3fi73.f File Reference

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. More...
 

Detailed Description

Construct grib bit map section (BMS).

Author
M. Farley
Date
1992-07-01

Definition in file w3fi73.f.

Function/Subroutine Documentation

◆ w3fi73()

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:

  • M. Farley 1992-07-01
  • Bill Cavanaugh 1994-02-14 Recoded
  • Ebisuzaki 1998-06-30 Linux port
Parameters
[in]IBFLAG
  • 0, if bit map supplied by user
  • #, Number of predefined center bit map
[in]IBMAPInteger array containing user bit map.
[in]IBLENLength of bit map.
[out]BMSCompleted grib bit map section.
[out]LENBMSLength of bit map section in bytes.
[out]IER0 normal exit, 8 = ibmap values are all zero.
Author
M. Farley
Date
1992-07-01

Definition at line 22 of file w3fi73.f.