next up previous contents
Next: get_filename Up: Routine/Function Prologues Previous: dynland_hwcontent (Source File: dynlandMod.F90)   Contents

Fortran: Module Interface fileutils (Source File: fileutils.F90)

Module containing file I/O utilities


USES:

   use abortutils, only : endrun
   use clm_varctl, only : iulog
   use spmdMod   , only : masterproc
PUBLIC TYPES:
   implicit none
   save
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 archival system
   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
PRIVATE MEMBER FUNCTIONS:




Subsections

Erik Kluzek 2011-06-15