next up previous contents
Next: hfields_normalize Up: Fortran: Module Interface histFileMod Previous: hist_update_hbuf_field_1d   Contents

hist_update_hbuf_field_2d


INTERFACE:

   subroutine hist_update_hbuf_field_2d (t, f, begp, endp, begc, endc, begl, endl, begg, endg, num2d)
DESCRIPTION:

Accumulate (or take min, max, etc. as appropriate) input field into its history buffer for appropriate tapes.


USES:

     use clmtype
     use subgridAveMod, only : p2g, c2g, l2g
ARGUMENTS:
     implicit none
     integer, intent(in) :: t            ! tape index
     integer, intent(in) :: f            ! field index
     integer, intent(in) :: begp, endp   ! per-proc beginning and ending pft indices
     integer, intent(in) :: begc, endc   ! per-proc beginning and ending column indices
     integer, intent(in) :: begl, endl   ! per-proc beginning and ending landunit indices
     integer, intent(in) :: begg, endg   ! per-proc gridcell ending gridcell indices
     integer, intent(in) :: num2d        ! size of second dimension
REVISION HISTORY:
   Created by Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15