next up previous contents
Next: hist_htapes_wrapup Up: Fortran: Module Interface histFileMod Previous: hfields_write   Contents

hfields_1dinfo


INTERFACE:

   subroutine hfields_1dinfo(t, mode)
DESCRIPTION:

Write/define 1d info for history tape.


USES:

     use clmtype
     use decompMod   , only : ldecomp
     use domainMod   , only : ldomain
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