next up previous contents
Next: map_checkmap Up: Fortran: Module Interface areaMod Previous: map_setmapsFM   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:

     use clm_mct_mod
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 2010-06-21