NCEPLIBS-bufr  12.0.0
fortran_open.F90 File Reference

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...
 

Detailed Description

Open a Fortran file on the local system.

Author
Jeff Whitaker
Date
2015-08-30

Definition in file fortran_open.F90.

Function/Subroutine Documentation

◆ fortran_open()

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.

Parameters
[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
Author
Jeff Whitaker
Date
2015-08-30

Definition at line 15 of file fortran_open.F90.

References modv_im8b::im8b, x48(), and x84().