NCEPLIBS-bufr
12.1.0
|
Declare arrays used to store information about the current BUFR message that is in the process of being read from or written to the logical unit associated with each file ID. More...
Variables | |
integer, dimension(:), allocatable | idate |
Section 1 date-time of message. More... | |
integer, dimension(:), allocatable | inode |
Table A mnemonic for type of BUFR message. More... | |
integer, dimension(:), allocatable | msub |
Total number of data subsets in message. More... | |
integer, dimension(:), allocatable | nmsg |
Current message pointer within logical unit. More... | |
integer, dimension(:), allocatable | nsub |
Current subset pointer within message. More... | |
Declare arrays used to store information about the current BUFR message that is in the process of being read from or written to the logical unit associated with each file ID.
integer, dimension(:), allocatable moda_msgcwd::idate |
Section 1 date-time of message.
Definition at line 328 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cktaba(), copymg(), cpymem(), msgini(), openbf(), openmb(), openmg(), readmg(), readns(), and wrcmps().
integer, dimension(:), allocatable moda_msgcwd::inode |
Table A mnemonic for type of BUFR message.
Definition at line 326 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cktaba(), copymg(), copysb(), cpbfdx(), cpymem(), bufr_c2f_interface::get_inode_c(), gettagpr(), gettagre(), getvalnb(), igetrfel(), iok2cpy(), lstjpb(), msgini(), nemspecs(), openbf(), openmb(), openmg(), parutg(), rcstpl(), readmg(), readns(), setvalnb(), strbtm(), string(), ufbcpy(), ufbcup(), ufbdmp(), ufbevn(), ufbin3(), ufbint(), ufbovr(), ufbrep(), ufbrw(), ufbseq(), ufbstp(), ufdump(), usrtpl(), and wrcmps().
integer, dimension(:), allocatable moda_msgcwd::msub |
integer, dimension(:), allocatable moda_msgcwd::nmsg |
integer, dimension(:), allocatable moda_msgcwd::nsub |
Current subset pointer within message.
Definition at line 322 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cktaba(), closmg(), copymg(), copysb(), cpymem(), cpyupd(), ifbget(), msgini(), msgupd(), openbf(), rdcmps(), rdmems(), readsb(), rewnbf(), ufbcnt(), ufbget(), ufbpos(), ufbtab(), ufbtam(), ufdump(), wrcmps(), and writlc().