NCEPLIBS-bufr
12.0.1
|
Convert an FXY value from a character string to the WMO bit-wise representation. More...
Go to the source code of this file.
Functions/Subroutines | |
function | idn30 (ADN30, L30) |
Convert an FXY value from a character string to the WMO bit-wise representation. More... | |
Convert an FXY value from a character string to the WMO bit-wise representation.
Definition in file idn30.f.
function idn30 | ( | character*(*) | ADN30, |
L30 | |||
) |
Convert an FXY value from a character string to the WMO bit-wise representation.
For an description of the WMO bit-wise representation of the FXY value, see ifxy().
This function is the logical inverse of function adn30().
[in] | ADN30 | - character*(*): FXY value. Must be of length 5 or 6. |
[in] | L30 | - integer: Length of ADN30; can be either 5 or 6 characters. |
Definition at line 21 of file idn30.f.
References adn30(), bort(), and ifxy().
Referenced by stbfdx().