NCEPLIBS-bufr
12.0.0
|
This module contains declarations for 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 internal I/O stream index. 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... | |
This module contains declarations for 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 internal I/O stream index.
integer, dimension(:), allocatable moda_msgcwd::idate |
Section 1 date-time of message.
Definition at line 325 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cktaba(), copymg(), cpymem(), msgini(), openbf(), openmb(), openmg(), readmg(), readns(), rewnbf(), and wrcmps().
integer, dimension(:), allocatable moda_msgcwd::inode |
Table A mnemonic for type of BUFR message.
Definition at line 323 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(), rewnbf(), setvalnb(), strbtm(), string(), ufbcpy(), ufbcup(), ufbdmp(), ufbevn(), ufbin3(), ufbint(), ufbovr(), ufbrep(), ufbseq(), ufbstp(), ufdump(), usrtpl(), and wrcmps().
integer, dimension(:), allocatable moda_msgcwd::msub |
Total number of data subsets in message.
Definition at line 321 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cktaba(), copymg(), copysb(), cpymem(), ifbget(), nmsub(), openbf(), rdcmps(), rdmems(), readsb(), rewnbf(), ufbget(), ufbinx(), ufbmms(), ufbrms(), ufbtab(), and ufbtam().
integer, dimension(:), allocatable moda_msgcwd::nmsg |
integer, dimension(:), allocatable moda_msgcwd::nsub |
Current subset pointer within message.
Definition at line 319 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(), ufbinx(), ufbpos(), ufbtab(), ufbtam(), ufdump(), wrcmps(), and writlc().