next up previous contents
Next: updateAccFlds Up: Fortran: Module Interface accFldsMod Previous: Fortran: Module Interface accFldsMod   Contents

initAccFlds()


INTERFACE:

   subroutine initAccFlds()
DESCRIPTION:

Initializes accumulator and sets up array of accumulated fields


USES:

     use accumulMod   , only : init_accum_field, print_accum_fields
     use clm_time_manager , only : get_step_size
     use shr_const_mod, only : SHR_CONST_CDAY, SHR_CONST_TKFRZ
     use nanMod       , only : bigint
ARGUMENTS:
     implicit none
REVISION HISTORY:
   Created by M. Vertenstein 03/2003
LOCAL VARIABLES:




Erik Kluzek 2011-06-15