NCEPLIBS-bufr
12.0.1
|
Convert an FXY value from its WMO bit-wise representation to its six-character representation. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | cadn30 (IDN, ADN) |
Convert an FXY value from its WMO bit-wise representation to its six-character representation. More... | |
Convert an FXY value from its WMO bit-wise representation to its six-character representation.
Definition in file cadn30.f.
subroutine cadn30 | ( | IDN, | |
character*(*) | ADN | ||
) |
Convert an FXY value from its WMO bit-wise representation to its six-character representation.
This subroutine converts an FXY value from its WMO bit-wise representation to its 6 character representation. It is similar to function adn30(), except that it always returns 6 characters, and it always returns its output as a call parameter instead of a function value, which in turn allows it to be more easily called from within a C language function.
For a description of the WMO bit-wise representation of an FXY value, see ifxy().
[in] | IDN | - integer: Bit-wise representation of FXY value. |
[out] | ADN | - character*6: FXY value. |
Definition at line 24 of file cadn30.f.
Referenced by bufr_c2f_interface::cadn30_c().