NCEPLIBS-bufr
12.0.1
|
This module contains an array declaration used to track, for each I/O stream index, whether the DX BUFR table associated with the corresponding logical unit has changed during the life of the application program. More...
Variables | |
logical, dimension(:), allocatable | xtab |
Tracking index for each internal I/O stream index. More... | |
This module contains an array declaration used to track, for each I/O stream index, whether the DX BUFR table associated with the corresponding logical unit has changed during the life of the application program.
This information is stored and tracked within subroutine makestab(), which checks each time it is called to see if the DX BUFR table has changed for any I/O stream index since the last time it was called.
logical, dimension(:), allocatable moda_xtab::xtab |
Tracking index for each internal I/O stream index.
Set to .true. if the DX BUFR table for the corresponding logical unit has changed since the previous call to subroutine makestab(); set to .false. otherwise.
Definition at line 834 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), and makestab().