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

clm_downscale_a2l


INTERFACE:

 subroutine clm_downscale_a2l(a2l_src, a2l_dst)
DESCRIPTION:

Maps atm2lnd fields from external grid to clm grid


USES:

   use downscaleMod, only : map1dl_a2l, map1dl_l2a, map_setptrs
   use decompMod   , only : ldecomp,adecomp
   use domainMod   , only : ldomain,adomain
   use QSatMod     , only : QSat
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 2011-06-15