NCEPLIBS-bufr  12.2.0
All Data Structures Namespaces Files Functions Variables Macros Pages
moda_s01cm Module Reference

Declare arrays and variables used to store custom values for certain mnemonics within Sections 0 and 1 of all future output BUFR messages written to all Fortran logical units. More...

Variables

character *8, dimension(:), allocatable cmnem
 Section 0 and 1 mnemonics corresponding to ivmnem. More...
 
integer, dimension(:), allocatable ivmnem
 Custom values for use within Sections 0 and 1 of all future output BUFR messages written to all Fortran logical units. More...
 
integer ns01v = 0
 Number of custom values stored. More...
 

Detailed Description

Declare arrays and variables used to store custom values for certain mnemonics within Sections 0 and 1 of all future output BUFR messages written to all Fortran logical units.

These values are specified via one or more calls to subroutine pkvs01(). Otherwise, default values for these mnemonics are used as defined within subroutines msgini(), cmsgini(), or dxmini().

Author
J. Ator
Date
2015-03-03

Variable Documentation

◆ cmnem

character*8, dimension(:), allocatable moda_s01cm::cmnem

Section 0 and 1 mnemonics corresponding to ivmnem.

Definition at line 582 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), msgwrt(), pkvs01(), and wrcmps().

◆ ivmnem

integer, dimension(:), allocatable moda_s01cm::ivmnem

Custom values for use within Sections 0 and 1 of all future output BUFR messages written to all Fortran logical units.

Definition at line 580 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), msgwrt(), pkvs01(), and wrcmps().

◆ ns01v

integer moda_s01cm::ns01v = 0

Number of custom values stored.

Definition at line 584 of file modules_arrs.F90.

Referenced by exitbufr(), msgwrt(), pkvs01(), and wrcmps().