NCEPLIBS-bufr  12.1.0
moda_h4wlc Module Reference

Declare arrays and variables needed to store long character strings (greater than 8 bytes) via subroutine hold4wlc(). More...

Variables

character *120, dimension(:), allocatable chh4wlc
 Long character strings. More...
 
integer, dimension(:), allocatable luh4wlc
 File ID for associated output file. More...
 
integer nh4wlc = 0
 Number of long character strings being stored. More...
 
character *14, dimension(:), allocatable sth4wlc
 Table B mnemonics associated with long character strings. More...
 

Detailed Description

Declare arrays and variables needed to store long character strings (greater than 8 bytes) via subroutine hold4wlc().

These strings can be held for writing into an uncompressed BUFR data subset via future internal calls to subroutine writlc().

Author
J. Ator
Date
2014-02-05

Variable Documentation

◆ chh4wlc

character*120, dimension(:), allocatable moda_h4wlc::chh4wlc

Long character strings.

Definition at line 224 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), hold4wlc(), and msgupd().

◆ luh4wlc

integer, dimension(:), allocatable moda_h4wlc::luh4wlc

File ID for associated output file.

Definition at line 220 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), hold4wlc(), and msgupd().

◆ nh4wlc

integer moda_h4wlc::nh4wlc = 0

Number of long character strings being stored.

Definition at line 218 of file modules_arrs.F90.

Referenced by hold4wlc(), and msgupd().

◆ sth4wlc

character*14, dimension(:), allocatable moda_h4wlc::sth4wlc

Table B mnemonics associated with long character strings.

Definition at line 222 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), hold4wlc(), and msgupd().