NCEPLIBS-bufr
12.1.0
|
Declare an array used to keep track of which logical units should not have any empty (zero data subset) BUFR messages written to them. More...
Variables | |
integer, dimension(:), allocatable | msglim |
Tracking index for each file ID. More... | |
Declare an array used to keep track of which logical units should not have any empty (zero data subset) BUFR messages written to them.
This setting is turned on via a call to subroutine closmg() with LUNIN < 0 for the logical unit in question, and once set it remains in effect for the remainder of the life of the application program for that particular logical unit.
integer, dimension(:), allocatable moda_msglim::msglim |
Tracking index for each file ID.
Initialized to a value of 3 within subroutine bfrini(), and then reset to a value of 0 within subroutine closmg() if the corresponding logical unit should not have any empty (zero data subset) BUFR messages written to it.
Definition at line 346 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), bfrini(), and closmg().