next up previous contents
Next: clm_map2gcell Up: Fortran: Module Interface clm_atmlnd Previous: clm_mapa2l   Contents

clm_mapl2a


INTERFACE:

   subroutine clm_mapl2a(l2a_src, l2a_dst)
DESCRIPTION:

Maps lnd2atm fields from clm grid to external grid


USES:

   use areaMod  , only : map_maparrayl, map1dl_l2a
ARGUMENTS:
   implicit none
   type(lnd2atm_type), intent(in)  :: l2a_src
   type(lnd2atm_type), intent(out) :: l2a_dst
REVISION HISTORY:
   2005.11.15  T Craig  Creation.
   2006.3.30   P Worley Restructuring for improved vector performance
LOCAL VARIABLES:




Erik Kluzek 2010-06-21