next up previous contents
Next: Fortran: Module Interface clm_driver Up: Fortran: Module Interface clm_atmlnd Previous: clm_downscale_a2l   Contents

clm_map2gcell


INTERFACE:

 subroutine clm_map2gcell(init)
DESCRIPTION:

Compute l2a component of gridcell derived type


USES:

   use shr_kind_mod, only : r8 => shr_kind_r8
   use clmtype
   use subgridAveMod
   use clm_varcon  , only : sb
   use clm_varpar  , only : numrad
ARGUMENTS:
   implicit none
   save
   logical, optional, intent(in) :: init  ! if true=>only set a subset of arguments
REVISION HISTORY:
   Mariana Vertenstein: created 03/10-25
LOCAL VARIABLES:
   integer :: begp, endp      ! per-proc beginning and ending pft indices
   integer :: begc, endc      ! per-proc beginning and ending column indices
   integer :: begl, endl      ! per-proc beginning and ending landunit indices
   integer :: begg, endg      ! per-proc gridcell ending gridcell indices
USES:
REVISION HISTORY:
   03-04-27 : Created by Mariana Vertenstein
   03-08-25 : Updated to vector data structure (Mariana Vertenstein)
LOCAL VARIABLES:




Erik Kluzek 2011-06-15