NCEPLIBS-bufr
11.5.0
|
Define a customized placeholder value for "missing" data. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | setbmiss (XMISS) |
This subroutine allows the user to specify a customized value to represent "missing" data when reading from or writing to BUFR files. More... | |
Define a customized placeholder value for "missing" data.
Definition in file setbmiss.f.
subroutine setbmiss | ( | real*8 | XMISS | ) |
This subroutine allows the user to specify a customized value to represent "missing" data when reading from or writing to BUFR files.
[in] | XMISS | - real*8: New placeholder value to represent "missing" data |
This subroutine can be called at any time from within an application program, and the value XMISS will then be treated as "missing" when reading or writing BUFR data during all future calls to any of the other BUFRLIB values-reading subroutines or values-writing subroutines. Otherwise, if this subroutine is never called, a default placeholder value of 10E10_8 is used for "missing".
Any data value can always be checked for equivalence to the current "missing" value via a call to function ibfms(). See also function getbmiss().
Program history log:
Definition at line 37 of file setbmiss.f.
References openbf().