NCEPLIBS-bufr
11.7.0
|
Write a data subset into a BUFR message using compression. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | writcp (LUNIT) |
This subroutine is similar to subroutine writsb(), except that when the subset is encoded and packed into the current message for the BUFR file associated with logical unit LUNIT, it is packed using compression as prescribed within the official WMO BUFR regulations. More... | |
Write a data subset into a BUFR message using compression.
Definition in file writcp.f.
subroutine writcp | ( | LUNIT | ) |
This subroutine is similar to subroutine writsb(), except that when the subset is encoded and packed into the current message for the BUFR file associated with logical unit LUNIT, it is packed using compression as prescribed within the official WMO BUFR regulations.
[in] | LUNIT | – integer: Fortran logical unit number for BUFR file |
Program history log:
Date | Programmer | Comments |
---|---|---|
2002-05-14 | J. Woollen | Original author |
2005-03-09 | J. Ator | Modified to use cmpmsg() and writsb() |