next up previous contents
Next: clm_mapl2a Up: Fortran: Module Interface clm_atmlnd Previous: init_lnd2atm_type   Contents

clm_mapa2l


INTERFACE:

   subroutine clm_mapa2l(a2l_src, a2l_dst)
DESCRIPTION:

Maps atm2lnd fields from external grid to clm grid


USES:

   use areaMod  , only : map_maparrayl, map1dl_a2l, map1dl_l2a, map_setptrs
   use decompMod, only : ldecomp,adecomp
   use domainMod, only : ldomain,adomain
   use QSatMod,   only : QSat
   use clm_varctl,only : set_caerdep_from_file, set_dustdep_from_file
ARGUMENTS:
   implicit none
   type(atm2lnd_type), intent(in)  :: a2l_src
   type(atm2lnd_type), intent(out) :: a2l_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