next up previous contents
Next: hist_update_hbuf Up: Fortran: Module Interface histFileMod Previous: htapes_fieldlist   Contents

htape_addfld


INTERFACE:

   subroutine htape_addfld (t, f, avgflag)
DESCRIPTION:

Add a field to the active list for a history tape. Copy the data from the master field list to the active list for the tape.


USES:

ARGUMENTS:
     implicit none
     integer, intent(in) :: t                 ! history tape index
     integer, intent(in) :: f                 ! field index from master field list
     character(len=1), intent(in) :: avgflag  ! time averaging flag
REVISION HISTORY:
   Created by Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15