NCEPLIBS-bufr  11.7.0
 All Data Structures Files Functions Variables Pages
getbmiss.f File Reference

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...
 

Detailed Description

Get the current placeholder value for "missing" data.

Definition in file getbmiss.f.

Function/Subroutine Documentation

REAL*8 function getbmiss ( )

This function returns the current placeholder value which represents "missing" data when reading from or writing to BUFR files.

Author
J. Woollen
Date
2012-09-15
Returns
getbmiss – real*8: current placeholder value for "missing" data

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 openbf().