27 INTEGER FUNCTION ibfms ( R8VAL )
36 IF ( r8val .EQ.
bmiss )
THEN
integer function ibfms(R8VAL)
Test whether a real*8 data value is "missing".
This module declares and initializes the BMISS variable.
real *8, public bmiss
Current placeholder value to represent "missing" data when reading from or writing to BUFR files; thi...