next up previous contents
Next: map_setgatm Up: Fortran: Module Interface downscaleMod Previous: map_maparrayl_av   Contents

map_maparrayg


INTERFACE:

   subroutine map_maparrayg(fld_i, fld_o, map)
DESCRIPTION:

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


USES:

ARGUMENTS:
   implicit none
   real(r8), intent(in)            :: fld_i(:,:)
   real(r8), intent(out)           :: fld_o(:,:)
   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