NCEPLIBS-bufr
12.0.1
|
This module contains array and variable declarations 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 |
I/O stream index into internal arrays for associated output file. More... | |
integer | nh4wlc |
Number of long character strings being stored. More... | |
character *14, dimension(:), allocatable | sth4wlc |
Table B mnemonics associated with long character strings. More... | |
This module contains array and variable declarations 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 232 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), hold4wlc(), and msgupd().
integer, dimension(:), allocatable moda_h4wlc::luh4wlc |
I/O stream index into internal arrays for associated output file.
Definition at line 228 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), hold4wlc(), and msgupd().
integer moda_h4wlc::nh4wlc |
Number of long character strings being stored.
Definition at line 226 of file modules_arrs.F90.
Referenced by bfrini(), hold4wlc(), and msgupd().
character*14, dimension(:), allocatable moda_h4wlc::sth4wlc |
Table B mnemonics associated with long character strings.
Definition at line 230 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), hold4wlc(), and msgupd().