NCEPLIBS-bufr
12.0.1
|
Decode the sequence information from a Table D mnemonic definition. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | seqsdx (CARD, LUN) |
Decode the sequence information from a Table D mnemonic definition. More... | |
Decode the sequence information from a Table D mnemonic definition.
Definition in file seqsdx.f.
subroutine seqsdx | ( | character*80 | CARD, |
LUN | |||
) |
Decode the sequence information from a Table D mnemonic definition.
This subroutine decodes the Table D sequence information from a mnemonic definition card that was previously read from a user-supplied DX BUFR table in character format by rdusdx(). These are then added to the already-existing entry for that mnemonic (built in rdusdx()) within the internal BUFR Table D array tabd(*,lun) in module moda_tababd.
[in] | CARD | - character*80: mnemonic definition card that was read from a user-supplied DX BUFR table. |
[in] | LUN | - integer: File ID. |
Definition at line 20 of file seqsdx.f.
References bort2(), nemock(), nemtab(), numtab(), parstr(), pktdd(), rsvfvm(), and strnum().
Referenced by rdusdx().