NCEPLIBS-bufr
12.1.0
|
Public Member Functions | |
subroutine | cwbmg_c (bmg, nmb, iret) |
Write a BUFR message to the file that was opened via the most recent call to subroutine cobfl_c() with io = 'w'. More... | |
Definition at line 61 of file bufr_interface.F90.
bufr_interface::cwbmg_c::cwbmg_c | ( | character(kind=c_char), dimension(*), intent(in) | bmg, |
integer(c_int), intent(in), value | nmb, | ||
integer(c_int), intent(out) | iret | ||
) |
Write a BUFR message to the file that was opened via the most recent call to subroutine cobfl_c() with io = 'w'.
Wraps cwbmg() function.
bmg | - BUFR message |
nmb | - Size of BUFR message in bmg array |
iret | - Return code 0 indicates success, any other value indicates failure |
Definition at line 61 of file bufr_interface.F90.