module mpitaskmod !*********************************************************************** ! abstract: declare the global and (mpi) local domain dimensions * ! as well as the processor id and number of mpi tasks * ! * ! program history log: * ! 2012-10-25 pondeca * !*********************************************************************** use kinds, only: i_kind implicit none integer(i_kind) mype,npe integer(i_kind) nlon,nlat,nsig,ista,iend,jsta,jend end module mpitaskmod