NCEPLIBS-bufr
12.0.1
|
Position an output BUFR file for appending. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | posapx (LUNXX) |
Reads to the end of the file pointed to by abs(LUNXX) and positions it for appending. More... | |
subroutine posapx | ( | LUNXX | ) |
Reads to the end of the file pointed to by abs(LUNXX) and positions it for appending.
The file must have already been opened for output operations. If LUNXX < 0, then the file is not backspaced before being positioned for append.
[in] | LUNXX | - integer: absolute value is fortran logical unit number for BUFR file |
Definition at line 17 of file posapx.f.
References bort(), idxmsg(), moda_mgwa::mgwa, rdbfdx(), rdmsgw(), and status().
Referenced by openbf().