next up previous contents
Next: clm_mapx2s Up: Fortran: Module Interface clm_glclnd Previous: init_lnd2glc_type   Contents

clm_maps2x


INTERFACE:

   subroutine clm_maps2x(s2x_src, s2x_dst)
DESCRIPTION:

Maps lnd2glc fields from clm grid to external grid


USES:

   use downscaleMod  , only : map_maparrayl, map1dl_l2a
ARGUMENTS:
   implicit none
   type(lnd2glc_type), intent(in)  :: s2x_src
   type(lnd2glc_type), intent(out) :: s2x_dst
REVISION HISTORY:
   Created by William Lipscomb based on clm_mapl2a



Erik Kluzek 2011-06-15