next up previous contents
Next: map_maparrayg Up: Fortran: Module Interface downscaleMod Previous: map_maparrayl_rev   Contents

map_maparrayl_av


INTERFACE:

   subroutine map_maparrayl_av(begg_i, endg_i, begg_o, endg_o, nflds, &
                               fld_i, fld_o, map)
DESCRIPTION:

This subroutine maps arrays, local 1d with 1d map type


USES:

   use mct_mod
ARGUMENTS:
   implicit none
   integer                         :: begg_i,endg_i         !beg,end of input grid
   integer                         :: begg_o,endg_o         !beg,end of output grid
   integer                         :: nflds                 !number of fields being mapped
   type(mct_aVect), intent(inout)  :: fld_i                 !land model import and export states
   type(mct_aVect), intent(inout)  :: fld_o                 !land model import and export states
   type(map_type), intent(in)      :: map
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