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 : QSatARGUMENTS:
implicit none type(atm2lnd_type), intent(in) :: a2l_src type(atm2lnd_type), intent(out) :: a2l_dstREVISION HISTORY:
2005.11.15 T Craig Creation. 2006.3.30 P Worley Restructuring for improved vector performanceLOCAL VARIABLES: