next up previous contents
Next: masterlist_change_active Up: Fortran: Module Interface histFileMod Previous: masterlist_addfld   Contents

htapes_build


INTERFACE:

   subroutine htapes_build ()
DESCRIPTION:

   Initialize history file for initial or continuation run.
   For example, on an initial run, this routine initializes "ntapes"
   history files.  On a restart run, this routine only initializes history 
   files declared beyond what existed on the previous run.  
   Files which already existed on the previous run have 
   already been initialized (i.e. named and opened) in routine restart_history.
   Loop over tapes and fields per tape setting appropriate variables and
   calling appropriate routines
   !USES
     use spmdMod, only : masterproc
     use time_manager, only: get_curr_date, get_curr_time
ARGUMENTS:
     implicit none
   !REVISION HISTORY
   Created by Mariana Vertenstein



Mariana Vertenstein 2003-01-14