NCEPLIBS-bufr  12.1.0
moda_tablef Module Reference

Declare a variable used to indicate whether master code and flag tables should be read. More...

Variables

character cdmf = 'N'
 Flag indicating whether to include code and flag table information during reads of master BUFR tables; this variable is initialized to a default value which can be overridden by a subsequent call to subroutine codflg() within the application program: More...
 

Detailed Description

Declare a variable used to indicate whether master code and flag tables should be read.

Author
J. Ator
Date
2024-05-29

Variable Documentation

◆ cdmf

character moda_tablef::cdmf = 'N'

Flag indicating whether to include code and flag table information during reads of master BUFR tables; this variable is initialized to a default value which can be overridden by a subsequent call to subroutine codflg() within the application program:

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

Definition at line 887 of file modules_arrs.F90.

Referenced by codflg(), exitbufr(), getcfmng(), ireadmt(), and ufdump().