|
NCEPLIBS-bufr 11.7.1
|
Declare arrays for internal storage of jump/link table. More...
Go to the source code of this file.
Modules | |
| module | moda_tables |
| This module contains array and variable declarations used to store the internal jump/link table. | |
Variables | |
| integer, dimension(:), allocatable | moda_tables::ibt |
| Bit widths corresponding to tag and typ: More... | |
| integer, dimension(:), allocatable | moda_tables::irf |
| Reference values corresponding to tag and typ: More... | |
| integer, dimension(:), allocatable | moda_tables::isc |
| Scale factors corresponding to tag and typ: More... | |
| integer, dimension(:,:), allocatable | moda_tables::iseq |
| integer, dimension(:), allocatable | moda_tables::itp |
| Integer type values corresponding to typ: More... | |
| integer, dimension(:), allocatable | moda_tables::jmpb |
| Jump backward indices corresponding to tag and typ: More... | |
| integer, dimension(:), allocatable | moda_tables::jseq |
| integer, dimension(:), allocatable | moda_tables::jump |
| Jump forward indices corresponding to tag and typ: More... | |
| integer, dimension(:), allocatable | moda_tables::knt |
| integer, dimension(:), allocatable | moda_tables::knti |
| Initialized replication counts corresponding to typ and jump: More... | |
| integer, dimension(:), allocatable | moda_tables::link |
| Link indices corresponding to tag, typ and jmpb: More... | |
| integer | moda_tables::maxtab |
| Maximum number of entries in the jump/link table; equivalent to MAXJL. More... | |
| integer | moda_tables::ntab |
| Number of entries in the jump/link table. More... | |
| character *10, dimension(:), allocatable | moda_tables::tag |
| Mnemonics in the jump/link table. More... | |
| character *3, dimension(:), allocatable | moda_tables::typ |
| Type indicators corresponding to tag: More... | |
| real *8, dimension(:), allocatable | moda_tables::vali |
| Initialized data values corresponding to typ: More... | |
Declare arrays for internal storage of jump/link table.
Definition in file moda_tables.F.