next up previous contents
Next: celledge Up: Fortran: Module Interface RtmMapMod Previous: Fortran: Module Interface RtmMapMod   Contents

map_setmapsAR


INTERFACE:

   subroutine map_setmapsAR (latlon_i, latlon_o, sMat, fracin, fracout)
DESCRIPTION:

area averaging initialization This subroutine is used for area-average mapping of a field from one grid to another.


USES:

ARGUMENTS:
     implicit none
     type(latlon_type), intent(in)    :: latlon_i   ! input domain
     type(latlon_type), intent(in)    :: latlon_o   ! output domain
     type(mct_sMat)   , intent(inout) :: sMat       ! mct sparse matrix plux
     real(r8)         , intent(in),target :: fracin(:)
     real(r8)         , intent(in),target :: fracout(:)
REVISION HISTORY:
   Created by Gordon Bonan
   2005.11.20 Updated by T Craig
LOCAL VARIABLES:




Erik Kluzek 2011-06-15