NCEPLIBS-w3emc 2.12.0
Loading...
Searching...
No Matches
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.
 

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.