NCEPLIBS-bufr
12.1.0
|
Declare an array used to store a switch for each file ID, indicating whether BUFR messages read from the corresponding logical unit should be decoded according to the contents of Section 3 and using master BUFR tables, rather than using DX BUFR tables. More...
Variables | |
integer, dimension(:), allocatable | isc3 |
Section 3 switch for each file ID: More... | |
character *8, dimension(:), allocatable | tamnem |
Table A mnemonic most recently read from each file ID, if isc3 = 1 for that stream. More... | |
Declare an array used to store a switch for each file ID, indicating whether BUFR messages read from the corresponding logical unit should be decoded according to the contents of Section 3 and using master BUFR tables, rather than using DX BUFR tables.
The default value is "off", indicating that BUFR messages read from the corresponding logical unit should be decoded using DX BUFR tables, but it can be switched to a value of "on" if the corresponding logical unit is connected to the library via a call to subroutine openbf() with IO = 'SEC3', and in which case each BUFR message will be decoded according to the contents of Section 3 and using master BUFR tables.
integer, dimension(:), allocatable moda_sc3bfr::isc3 |
Section 3 switch for each file ID:
Definition at line 587 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cktaba(), ireadmt(), openbf(), readerme(), and readmg().
character*8, dimension(:), allocatable moda_sc3bfr::tamnem |
Table A mnemonic most recently read from each file ID, if isc3 = 1 for that stream.
Definition at line 589 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cktaba(), and reads3().