next up previous contents index
Next: masterlist_make_active Up: Module histFileMod (File: histFileMod.F90) Previous: masterlist_addfld   Contents   Index


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 2004-06-21