INTERFACE:
subroutine hist_update_hbuf_field_1d (t, f, begp, endp, begc, endc, begl, endl, begg, endg)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, l2gARGUMENTS:
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 indicesREVISION HISTORY:
Created by Mariana VertensteinLOCAL VARIABLES: