next up previous contents
Next: update_accum_field_ml Up: Fortran: Module Interface accumulMod Previous: extract_accum_field_ml   Contents

update_accum_field_sl


INTERFACE:

   subroutine update_accum_field_sl (name, field, nstep)
DESCRIPTION:

Accumulate single level field over specified time interval. The appropriate field is accumulated in the array [accval].


ARGUMENTS:

     implicit none
     character(len=*), intent(in) :: name     !field name
     real(r8), pointer, dimension(:) :: field !field values for current time step
     integer , intent(in) :: nstep            !time step index
REVISION HISTORY:
   Created by Sam Levis
   Updated to clm2.1 data structures by Mariana Vertenstein
   Updated to include all subgrid type and multilevel fields by M. Vertenstein 03/2003
LOCAL VARIABLES:




Erik Kluzek 2011-06-15