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) :: mapREVISION HISTORY:
2005.11.15 T Craig Creation. 2006.3.30 P Worley Restructuring for improved vector performanceLOCAL VARIABLES: