NCEPLIBS-bufr 11.7.1
|
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...
Variables | |
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. More... | |
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. More... | |
integer, dimension(:), allocatable | inodnrv |
Entries within jump/link table which contain new reference values. More... | |
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. More... | |
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. More... | |
integer | 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 | nrv |
New reference values corresponding to inodnrv. More... | |
character *8, dimension(:), allocatable | tagnrv |
Table B mnemonic to which the corresponding new reference value in nrv applies. More... | |
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().
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.
Definition at line 57 of file moda_nrv203.F.
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.
Definition at line 63 of file moda_nrv203.F.
Referenced by arallocf(), ardllocf(), igetrfel(), ipks(), nemspecs(), tabsub(), and ups().
moda_nrv203::inodnrv |
Entries within jump/link table which contain new reference values.
Definition at line 60 of file moda_nrv203.F.
Referenced by arallocf(), ardllocf(), igetrfel(), ipks(), nemspecs(), tabent(), ufdump(), and ups().
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.
Definition at line 58 of file moda_nrv203.F.
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.
Definition at line 62 of file moda_nrv203.F.
Referenced by arallocf(), ardllocf(), igetrfel(), ipks(), nemspecs(), tabent(), and ups().
moda_nrv203::nnrv |
Number of entries in the jump/link table which contain new reference values (up to a maximum of MXNRV).
Definition at line 56 of file moda_nrv203.F.
Referenced by igetrfel(), ipks(), makestab(), nemspecs(), tabent(), tabsub(), ufdump(), and ups().
moda_nrv203::nrv |
New reference values corresponding to inodnrv.
Definition at line 61 of file moda_nrv203.F.
Referenced by arallocf(), ardllocf(), igetrfel(), ipks(), nemspecs(), and ups().
moda_nrv203::tagnrv |
Table B mnemonic to which the corresponding new reference value in nrv applies.
Definition at line 59 of file moda_nrv203.F.
Referenced by arallocf(), ardllocf(), igetrfel(), ipks(), nemspecs(), tabent(), and ups().