INTERFACE:
subroutine makel2a(lbp, ubp, lbc, ubc, lbg, ubg, init)DESCRIPTION:
Compute l2a component of gridcell derived typeUSES:
use shr_kind_mod, only: r8 => shr_kind_r8
use clmtype
use clm_varcon , only : sb
ARGUMENTS:
implicit none
integer, intent(in) :: lbp, ubp ! per-proc beginning and ending pft ind
integer, intent(in) :: lbc, ubc ! per-proc beginning and ending column
integer, intent(in) :: lbg, ubg ! per-proc gridcell ending gridcell ind
logical, optional, intent(in) :: init ! if true=>only set a subset of ar
REVISION HISTORY:
03-04-27 : Created by Mariana Vertenstein 03-08-25 : Updated to vector data structure (Mariana Vertenstein)