NCEPLIBS-bufr
12.0.1
|
Update file status in library internals. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | wtstat (LUNIT, LUN, IL, IM) |
Update file status in library internals. More... | |
subroutine wtstat | ( | LUNIT, | |
LUN, | |||
IL, | |||
IM | |||
) |
Update file status in library internals.
This subroutine can be used to connect or disconnect a specified Fortran logical unit number to/from the BUFRLIB software, and it can also be used to set or reset the internal message status associated with that logical unit number.
[in] | LUNIT | - integer: Fortran logical unit number for BUFR file |
[in] | LUN | - integer: Internal I/O stream index associated with LUNIT |
[in] | IL | - integer: File status update option
|
[in] | IM | - integer: Message status update option, indicating whether a message is currently open within the internal arrays for LUNIT
|
Definition at line 36 of file wtstat.f.
References bort(), moda_stbfr::iolun, and moda_stbfr::iomsg.
Referenced by closbf(), closmg(), openbf(), openmb(), openmg(), rdmemm(), readerme(), readmg(), and rewnbf().