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

hist_htapes_build


INTERFACE:

   subroutine hist_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 clm_time_manager, only: get_prev_time
     use clm_varcon      , only: secspday
ARGUMENTS:
     implicit none
REVISION HISTORY:
   Created by Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15