-
Notifications
You must be signed in to change notification settings - Fork 188
Usage of "open"
Ondřej Čertík edited this page Jan 3, 2020
·
5 revisions
Below we gather all different usage of open
from projects at List-of-popular-open-source-Fortran-projects:
open(io,file=trim(Filename))
open(IO,file=trim(ObsFileName),status = 'old',iostat = ok)
open(io,file=trim(NormFile),position='append')
open(unit=10, file="save.dat", status='old', action="read")
open(newunit=iu, file=f, action='read', status='old')