NCEPLIBS-bufr
11.6.0
|
Open a Fortran file on the local system. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | fortran_open (filename, lunit, format, position, iret) |
Open a Fortran file on the local system.
Definition in file fortran_open.f90.
subroutine fortran_open | ( | character*(*), intent(in) | filename, |
integer, intent(in) | lunit, | ||
character*(*), intent(in) | format, | ||
character*(*), intent(in) | position, | ||
integer, intent(out) | iret | ||
) |
[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 14 of file fortran_open.f90.