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