next up previous contents index
Next: Module lp_coupling (File: lp_coupling.F90) Up: Module lnd2atmMod (File: lnd2atmMod.F90) Previous: lnd2atm   Contents   Index


makel2a


INTERFACE:

   subroutine makel2a(lbp, ubp, lbc, ubc, lbg, ubg, init)
DESCRIPTION:

   Compute l2a component of gridcell derived type
USES:
     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)



Mariana Vertenstein 2004-06-21