30 IF (
tag(node)(1:5) .EQ.
'DPRI ' )
THEN
37 IF (
ntamc .GT. 0 )
THEN
38 nodtam =
lstjpb( node, lun,
'SUB' )
44 . (
inodtco(ii,jj) .LT. node ) )
THEN
45 IF (
ctco(ii,jj) .EQ.
'236000' )
THEN
47 ELSE IF ( (
ctco(ii,jj) .EQ.
'235000' ) .OR.
48 . (
ctco(ii,jj) .EQ.
'237255' ) )
THEN
56 IF ( .NOT. isbtme )
THEN
59 ELSE IF ( .NOT.
linbtm )
THEN
79 ELSE IF (
itp(node) .GT. 1 )
THEN
84 900
CALL bort(
'BUFRLIB: STRBTM - MXBTM OVERFLOW')
85 901
CALL bort(
'BUFRLIB: STRBTM - MXBTMSE OVERFLOW')
subroutine bort(STR)
Log one error message and abort application program.
integer function ibfms(R8VAL)
Test whether a real*8 data value is "missing".
function lstjpb(NODE, LUN, JBTYP)
This function searches backwards, beginning from a given node within the jump/link table,...
This module contains array and variable declarations used to store bitmaps internally within a data s...
integer, dimension(:), allocatable iszbtm
Size of bitmap (total number of entries, whether "set" (set to a value of 0) or not).
integer, dimension(:,:), allocatable inodtco
Entries within jump/link table which contain Table C operators.
integer ntamc
Number of Table A mnemonics in jump/link table (up to a maximum of MXTAMC) which contain at least one...
integer, dimension(:), allocatable istbtm
Ordinal position in data subset definition corresponding to the first entry of the bitmap.
integer nbtm
Number of stored bitmaps for the current data subset (up to a maximum of MXBTM).
integer, dimension(:), allocatable inodtamc
Entries within jump/link table which contain Table A mnemonics.
integer, dimension(:,:), allocatable ibtmse
Ordinal positions in bitmap of bits that were "set" (set to a value of 0); these ordinal positions ca...
logical linbtm
true if a bitmap is in the process of being read for the current data subset; false otherwise.
integer, dimension(:), allocatable nbtmse
Number of "set" entries (set to a value of 0) in the bitmap.
character *6, dimension(:,:), allocatable ctco
Table C operators corresponding to inodtco.
integer, dimension(:), allocatable ntco
Number of Table C operators (with an XX value of 21 or greater) within the data subset definition of ...
This module contains declarations for arrays used to store information about the current BUFR message...
integer, dimension(:), allocatable inode
Table A mnemonic for type of BUFR message.
This module contains array and variable declarations used to store the internal jump/link table.
integer, dimension(:), allocatable isc
Scale factors corresponding to tag and typ:
character *10, dimension(:), allocatable tag
Mnemonics in the jump/link table.
integer, dimension(:), allocatable itp
Integer type values corresponding to typ:
This module contains declarations for arrays used to store data values and associated metadata for th...
real *8, dimension(:,:), allocatable, target val
Data values.
integer, dimension(:,:), allocatable, target inv
Inventory pointer which links each data value to its corresponding node in the internal jump/link tab...
This module declares and initializes the MXBTM variable.
integer mxbtm
Maximum number of bitmaps that can be stored internally for a data subset.
This module declares and initializes the MXBTMSE variable.
integer mxbtmse
Maximum number of "set" entries (set to a value of 0) within a bitmap.
subroutine strbtm(N, LUN)
This subroutine stores internal information in module bitmaps if the input element is part of a bitma...