NCEPLIBS-bufr 11.7.1
adn30.f File Reference

Convert an FXY value from its bit-wise (integer) representation to its five or six character representation. More...

Go to the source code of this file.

Functions/Subroutines

character *(*) function adn30 (IDN, L30)
 This function converts an FXY value from its bit-wise (integer) representation to its 5 or 6 character representation. More...
 

Detailed Description

Convert an FXY value from its bit-wise (integer) representation to its five or six character representation.

Definition in file adn30.f.

Function/Subroutine Documentation

◆ adn30()

character*(*) function adn30 (   IDN,
  L30 
)

This function converts an FXY value from its bit-wise (integer) representation to its 5 or 6 character representation.

Author
J. Woollen
Date
1994-01-06
Parameters
[in]IDN– integer: Bit-wise representation of FXY value
[in]L30– integer: Length of string to be returned; can be either 5 or 6 characters
Returns
adn30 – character*(*): FXY value
Remarks
  • This function is the logical inverse of function idn30().

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 28 of file adn30.f.

References adn30(), and bort().

Referenced by adn30(), cadn30(), idn30(), igetrfel(), istdesc(), rdmtbb(), rdmtbd(), rdmtbf(), reads3(), sntbde(), and sntbfe().