NCEPLIBS-bufr  11.5.0
 All Data Structures Files Functions Variables Pages
adn30.f File Reference

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

Go to the source code of this file.

Functions/Subroutines

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

Detailed Description

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

Definition in file adn30.f.

Function/Subroutine Documentation

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

This function converts a descriptor from its bit-wise (integer) representation to its 5 or 6 character ASCII representation.

Author
J. Woollen
Date
1994-01-06
Parameters
[in]IDN- integer: bit-wise representation of descriptor (FXY) value
[in]L30- integer: length of string to be returned; can be either 5 or 6 characters
Returns
adn30 - character*(*): ASCII form of descriptor (FXY) value

Program History Log:

  • 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 adn30.f.

References bort().

Referenced by cadn30(), dxinit(), idn30(), igetrfel(), istdesc(), nemtbd(), numtab(), rdmtbb(), rdmtbd(), rdmtbf(), reads3(), seqsdx(), sntbde(), sntbfe(), ufbqcd(), upds3(), and wrdxtb().