NCEPLIBS-bufr  12.0.0
cadn30.f File Reference

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

Detailed Description

Convert an FXY value from its WMO bit-wise representation to its six-character representation.

Author
J. Ator
Date
2004-08-18

Definition in file cadn30.f.

Function/Subroutine Documentation

◆ cadn30()

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

Parameters
[in]IDN- integer: Bit-wise representation of FXY value.
[out]ADN- character*6: FXY value.
Author
J. Ator
Date
2004-08-18

Definition at line 24 of file cadn30.f.

Referenced by bufr_c2f_interface::cadn30_c().