next up previous contents
Next: hfields_1dinfo Up: Fortran: Module Interface histFileMod Previous: htape_timeconst   Contents

hfields_write


INTERFACE:

   subroutine hfields_write(t, mode)
DESCRIPTION:

Write history tape. Issue the call to write the variable.


USES:

     use clmtype
ARGUMENTS:
     implicit none
     integer, intent(in) :: t                ! tape index
     character(len=*), intent(in) :: mode    ! 'define' or 'write'
REVISION HISTORY:
   Created by Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15