NCEPLIBS-bufr  11.6.0
 All Data Structures Files Functions Variables Pages
fortran_open.f90 File Reference

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)
 

Detailed Description

Open a Fortran file on the local system.

Definition in file fortran_open.f90.

Function/Subroutine Documentation

subroutine fortran_open ( character*(*), intent(in)  filename,
integer, intent(in)  lunit,
character*(*), intent(in)  format,
character*(*), intent(in)  position,
integer, intent(out)  iret 
)
Authors
Jeff Whitaker
Date
2015-08-30
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

Definition at line 14 of file fortran_open.f90.