|
NCEPLIBS-bufr 11.7.1
|
Convert an FXY value from its five or six character representation to its bit-wise (integer) representation. More...
Go to the source code of this file.
Functions/Subroutines | |
| function | idn30 (ADN30, L30) |
| This function converts an FXY value from its 5 or 6 character representation to its bit-wise (integer) representation. More... | |
Convert an FXY value from its five or six character representation to its bit-wise (integer) representation.
Definition in file idn30.f.
| function idn30 | ( | character*(*) | ADN30, |
| L30 | |||
| ) |
This function converts an FXY value from its 5 or 6 character representation to its bit-wise (integer) representation.
| [in] | ADN30 | – character*(*): FXY value |
| [in] | L30 | – integer: Length of ADN30; can be either 5 or 6 characters |
Program History Log:
| Date | Programmer | Comments |
|---|---|---|
| 1994-01-06 | J. Woollen | Original author |
| 1998-07-08 | J. Woollen | Replaced call to CRAY library routine "ABORT" with call to new internal BUFRLIB routine bort() |
| 2003-11-04 | S. Bender | Added remarks and routine interdependencies |
| 2003-11-04 | D. Keyser | Unified/portable for WRF; added history documentation |
Definition at line 27 of file idn30.f.