NCEPLIBS-bufr  12.1.0
moda_msgcmp Module Reference

Declare a variable used to indicate whether output BUFR messages should be compressed. More...

Variables

character ccmf = 'N'
 Flag indicating whether BUFR output messages are to be compressed; this variable is initialized to a default value which can be overridden by a subsequent call to subroutine cmpmsg() within the application program: More...
 

Detailed Description

Declare a variable used to indicate whether output BUFR messages should be compressed.

Author
J. Ator
Date
2024-05-29

Variable Documentation

◆ ccmf

character moda_msgcmp::ccmf = 'N'

Flag indicating whether BUFR output messages are to be compressed; this variable is initialized to a default value which can be overridden by a subsequent call to subroutine cmpmsg() within the application program:

  • 'N' = No (default)
  • 'Y' = Yes

Definition at line 875 of file modules_arrs.F90.

Referenced by cmpmsg(), writsa(), and writsb().