NCEPLIBS-bufr 11.7.1
|
Get the current placeholder value for "missing" data. More...
Go to the source code of this file.
Functions/Subroutines | |
real *8 function | getbmiss () |
This function returns the current placeholder value which represents "missing" data when reading from or writing to BUFR files. More... | |
Get the current placeholder value for "missing" data.
Definition in file getbmiss.f.
real*8 function getbmiss |
This function returns the current placeholder value which represents "missing" data when reading from or writing to BUFR files.
This subroutine can be called at any time from within an application program, and the returned value can then be used to represent "missing" data within the context of future calls to any of the other BUFRLIB values-reading subroutines or values-writing subroutines. This placeholder value can also be changed at any time via a separate call to subroutine setbmiss().
Program history log:
Date | Programmer | Comments |
---|---|---|
2012-09-15 | J. Woollen | Original author |
Definition at line 28 of file getbmiss.f.
References modv_bmiss::bmiss, getbmiss(), and openbf().
Referenced by getbmiss().