NCEPLIBS-bufr  11.7.0
 All Data Structures Files Functions Variables Pages
moda_nrv203.F File Reference

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

Go to the source code of this file.

Data Types

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. More...
 

Detailed Description

Declare arrays for internal storage of changed reference values.

Definition in file moda_nrv203.F.


Data Type Documentation

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.

Data values within this module are stored by subroutine tabsub().

Author
J. Ator
Date
2012-03-02

Definition at line 15 of file moda_nrv203.F.

Data Fields
integer 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.
integer, dimension(:), allocatable 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.
integer, dimension(:), allocatable inodnrv Entries within jump/link table which contain new reference values.
integer 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.
integer, dimension(:), allocatable 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.
integer nnrv Number of entries in the jump/link table which contain new reference values (up to a maximum of MXNRV).
integer, dimension(:), allocatable nrv New reference values corresponding to inodnrv.
character *8, dimension(:),
allocatable
tagnrv Table B mnemonic to which the corresponding new reference value in nrv applies.