NCEPLIBS-bufr
12.0.1
|
Open a Fortran file on the local system. More...
Go to the source code of this file.
Functions/Subroutines | |
recursive subroutine | fortran_open (filename, lunit, format, position, iret) |
Open a Fortran file on the local system. More... | |
recursive subroutine fortran_open | ( | character*(*), intent(in) | filename, |
integer, intent(in) | lunit, | ||
character*(*), intent(in) | format, | ||
character*(*), intent(in) | position, | ||
integer, intent(out) | iret | ||
) |
Open a Fortran file on the local system.
[in] | filename | - character*(*): name of the file to be opened |
[in] | lunit | - integer: Fortran logical unit number for Fortran file |
[in] | format | - character*(*): format of the Fortran file |
[in] | position | - character*(*): to rewind or continue with open file |
[out] | iret | - integer: return code from the Fortran open statement |
Definition at line 15 of file fortran_open.F90.
References modv_im8b::im8b, x48(), and x84().