|
NCEPLIBS-bufr
12.0.0
|
Get the WMO bit-wise representation of the FXY value corresponding to a child mnemonic in a Table D sequence. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | uptdd (ID, LUN, IENT, IRET) |
| Returns the WMO bit-wise representation of the FXY value corresponding to a child mnemonic of a Table D sequence parent mnemonic. More... | |
Get the WMO bit-wise representation of the FXY value corresponding to a child mnemonic in a Table D sequence.
Definition in file uptdd.f.
| subroutine uptdd | ( | ID, | |
| LUN, | |||
| IENT, | |||
| IRET | |||
| ) |
Returns the WMO bit-wise representation of the FXY value corresponding to a child mnemonic of a Table D sequence parent mnemonic.
For a description of the WMO bit-wise representation of the FXY value, see ifxy().
| [in] | ID | - integer: Positional index of parent mnemonic within internal BUFR Table D array tabd. |
| [in] | LUN | - integer: File ID. |
| [in] | IENT | - integer: Ordinal indicator of child mnemonic to return from within tabd(id,lun) sequence. 0 indicates that a count of the total number of child mnemonics within the sequence will be returned. |
| [out] | IRET | - integer: Return value:
|
Definition at line 27 of file uptdd.f.
References bort(), iupm(), and moda_tababd::tabd.
Referenced by nemtbd(), and bufr_c2f_interface::uptdd_c().