NCEPLIBS-bufr
12.1.0
|
Public Member Functions | |
subroutine | openwb_c (nfile, ufile) |
Open a new file for writing BUFR messages. More... | |
Definition at line 40 of file bufrlib.F90.
bufrlib::openwb_c::openwb_c | ( | integer(c_int), intent(in), value | nfile, |
character(kind=c_char), dimension(*), intent(in) | ufile | ||
) |
Open a new file for writing BUFR messages.
Wraps openwb() function.
nfile | - File ID. |
ufile | - [path/]name of file to be opened. |
Definition at line 40 of file bufrlib.F90.