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

htape_timeconst3D


INTERFACE:

   subroutine htape_timeconst3D(t, mode)
DESCRIPTION:

Write time constant 3D variables to history tapes. Only write out when this subroutine is called (normally only for primary history files at very first time-step, nstep=0). Issue the required netcdf wrapper calls to define the history file contents.


USES:

     use clmtype
     use subgridAveMod , only : c2g
     use clm_varpar    , only : nlevgrnd
     use shr_string_mod, only : shr_string_listAppend
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