NCEPLIBS-bufr
11.5.0
|
Copy an entire BUFR file. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | copybf (LUNIN, LUNOT) |
This subroutine copies an entire BUFR file from one Fortran logical unit to another. More... | |
Copy an entire BUFR file.
Definition in file copybf.f.
subroutine copybf | ( | LUNIN, | |
LUNOT | |||
) |
This subroutine copies an entire BUFR file from one Fortran logical unit to another.
[in] | LUNIN | - integer: Fortran logical unit number for source BUFR file |
[in] | LUNOT | - integer: Fortran logical unit number for target BUFR file |
The logical unit numbers LUNIN and LUNOT must already be associated with actual filenames on the local system, typically via a Fortran "OPEN" statement.
Program history log:
Definition at line 39 of file copybf.f.
References bort(), closbf(), iupbs01(), msgwrt(), openbf(), rdmsgw(), status(), and wrdlen().