NCEPLIBS-bufr 11.7.1
moda_nrv203.F File Reference

Declare arrays for internal storage of changed reference values. More...

Go to the source code of this file.

Modules

module  moda_nrv203
 This module contains array and variable declarations for use with any 2-03-YYY (change reference value) operators present within the internal jump/link table.
 

Variables

integer moda_nrv203::ibtnrv
 Number of bits in Section 4 occupied by each new reference value for the current 2-03-YYY operator in scope; set to 0 if no such operator is currently in scope. More...
 
integer, dimension(:), allocatable moda_nrv203::ienrv
 End of entry range in jump/link table, within which the corresponding new reference value in nrv will be applied to all occurrences of the corresponding Table B mnemonic in tagnrv. More...
 
integer, dimension(:), allocatable moda_nrv203::inodnrv
 Entries within jump/link table which contain new reference values. More...
 
integer moda_nrv203::ipfnrv
 A number between 1 and nnrv, denoting the first entry within the module arrays which applies to the current data subset in scope; set to 0 if no 2-03-YYY operators have been applied to the current data subset in scope. More...
 
integer, dimension(:), allocatable moda_nrv203::isnrv
 Start of entry range in jump/link table, within which the corresponding new reference value in nrv will be applied to all occurrences of the corresponding Table B mnemonic in tagnrv. More...
 
integer moda_nrv203::nnrv
 Number of entries in the jump/link table which contain new reference values (up to a maximum of MXNRV). More...
 
integer *8, dimension(:), allocatable moda_nrv203::nrv
 New reference values corresponding to inodnrv. More...
 
character *8, dimension(:), allocatable moda_nrv203::tagnrv
 Table B mnemonic to which the corresponding new reference value in nrv applies. More...
 

Detailed Description

Declare arrays for internal storage of changed reference values.

Definition in file moda_nrv203.F.