NCEPLIBS-bufr  12.1.0
moda_msgstd Module Reference

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

Variables

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

Detailed Description

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

Author
J. Ator
Date
2024-03-22

Variable Documentation

◆ csmf

character moda_msgstd::csmf = 'N'

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

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

Definition at line 864 of file modules_arrs.F90.

Referenced by msgfull(), msgwrt(), and stdmsg().