INTERFACE:
subroutine clm_mapx2s(x2s_src, x2s_dst)DESCRIPTION:
Maps glc2lnd fields from external grid to clm grid
USES:
use downscaleMod, only : map_maparrayl, map1dl_a2l, map1dl_l2a, map_setptrs use decompMod , only : ldecomp,adecomp use domainMod , only : ldomain,adomainARGUMENTS:
implicit none type(glc2lnd_type), intent(in) :: x2s_src type(glc2lnd_type), intent(out) :: x2s_dstREVISION HISTORY:
Created by William Lipscomb based on clm_mapa2l