NCEPLIBS-bufr  12.0.0
idn30.f File Reference

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

Detailed Description

Convert an FXY value from a character string to the WMO bit-wise representation.

Author
J. Woollen
Date
1994-01-06

Definition in file idn30.f.

Function/Subroutine Documentation

◆ idn30()

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

Parameters
[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.
Returns
idn30 - integer: WMO bit-wise representation of FXY value.
Author
J. Woollen
Date
1994-01-06

Definition at line 21 of file idn30.f.

References adn30(), bort(), and ifxy().

Referenced by stbfdx().