NCEPLIBS-bufr  12.0.1
moda_unptyp Module Reference

This module contains an array declaration used to store, for each I/O stream index from which a BUFR message is currently being read as input, a flag indicating how to unpack the data subsets from the message. More...

Variables

integer, dimension(:), allocatable msgunp
 Flag indicating how to unpack data subsets from BUFR message: More...
 

Detailed Description

This module contains an array declaration used to store, for each I/O stream index from which a BUFR message is currently being read as input, a flag indicating how to unpack the data subsets from the message.

Author
J. Woollen
Date
1994-01-06

Variable Documentation

◆ msgunp

integer, dimension(:), allocatable moda_unptyp::msgunp

Flag indicating how to unpack data subsets from BUFR message:

  • 0 message contains data subset byte counters and other non-standard enhancements
  • 1 message is fully standard and contains no non-standard enhancements
  • 2 message is compressed

Definition at line 771 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), cktaba(), rdmems(), readlc(), readsb(), and ufbtab().