NCEPLIBS-bufr
12.1.0
|
Declare arrays and variables needed to store information about long character strings (greater than 8 bytes) when reading them from input data subsets in compressed BUFR messages via subroutines rdcmps() and readlc(). More...
Variables | |
character *10, dimension(:), allocatable | crtag |
Table B mnemonics associated with long character strings. More... | |
integer, dimension(:), allocatable | irbit |
Pointers in data subset to first bits of long character strings. More... | |
integer, dimension(:), allocatable | irnch |
Lengths (in bytes) of long character strings. More... | |
integer | nrst |
Number of long character strings in data subset. More... | |
Declare arrays and variables needed to store information about long character strings (greater than 8 bytes) when reading them from input data subsets in compressed BUFR messages via subroutines rdcmps() and readlc().
character*10, dimension(:), allocatable moda_rlccmn::crtag |
Table B mnemonics associated with long character strings.
Definition at line 548 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), rdcmps(), and readlc().
integer, dimension(:), allocatable moda_rlccmn::irbit |
Pointers in data subset to first bits of long character strings.
Definition at line 546 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), rdcmps(), and readlc().
integer, dimension(:), allocatable moda_rlccmn::irnch |
Lengths (in bytes) of long character strings.
Definition at line 544 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), rdcmps(), and readlc().
integer moda_rlccmn::nrst |
Number of long character strings in data subset.
Definition at line 542 of file modules_arrs.F90.