NCEPLIBS-bufr  12.1.0
moda_lushr Module Reference

Declare an array used by subroutine makestab() to keep track of which logical units share DX BUFR table information. More...

Variables

integer, dimension(:), allocatable lus
 Tracking index for each file ID. More...
 

Detailed Description

Declare an array used by subroutine makestab() to keep track of which logical units share DX BUFR table information.

Author
J. Woollen
Date
1994-01-06

Variable Documentation

◆ lus

integer, dimension(:), allocatable moda_lushr::lus

Tracking index for each file ID.

Set to a value of zero if the corresponding logical unit does not share DX BUFR table information with any other logical unit. Otherwise set to a non-zero value within subroutine makestab().

Definition at line 278 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), makestab(), and openbf().