NCEPLIBS-bufr
12.1.0
|
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... | |
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().
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().
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().
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().
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().