next up previous contents index
Next: get_filename Up: ProTEX Source Code Documentation Previous: write_diagnostic   Contents   Index


Module fileutils
(Source File: fileutils.F90)

   Module containing file I/O utilities
USES:
   use abortutils, only : endrun
PUBLIC TYPES:
   implicit none
   save
   logical, public :: lsmiou(99)  !I/O file unit numbers (1 to 99)
PUBLIC MEMBER FUNCTIONS:
   public :: get_filename  !Returns filename given full pathname
   public :: set_filename  !Set remote full path filename
   public :: opnfil        !Open local unformatted or formatted file
   public :: getfil        !Obtain local copy of file
   public :: putfil        !Dispose file to Mass Store
   public :: relavu        !Close and release Fortran unit no longer in use
   public :: getavu        !Get next available Fortran unit number
REVISION HISTORY:
   Created by Mariana Vertenstein



Subsections

Mariana Vertenstein 2004-06-21