NCEPLIBS-bufr
12.0.1
|
Store an entry for a Table B or D mnemonic within the internal jump/link table. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | tabent (LUN, NEMO, TAB, ITAB, IREP, IKNT, JUM0) |
This subroutine builds and stores an entry for a Table B or Table D mnemonic within the internal jump/link table. More... | |
Store an entry for a Table B or D mnemonic within the internal jump/link table.
Definition in file tabent.f.
subroutine tabent | ( | LUN, | |
character*8 | NEMO, | ||
character*1 | TAB, | ||
ITAB, | |||
IREP, | |||
IKNT, | |||
JUM0 | |||
) |
This subroutine builds and stores an entry for a Table B or Table D mnemonic within the internal jump/link table.
[in] | LUN | - integer: I/O stream index into internal memory arrays. |
[in] | NEMO | - character*8: Table B or D mnemonic to store in jump/link table. |
[in] | TAB | - character*1: internal BUFR table array ('B' or 'D') in which NEMO is defined. |
[in] | ITAB | - integer: positional index of NEMO within TAB. |
[in] | IREP | - integer: positional index within common /reptab/ arrays, for use when NEMO is replicated:
|
[in] | IKNT | - integer: number of replications, for use when NEMO is replicated using F=1 regular (i.e., non-delayed) replication:
|
[in] | JUM0 | - integer: index value to be stored for NEMO within internal jump/link table array jmpb(*). |
Definition at line 22 of file tabent.f.
References bort(), moda_tables::ibt, moda_nrv203::ibtnrv, inctab(), moda_nrv203::inodnrv, moda_nrv203::ipfnrv, moda_tables::irf, moda_tables::isc, moda_nrv203::isnrv, moda_tables::jmpb, moda_tables::jump, moda_tables::link, modv_mxnrv::mxnrv, nemtbb(), moda_nrv203::nnrv, and moda_nrv203::tagnrv.
Referenced by tabsub().