NCEPLIBS-bufr 11.7.1
|
Test whether a character string is "missing". More...
Go to the source code of this file.
Functions/Subroutines | |
integer function | icbfms (STR, LSTR) |
This function provides a handy way to check whether a character string returned from a previous call to subroutine readlc() was encoded as "missing" (all bits set to 1) within the actual BUFR data subset. More... | |
Test whether a character string is "missing".
Definition in file icbfms.f.
integer function icbfms | ( | character*(*) | STR, |
LSTR | |||
) |
This function provides a handy way to check whether a character string returned from a previous call to subroutine readlc() was encoded as "missing" (all bits set to 1) within the actual BUFR data subset.
[in] | STR | – character*(*): String |
[in] | LSTR | – integer: Length of string, i.e. number of characters within STR to be tested |
Program history log:
Date | Programmer | Comments |
---|---|---|
2012-06-07 | J. Ator | Original author |
2015-03-10 | J. Woollen | Improved logic for testing legacy cases prior to BUFRLIB V10.2.0 |
2016-02-12 | J. Ator | Modified for CRAYFTN compatibility |
Definition at line 31 of file icbfms.f.
References icbfms(), and iupm().
Referenced by icbfms(), rdcmps(), rdtree(), ufbdmp(), and ufdump().