NCEPLIBS-bufr  11.7.0
 All Data Structures Files Functions Variables Pages
istdesc.f File Reference

Check whether a descriptor is standard. More...

Go to the source code of this file.

Functions/Subroutines

function istdesc (IDN)
 Given the bit-wise (integer) representation of a descriptor, this function determines whether the descriptor is WMO-standard. More...
 

Detailed Description

Check whether a descriptor is standard.

Definition in file istdesc.f.

Function/Subroutine Documentation

function istdesc (   IDN)

Given the bit-wise (integer) representation of a descriptor, this function determines whether the descriptor is WMO-standard.

If a descriptor is not WMO-standard, then by definition it is a local descriptor.

Author
J. Ator
Date
2004-08-18
Parameters
[in]IDN– integer: Bit-wise representation of FXY value for descriptor
Returns
istdesc – integer: Flag indicating whether IDN is a WMO-standard descriptor:
  • 0 = No
  • 1 = Yes

Program history log:

Date Programmer Comments
2004-08-18 J. Ator Original author

Definition at line 25 of file istdesc.f.

References adn30(), and iokoper().

Referenced by ireadmt(), restd(), and stndrd().