NCEPLIBS-bufr  12.0.0
istdesc.f File Reference

Check whether a descriptor is WMO-standard. More...

Go to the source code of this file.

Functions/Subroutines

function istdesc (IDN)
 Check whether a descriptor is WMO-standard. More...
 

Detailed Description

Check whether a descriptor is WMO-standard.

Author
J. Ator
Date
2004-08-18

Definition in file istdesc.f.

Function/Subroutine Documentation

◆ istdesc()

function istdesc (   IDN)

Check whether a descriptor is WMO-standard.

Given the WMO bit-wise representation of an FXY value for 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.

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

Definition at line 22 of file istdesc.f.

References adn30(), and iokoper().

Referenced by ireadmt(), bufr_c2f_interface::istdesc_c(), and stndrd().