next up previous contents
Next: create_clm_s2x Up: Fortran: Module Interface clm_glclnd Previous: clm_maps2x   Contents

clm_mapx2s


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,adomain
ARGUMENTS:
   implicit none
   type(glc2lnd_type), intent(in)  :: x2s_src
   type(glc2lnd_type), intent(out) :: x2s_dst
REVISION HISTORY:
   Created by William Lipscomb based on clm_mapa2l



Erik Kluzek 2011-06-15