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 : numradARGUMENTS:
implicit none save logical, optional, intent(in) :: init ! if true=>only set a subset of argumentsREVISION HISTORY:
Mariana Vertenstein: created 03/10-25LOCAL 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 indicesUSES:
REVISION HISTORY:
03-04-27 : Created by Mariana Vertenstein 03-08-25 : Updated to vector data structure (Mariana Vertenstein)LOCAL VARIABLES: